Shades of Dark Salmon #F0917F
Tints of Dark Salmon #F0917F
RGB
CMYK
RGB Variations
Color information
#F0917F (or 0xF0917F) is known color: Dark Salmon. HEX triplet: F0, 91 and 7F. RGB value is (240,145,127). Sum of RGB (Red+Green+Blue) = 240+145+127=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0917F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0917F is #0F6E80. Grayscale: #ABABAB. Windows color (decimal): -1011329 or 8360432. OLE color: 8360432.
HSL color Cylindrical-coordinate representation of color #F0917F: hue angle of 9.56º 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 #F0917F is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 127 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.06 |
| HSL | 9.56º | 0.79% | 0.72% | - |
| HSV(B) | 9.56º | 0.47% | 0.94% | - |
| XYZ | 49.89 | 40.31 | 25.23 | - |
| YUV | 171.35 | 102.97 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 127 | 0 | 0.40 | 0.47 | 0.06 | 9.56 | 0.79 | 0.72 |
| Hex | F0 | 91 | 7F | 0 | 28 | 2F | 6 | A | 4F | 48 |
| Octal | 360 | 221 | 177 | 0 | 50 | 57 | 6 | 12 | 117 | 110 |
| Binary | 11110000 | 10010001 | 1111111 | 0 | 101000 | 101111 | 110 | 1010 | 1001111 | 1001000 |
Color Harmonies of #F0917F
Complementary color
Monochromatic Colors of #F0917F
Black with #F0917F
Text Example
Text Example
White with #F0917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0917F; }
p { color: rgb(240,145,127); }
H1.HeaderClassName
{
color: #F0917F;
}
.AnyTagClassName
{
color: #F0917F;
}
</style>
background-color css
<style>
a { background-color: #F0917F; }
a { background-color: rgb(240,145,127); }
div.DivClassName
{
background-color: #F0917F;
}
.BgClassName
{
background-color: #F0917F;
}
</style>
border-color css
<style>
span { border-color: #F0917F; }
span { border-color: rgb(240,145,127); }
td.TdClassName
{
border-color: #F0917F;
}
.TagClassName
{
border-color: #F0917F;
}
</style>