Shades of Dark Salmon #F0977D
Tints of Dark Salmon #F0977D
RGB
CMYK
RGB Variations
Color information
#F0977D (or 0xF0977D) is known color: Dark Salmon. HEX triplet: F0, 97 and 7D. RGB value is (240,151,125). Sum of RGB (Red+Green+Blue) = 240+151+125=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0977D is #0F6882. Grayscale: #AEAEAE. Windows color (decimal): -1009795 or 8230896. OLE color: 8230896.
HSL color Cylindrical-coordinate representation of color #F0977D: hue angle of 13.57º 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 #F0977D is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 125 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.06 |
| HSL | 13.57º | 0.79% | 0.72% | - |
| HSV(B) | 13.57º | 0.48% | 0.94% | - |
| XYZ | 50.7 | 42.14 | 24.86 | - |
| YUV | 174.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 125 | 0 | 0.37 | 0.48 | 0.06 | 13.57 | 0.79 | 0.72 |
| Hex | F0 | 97 | 7D | 0 | 25 | 30 | 6 | E | 4F | 48 |
| Octal | 360 | 227 | 175 | 0 | 45 | 60 | 6 | 16 | 117 | 110 |
| Binary | 11110000 | 10010111 | 1111101 | 0 | 100101 | 110000 | 110 | 1110 | 1001111 | 1001000 |
Color Harmonies of #F0977D
Complementary color
Monochromatic Colors of #F0977D
Black with #F0977D
Text Example
Text Example
White with #F0977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0977D; }
p { color: rgb(240,151,125); }
H1.HeaderClassName
{
color: #F0977D;
}
.AnyTagClassName
{
color: #F0977D;
}
</style>
background-color css
<style>
a { background-color: #F0977D; }
a { background-color: rgb(240,151,125); }
div.DivClassName
{
background-color: #F0977D;
}
.BgClassName
{
background-color: #F0977D;
}
</style>
border-color css
<style>
span { border-color: #F0977D; }
span { border-color: rgb(240,151,125); }
td.TdClassName
{
border-color: #F0977D;
}
.TagClassName
{
border-color: #F0977D;
}
</style>