Shades of Dark Salmon #F08F78
Tints of Dark Salmon #F08F78
RGB
CMYK
RGB Variations
Color information
#F08F78 (or 0xF08F78) is known color: Dark Salmon. HEX triplet: F0, 8F and 78. RGB value is (240,143,120). Sum of RGB (Red+Green+Blue) = 240+143+120=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08F78 is #0F7087. Grayscale: #A9A9A9. Windows color (decimal): -1011848 or 7901168. OLE color: 7901168.
HSL color Cylindrical-coordinate representation of color #F08F78: hue angle of 11.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F08F78 is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 120 | - |
| CMYK | 0 | 0.40 | 0.5 | 0.06 |
| HSL | 11.5º | 0.8% | 0.71% | - |
| HSV(B) | 11.5º | 0.5% | 0.94% | - |
| XYZ | 49.15 | 39.53 | 22.81 | - |
| YUV | 169.38 | 100.14 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 120 | 0 | 0.40 | 0.5 | 0.06 | 11.5 | 0.8 | 0.71 |
| Hex | F0 | 8F | 78 | 0 | 28 | 32 | 6 | C | 50 | 47 |
| Octal | 360 | 217 | 170 | 0 | 50 | 62 | 6 | 14 | 120 | 107 |
| Binary | 11110000 | 10001111 | 1111000 | 0 | 101000 | 110010 | 110 | 1100 | 1010000 | 1000111 |
Color Harmonies of #F08F78
Complementary color
Monochromatic Colors of #F08F78
Black with #F08F78
Text Example
Text Example
White with #F08F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F78; }
p { color: rgb(240,143,120); }
H1.HeaderClassName
{
color: #F08F78;
}
.AnyTagClassName
{
color: #F08F78;
}
</style>
background-color css
<style>
a { background-color: #F08F78; }
a { background-color: rgb(240,143,120); }
div.DivClassName
{
background-color: #F08F78;
}
.BgClassName
{
background-color: #F08F78;
}
</style>
border-color css
<style>
span { border-color: #F08F78; }
span { border-color: rgb(240,143,120); }
td.TdClassName
{
border-color: #F08F78;
}
.TagClassName
{
border-color: #F08F78;
}
</style>