Shades of Dark Salmon #F0927E
Tints of Dark Salmon #F0927E
RGB
CMYK
RGB Variations
Color information
#F0927E (or 0xF0927E) is known color: Dark Salmon. HEX triplet: F0, 92 and 7E. RGB value is (240,146,126). Sum of RGB (Red+Green+Blue) = 240+146+126=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0927E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0927E is #0F6D81. Grayscale: #ACACAC. Windows color (decimal): -1011074 or 8295152. OLE color: 8295152.
HSL color Cylindrical-coordinate representation of color #F0927E: hue angle of 10.53º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0927E is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 126 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.06 |
| HSL | 10.53º | 0.79% | 0.72% | - |
| HSV(B) | 10.53º | 0.48% | 0.94% | - |
| XYZ | 49.98 | 40.59 | 24.94 | - |
| YUV | 171.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 126 | 0 | 0.39 | 0.48 | 0.06 | 10.53 | 0.79 | 0.72 |
| Hex | F0 | 92 | 7E | 0 | 27 | 30 | 6 | B | 4F | 48 |
| Octal | 360 | 222 | 176 | 0 | 47 | 60 | 6 | 13 | 117 | 110 |
| Binary | 11110000 | 10010010 | 1111110 | 0 | 100111 | 110000 | 110 | 1011 | 1001111 | 1001000 |
Color Harmonies of #F0927E
Complementary color
Monochromatic Colors of #F0927E
Black with #F0927E
Text Example
Text Example
White with #F0927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0927E; }
p { color: rgb(240,146,126); }
H1.HeaderClassName
{
color: #F0927E;
}
.AnyTagClassName
{
color: #F0927E;
}
</style>
background-color css
<style>
a { background-color: #F0927E; }
a { background-color: rgb(240,146,126); }
div.DivClassName
{
background-color: #F0927E;
}
.BgClassName
{
background-color: #F0927E;
}
</style>
border-color css
<style>
span { border-color: #F0927E; }
span { border-color: rgb(240,146,126); }
td.TdClassName
{
border-color: #F0927E;
}
.TagClassName
{
border-color: #F0927E;
}
</style>