Shades of Dark Salmon #F29273
Tints of Dark Salmon #F29273
RGB
CMYK
RGB Variations
Color information
#F29273 (or 0xF29273) is known color: Dark Salmon. HEX triplet: F2, 92 and 73. RGB value is (242,146,115). Sum of RGB (Red+Green+Blue) = 242+146+115=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F29273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29273 is #0D6D8C. Grayscale: #ABABAB. Windows color (decimal): -880013 or 7574258. OLE color: 7574258.
HSL color Cylindrical-coordinate representation of color #F29273: hue angle of 14.65º 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 #F29273 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 115 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.05 |
| HSL | 14.65º | 0.83% | 0.7% | - |
| HSV(B) | 14.65º | 0.52% | 0.95% | - |
| XYZ | 49.99 | 40.67 | 21.44 | - |
| YUV | 171.17 | 96.3 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 115 | 0 | 0.40 | 0.52 | 0.05 | 14.65 | 0.83 | 0.7 |
| Hex | F2 | 92 | 73 | 0 | 28 | 34 | 5 | F | 53 | 46 |
| Octal | 362 | 222 | 163 | 0 | 50 | 64 | 5 | 17 | 123 | 106 |
| Binary | 11110010 | 10010010 | 1110011 | 0 | 101000 | 110100 | 101 | 1111 | 1010011 | 1000110 |
Color Harmonies of #F29273
Complementary color
Monochromatic Colors of #F29273
Black with #F29273
Text Example
Text Example
White with #F29273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29273; }
p { color: rgb(242,146,115); }
H1.HeaderClassName
{
color: #F29273;
}
.AnyTagClassName
{
color: #F29273;
}
</style>
background-color css
<style>
a { background-color: #F29273; }
a { background-color: rgb(242,146,115); }
div.DivClassName
{
background-color: #F29273;
}
.BgClassName
{
background-color: #F29273;
}
</style>
border-color css
<style>
span { border-color: #F29273; }
span { border-color: rgb(242,146,115); }
td.TdClassName
{
border-color: #F29273;
}
.TagClassName
{
border-color: #F29273;
}
</style>