Shades of Dark Salmon #F2986F
Tints of Dark Salmon #F2986F
RGB
CMYK
RGB Variations
Color information
#F2986F (or 0xF2986F) is known color: Dark Salmon. HEX triplet: F2, 98 and 6F. RGB value is (242,152,111). Sum of RGB (Red+Green+Blue) = 242+152+111=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2986F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2986F is #0D6790. Grayscale: #AEAEAE. Windows color (decimal): -878481 or 7313650. OLE color: 7313650.
HSL color Cylindrical-coordinate representation of color #F2986F: hue angle of 18.78º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2986F is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 111 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.05 |
| HSL | 18.78º | 0.83% | 0.69% | - |
| HSV(B) | 18.78º | 0.54% | 0.95% | - |
| XYZ | 50.72 | 42.48 | 20.57 | - |
| YUV | 174.24 | 92.32 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 111 | 0 | 0.37 | 0.54 | 0.05 | 18.78 | 0.83 | 0.69 |
| Hex | F2 | 98 | 6F | 0 | 25 | 36 | 5 | 13 | 53 | 45 |
| Octal | 362 | 230 | 157 | 0 | 45 | 66 | 5 | 23 | 123 | 105 |
| Binary | 11110010 | 10011000 | 1101111 | 0 | 100101 | 110110 | 101 | 10011 | 1010011 | 1000101 |
Color Harmonies of #F2986F
Complementary color
Monochromatic Colors of #F2986F
Black with #F2986F
Text Example
Text Example
White with #F2986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2986F; }
p { color: rgb(242,152,111); }
H1.HeaderClassName
{
color: #F2986F;
}
.AnyTagClassName
{
color: #F2986F;
}
</style>
background-color css
<style>
a { background-color: #F2986F; }
a { background-color: rgb(242,152,111); }
div.DivClassName
{
background-color: #F2986F;
}
.BgClassName
{
background-color: #F2986F;
}
</style>
border-color css
<style>
span { border-color: #F2986F; }
span { border-color: rgb(242,152,111); }
td.TdClassName
{
border-color: #F2986F;
}
.TagClassName
{
border-color: #F2986F;
}
</style>