Shades of Dark Salmon #F29870
Tints of Dark Salmon #F29870
RGB
CMYK
RGB Variations
Color information
#F29870 (or 0xF29870) is known color: Dark Salmon. HEX triplet: F2, 98 and 70. RGB value is (242,152,112). Sum of RGB (Red+Green+Blue) = 242+152+112=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F29870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29870 is #0D678F. Grayscale: #AEAEAE. Windows color (decimal): -878480 or 7379186. OLE color: 7379186.
HSL color Cylindrical-coordinate representation of color #F29870: hue angle of 18.46º 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 #F29870 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 112 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.05 |
| HSL | 18.46º | 0.83% | 0.69% | - |
| HSV(B) | 18.46º | 0.54% | 0.95% | - |
| XYZ | 50.77 | 42.5 | 20.86 | - |
| YUV | 174.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 112 | 0 | 0.37 | 0.54 | 0.05 | 18.46 | 0.83 | 0.69 |
| Hex | F2 | 98 | 70 | 0 | 25 | 36 | 5 | 12 | 53 | 45 |
| Octal | 362 | 230 | 160 | 0 | 45 | 66 | 5 | 22 | 123 | 105 |
| Binary | 11110010 | 10011000 | 1110000 | 0 | 100101 | 110110 | 101 | 10010 | 1010011 | 1000101 |
Color Harmonies of #F29870
Complementary color
Monochromatic Colors of #F29870
Black with #F29870
Text Example
Text Example
White with #F29870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29870; }
p { color: rgb(242,152,112); }
H1.HeaderClassName
{
color: #F29870;
}
.AnyTagClassName
{
color: #F29870;
}
</style>
background-color css
<style>
a { background-color: #F29870; }
a { background-color: rgb(242,152,112); }
div.DivClassName
{
background-color: #F29870;
}
.BgClassName
{
background-color: #F29870;
}
</style>
border-color css
<style>
span { border-color: #F29870; }
span { border-color: rgb(242,152,112); }
td.TdClassName
{
border-color: #F29870;
}
.TagClassName
{
border-color: #F29870;
}
</style>