Shades of Dark Salmon #F0927C
Tints of Dark Salmon #F0927C
RGB
CMYK
RGB Variations
Color information
#F0927C (or 0xF0927C) is known color: Dark Salmon. HEX triplet: F0, 92 and 7C. RGB value is (240,146,124). Sum of RGB (Red+Green+Blue) = 240+146+124=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0927C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0927C is #0F6D83. Grayscale: #ABABAB. Windows color (decimal): -1011076 or 8164080. OLE color: 8164080.
HSL color Cylindrical-coordinate representation of color #F0927C: hue angle of 11.38º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0927C is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 124 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.06 |
| HSL | 11.38º | 0.79% | 0.71% | - |
| HSV(B) | 11.38º | 0.48% | 0.94% | - |
| XYZ | 49.85 | 40.54 | 24.27 | - |
| YUV | 171.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 124 | 0 | 0.39 | 0.48 | 0.06 | 11.38 | 0.79 | 0.71 |
| Hex | F0 | 92 | 7C | 0 | 27 | 30 | 6 | B | 4F | 47 |
| Octal | 360 | 222 | 174 | 0 | 47 | 60 | 6 | 13 | 117 | 107 |
| Binary | 11110000 | 10010010 | 1111100 | 0 | 100111 | 110000 | 110 | 1011 | 1001111 | 1000111 |
Color Harmonies of #F0927C
Complementary color
Monochromatic Colors of #F0927C
Black with #F0927C
Text Example
Text Example
White with #F0927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0927C; }
p { color: rgb(240,146,124); }
H1.HeaderClassName
{
color: #F0927C;
}
.AnyTagClassName
{
color: #F0927C;
}
</style>
background-color css
<style>
a { background-color: #F0927C; }
a { background-color: rgb(240,146,124); }
div.DivClassName
{
background-color: #F0927C;
}
.BgClassName
{
background-color: #F0927C;
}
</style>
border-color css
<style>
span { border-color: #F0927C; }
span { border-color: rgb(240,146,124); }
td.TdClassName
{
border-color: #F0927C;
}
.TagClassName
{
border-color: #F0927C;
}
</style>