Shades of Dark Salmon #F29075
Tints of Dark Salmon #F29075
RGB
CMYK
RGB Variations
Color information
#F29075 (or 0xF29075) is known color: Dark Salmon. HEX triplet: F2, 90 and 75. RGB value is (242,144,117). Sum of RGB (Red+Green+Blue) = 242+144+117=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F29075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29075 is #0D6F8A. Grayscale: #AAAAAA. Windows color (decimal): -880523 or 7704818. OLE color: 7704818.
HSL color Cylindrical-coordinate representation of color #F29075: hue angle of 12.96º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F29075 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 117 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.05 |
| HSL | 12.96º | 0.83% | 0.7% | - |
| HSV(B) | 12.96º | 0.52% | 0.95% | - |
| XYZ | 49.8 | 40.11 | 21.95 | - |
| YUV | 170.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 117 | 0 | 0.40 | 0.52 | 0.05 | 12.96 | 0.83 | 0.7 |
| Hex | F2 | 90 | 75 | 0 | 28 | 34 | 5 | D | 53 | 46 |
| Octal | 362 | 220 | 165 | 0 | 50 | 64 | 5 | 15 | 123 | 106 |
| Binary | 11110010 | 10010000 | 1110101 | 0 | 101000 | 110100 | 101 | 1101 | 1010011 | 1000110 |
Color Harmonies of #F29075
Complementary color
Monochromatic Colors of #F29075
Black with #F29075
Text Example
Text Example
White with #F29075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29075; }
p { color: rgb(242,144,117); }
H1.HeaderClassName
{
color: #F29075;
}
.AnyTagClassName
{
color: #F29075;
}
</style>
background-color css
<style>
a { background-color: #F29075; }
a { background-color: rgb(242,144,117); }
div.DivClassName
{
background-color: #F29075;
}
.BgClassName
{
background-color: #F29075;
}
</style>
border-color css
<style>
span { border-color: #F29075; }
span { border-color: rgb(242,144,117); }
td.TdClassName
{
border-color: #F29075;
}
.TagClassName
{
border-color: #F29075;
}
</style>