Shades of Dark Salmon #F09180
Tints of Dark Salmon #F09180
RGB
CMYK
RGB Variations
Color information
#F09180 (or 0xF09180) is known color: Dark Salmon. HEX triplet: F0, 91 and 80. RGB value is (240,145,128). Sum of RGB (Red+Green+Blue) = 240+145+128=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F09180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09180 is #0F6E7F. Grayscale: #ABABAB. Windows color (decimal): -1011328 or 8425968. OLE color: 8425968.
HSL color Cylindrical-coordinate representation of color #F09180: hue angle of 9.11º 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 #F09180 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 128 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.06 |
| HSL | 9.11º | 0.79% | 0.72% | - |
| HSV(B) | 9.11º | 0.47% | 0.94% | - |
| XYZ | 49.96 | 40.33 | 25.57 | - |
| YUV | 171.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 128 | 0 | 0.40 | 0.47 | 0.06 | 9.11 | 0.79 | 0.72 |
| Hex | F0 | 91 | 80 | 0 | 28 | 2F | 6 | 9 | 4F | 48 |
| Octal | 360 | 221 | 200 | 0 | 50 | 57 | 6 | 11 | 117 | 110 |
| Binary | 11110000 | 10010001 | 10000000 | 0 | 101000 | 101111 | 110 | 1001 | 1001111 | 1001000 |
Color Harmonies of #F09180
Complementary color
Monochromatic Colors of #F09180
Black with #F09180
Text Example
Text Example
White with #F09180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09180; }
p { color: rgb(240,145,128); }
H1.HeaderClassName
{
color: #F09180;
}
.AnyTagClassName
{
color: #F09180;
}
</style>
background-color css
<style>
a { background-color: #F09180; }
a { background-color: rgb(240,145,128); }
div.DivClassName
{
background-color: #F09180;
}
.BgClassName
{
background-color: #F09180;
}
</style>
border-color css
<style>
span { border-color: #F09180; }
span { border-color: rgb(240,145,128); }
td.TdClassName
{
border-color: #F09180;
}
.TagClassName
{
border-color: #F09180;
}
</style>