Shades of Dark Salmon #F08F7F
Tints of Dark Salmon #F08F7F
RGB
CMYK
RGB Variations
Color information
#F08F7F (or 0xF08F7F) is known color: Dark Salmon. HEX triplet: F0, 8F and 7F. RGB value is (240,143,127). Sum of RGB (Red+Green+Blue) = 240+143+127=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08F7F is #0F7080. Grayscale: #AAAAAA. Windows color (decimal): -1011841 or 8359920. OLE color: 8359920.
HSL color Cylindrical-coordinate representation of color #F08F7F: hue angle of 8.5º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F08F7F is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 127 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.06 |
| HSL | 8.5º | 0.79% | 0.72% | - |
| HSV(B) | 8.5º | 0.47% | 0.94% | - |
| XYZ | 49.59 | 39.7 | 25.13 | - |
| YUV | 170.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 127 | 0 | 0.40 | 0.47 | 0.06 | 8.5 | 0.79 | 0.72 |
| Hex | F0 | 8F | 7F | 0 | 28 | 2F | 6 | 8 | 4F | 48 |
| Octal | 360 | 217 | 177 | 0 | 50 | 57 | 6 | 10 | 117 | 110 |
| Binary | 11110000 | 10001111 | 1111111 | 0 | 101000 | 101111 | 110 | 1000 | 1001111 | 1001000 |
Color Harmonies of #F08F7F
Complementary color
Monochromatic Colors of #F08F7F
Black with #F08F7F
Text Example
Text Example
White with #F08F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F7F; }
p { color: rgb(240,143,127); }
H1.HeaderClassName
{
color: #F08F7F;
}
.AnyTagClassName
{
color: #F08F7F;
}
</style>
background-color css
<style>
a { background-color: #F08F7F; }
a { background-color: rgb(240,143,127); }
div.DivClassName
{
background-color: #F08F7F;
}
.BgClassName
{
background-color: #F08F7F;
}
</style>
border-color css
<style>
span { border-color: #F08F7F; }
span { border-color: rgb(240,143,127); }
td.TdClassName
{
border-color: #F08F7F;
}
.TagClassName
{
border-color: #F08F7F;
}
</style>