RGB
255, 126, 112
HSL
6°, 100%, 72%
CMYK
0, 51, 56, 0
HSV
6°, 56%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FF7E70 |
color: #FF7E70;
|
| RGB | 255, 126, 112 |
color: rgb(255, 126, 112);
|
| RGB Percentage | 100%, 49%, 44% |
color: rgb(100%, 49%, 44%);
|
| CMYK | 0%, 51%, 56%, 0% | Not supported in CSS |
| HSL | 6°, 100%, 72% |
color: hsl(6, 100%, 72%);
|
| HSV | 6°, 56%, 100% | Not supported in CSS |
| CIE-LAB | 58, 26, 5 |
color: lab(58% 26 5);
|
| Decimal | 16744048 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.salmon {
color: #FF7E70;
}
SCSS
$salmon: #FF7E70;
RGB
rgb(255, 126, 112)
Accessibility & Contrast
White background
2.48:1
2.48
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
8.47:1
8.47
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element