Shades of Dark Salmon #F29575
Tints of Dark Salmon #F29575
RGB
CMYK
RGB Variations
Color information
#F29575 (or 0xF29575) is known color: Dark Salmon. HEX triplet: F2, 95 and 75. RGB value is (242,149,117). Sum of RGB (Red+Green+Blue) = 242+149+117=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F29575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29575 is #0D6A8A. Grayscale: #ADADAD. Windows color (decimal): -879243 or 7706098. OLE color: 7706098.
HSL color Cylindrical-coordinate representation of color #F29575: hue angle of 15.36º 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 #F29575 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 117 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.05 |
| HSL | 15.36º | 0.83% | 0.7% | - |
| HSV(B) | 15.36º | 0.52% | 0.95% | - |
| XYZ | 50.58 | 41.66 | 22.2 | - |
| YUV | 173.16 | 96.31 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 117 | 0 | 0.38 | 0.52 | 0.05 | 15.36 | 0.83 | 0.7 |
| Hex | F2 | 95 | 75 | 0 | 26 | 34 | 5 | F | 53 | 46 |
| Octal | 362 | 225 | 165 | 0 | 46 | 64 | 5 | 17 | 123 | 106 |
| Binary | 11110010 | 10010101 | 1110101 | 0 | 100110 | 110100 | 101 | 1111 | 1010011 | 1000110 |
Color Harmonies of #F29575
Complementary color
Monochromatic Colors of #F29575
Black with #F29575
Text Example
Text Example
White with #F29575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29575; }
p { color: rgb(242,149,117); }
H1.HeaderClassName
{
color: #F29575;
}
.AnyTagClassName
{
color: #F29575;
}
</style>
background-color css
<style>
a { background-color: #F29575; }
a { background-color: rgb(242,149,117); }
div.DivClassName
{
background-color: #F29575;
}
.BgClassName
{
background-color: #F29575;
}
</style>
border-color css
<style>
span { border-color: #F29575; }
span { border-color: rgb(242,149,117); }
td.TdClassName
{
border-color: #F29575;
}
.TagClassName
{
border-color: #F29575;
}
</style>