Shades of Dark Salmon #F28C73
Tints of Dark Salmon #F28C73
RGB
CMYK
RGB Variations
Color information
#F28C73 (or 0xF28C73) is known color: Dark Salmon. HEX triplet: F2, 8C and 73. RGB value is (242,140,115). Sum of RGB (Red+Green+Blue) = 242+140+115=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C73 is #0D738C. Grayscale: #A7A7A7. Windows color (decimal): -881549 or 7572722. OLE color: 7572722.
HSL color Cylindrical-coordinate representation of color #F28C73: hue angle of 11.81º 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 #F28C73 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 115 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.05 |
| HSL | 11.81º | 0.83% | 0.7% | - |
| HSV(B) | 11.81º | 0.52% | 0.95% | - |
| XYZ | 49.09 | 38.87 | 21.14 | - |
| YUV | 167.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 115 | 0 | 0.42 | 0.52 | 0.05 | 11.81 | 0.83 | 0.7 |
| Hex | F2 | 8C | 73 | 0 | 2A | 34 | 5 | C | 53 | 46 |
| Octal | 362 | 214 | 163 | 0 | 52 | 64 | 5 | 14 | 123 | 106 |
| Binary | 11110010 | 10001100 | 1110011 | 0 | 101010 | 110100 | 101 | 1100 | 1010011 | 1000110 |
Color Harmonies of #F28C73
Complementary color
Monochromatic Colors of #F28C73
Black with #F28C73
Text Example
Text Example
White with #F28C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C73; }
p { color: rgb(242,140,115); }
H1.HeaderClassName
{
color: #F28C73;
}
.AnyTagClassName
{
color: #F28C73;
}
</style>
background-color css
<style>
a { background-color: #F28C73; }
a { background-color: rgb(242,140,115); }
div.DivClassName
{
background-color: #F28C73;
}
.BgClassName
{
background-color: #F28C73;
}
</style>
border-color css
<style>
span { border-color: #F28C73; }
span { border-color: rgb(242,140,115); }
td.TdClassName
{
border-color: #F28C73;
}
.TagClassName
{
border-color: #F28C73;
}
</style>