Shades of Dark Salmon #F09A81
Tints of Dark Salmon #F09A81
RGB
CMYK
RGB Variations
Color information
#F09A81 (or 0xF09A81) is known color: Dark Salmon. HEX triplet: F0, 9A and 81. RGB value is (240,154,129). Sum of RGB (Red+Green+Blue) = 240+154+129=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09A81 is #0F657E. Grayscale: #B1B1B1. Windows color (decimal): -1009023 or 8493808. OLE color: 8493808.
HSL color Cylindrical-coordinate representation of color #F09A81: hue angle of 13.51º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F09A81 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 129 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.06 |
| HSL | 13.51º | 0.79% | 0.72% | - |
| HSV(B) | 13.51º | 0.46% | 0.94% | - |
| XYZ | 51.45 | 43.22 | 26.4 | - |
| YUV | 176.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 129 | 0 | 0.36 | 0.46 | 0.06 | 13.51 | 0.79 | 0.72 |
| Hex | F0 | 9A | 81 | 0 | 24 | 2E | 6 | E | 4F | 48 |
| Octal | 360 | 232 | 201 | 0 | 44 | 56 | 6 | 16 | 117 | 110 |
| Binary | 11110000 | 10011010 | 10000001 | 0 | 100100 | 101110 | 110 | 1110 | 1001111 | 1001000 |
Color Harmonies of #F09A81
Complementary color
Monochromatic Colors of #F09A81
Black with #F09A81
Text Example
Text Example
White with #F09A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A81; }
p { color: rgb(240,154,129); }
H1.HeaderClassName
{
color: #F09A81;
}
.AnyTagClassName
{
color: #F09A81;
}
</style>
background-color css
<style>
a { background-color: #F09A81; }
a { background-color: rgb(240,154,129); }
div.DivClassName
{
background-color: #F09A81;
}
.BgClassName
{
background-color: #F09A81;
}
</style>
border-color css
<style>
span { border-color: #F09A81; }
span { border-color: rgb(240,154,129); }
td.TdClassName
{
border-color: #F09A81;
}
.TagClassName
{
border-color: #F09A81;
}
</style>