Shades of Dark Salmon #F28C77
Tints of Dark Salmon #F28C77
RGB
CMYK
RGB Variations
Color information
#F28C77 (or 0xF28C77) is known color: Dark Salmon. HEX triplet: F2, 8C and 77. RGB value is (242,140,119). Sum of RGB (Red+Green+Blue) = 242+140+119=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C77 is #0D7388. Grayscale: #A8A8A8. Windows color (decimal): -881545 or 7834866. OLE color: 7834866.
HSL color Cylindrical-coordinate representation of color #F28C77: hue angle of 10.24º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F28C77 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 119 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.05 |
| HSL | 10.24º | 0.83% | 0.71% | - |
| HSV(B) | 10.24º | 0.51% | 0.95% | - |
| XYZ | 49.33 | 38.97 | 22.37 | - |
| YUV | 168.1 | 100.29 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 119 | 0 | 0.42 | 0.51 | 0.05 | 10.24 | 0.83 | 0.71 |
| Hex | F2 | 8C | 77 | 0 | 2A | 33 | 5 | A | 53 | 47 |
| Octal | 362 | 214 | 167 | 0 | 52 | 63 | 5 | 12 | 123 | 107 |
| Binary | 11110010 | 10001100 | 1110111 | 0 | 101010 | 110011 | 101 | 1010 | 1010011 | 1000111 |
Color Harmonies of #F28C77
Complementary color
Monochromatic Colors of #F28C77
Black with #F28C77
Text Example
Text Example
White with #F28C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C77; }
p { color: rgb(242,140,119); }
H1.HeaderClassName
{
color: #F28C77;
}
.AnyTagClassName
{
color: #F28C77;
}
</style>
background-color css
<style>
a { background-color: #F28C77; }
a { background-color: rgb(242,140,119); }
div.DivClassName
{
background-color: #F28C77;
}
.BgClassName
{
background-color: #F28C77;
}
</style>
border-color css
<style>
span { border-color: #F28C77; }
span { border-color: rgb(242,140,119); }
td.TdClassName
{
border-color: #F28C77;
}
.TagClassName
{
border-color: #F28C77;
}
</style>