Shades of Dark Salmon #F28C78
Tints of Dark Salmon #F28C78
RGB
CMYK
RGB Variations
Color information
#F28C78 (or 0xF28C78) is known color: Dark Salmon. HEX triplet: F2, 8C and 78. RGB value is (242,140,120). Sum of RGB (Red+Green+Blue) = 242+140+120=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C78 is #0D7387. Grayscale: #A8A8A8. Windows color (decimal): -881544 or 7900402. OLE color: 7900402.
HSL color Cylindrical-coordinate representation of color #F28C78: hue angle of 9.84º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F28C78 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 120 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.05 |
| HSL | 9.84º | 0.82% | 0.71% | - |
| HSV(B) | 9.84º | 0.5% | 0.95% | - |
| XYZ | 49.39 | 38.99 | 22.69 | - |
| YUV | 168.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 120 | 0 | 0.42 | 0.50 | 0.05 | 9.84 | 0.82 | 0.71 |
| Hex | F2 | 8C | 78 | 0 | 2A | 32 | 5 | A | 52 | 47 |
| Octal | 362 | 214 | 170 | 0 | 52 | 62 | 5 | 12 | 122 | 107 |
| Binary | 11110010 | 10001100 | 1111000 | 0 | 101010 | 110010 | 101 | 1010 | 1010010 | 1000111 |
Color Harmonies of #F28C78
Complementary color
Monochromatic Colors of #F28C78
Black with #F28C78
Text Example
Text Example
White with #F28C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C78; }
p { color: rgb(242,140,120); }
H1.HeaderClassName
{
color: #F28C78;
}
.AnyTagClassName
{
color: #F28C78;
}
</style>
background-color css
<style>
a { background-color: #F28C78; }
a { background-color: rgb(242,140,120); }
div.DivClassName
{
background-color: #F28C78;
}
.BgClassName
{
background-color: #F28C78;
}
</style>
border-color css
<style>
span { border-color: #F28C78; }
span { border-color: rgb(242,140,120); }
td.TdClassName
{
border-color: #F28C78;
}
.TagClassName
{
border-color: #F28C78;
}
</style>