Shades of Dark Salmon #F28F73
Tints of Dark Salmon #F28F73
RGB
CMYK
RGB Variations
Color information
#F28F73 (or 0xF28F73) is known color: Dark Salmon. HEX triplet: F2, 8F and 73. RGB value is (242,143,115). Sum of RGB (Red+Green+Blue) = 242+143+115=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F73 is #0D708C. Grayscale: #A9A9A9. Windows color (decimal): -880781 or 7573490. OLE color: 7573490.
HSL color Cylindrical-coordinate representation of color #F28F73: hue angle of 13.23º 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 #F28F73 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 115 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.05 |
| HSL | 13.23º | 0.83% | 0.7% | - |
| HSV(B) | 13.23º | 0.52% | 0.95% | - |
| XYZ | 49.53 | 39.76 | 21.28 | - |
| YUV | 169.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 115 | 0 | 0.41 | 0.52 | 0.05 | 13.23 | 0.83 | 0.7 |
| Hex | F2 | 8F | 73 | 0 | 29 | 34 | 5 | D | 53 | 46 |
| Octal | 362 | 217 | 163 | 0 | 51 | 64 | 5 | 15 | 123 | 106 |
| Binary | 11110010 | 10001111 | 1110011 | 0 | 101001 | 110100 | 101 | 1101 | 1010011 | 1000110 |
Color Harmonies of #F28F73
Complementary color
Monochromatic Colors of #F28F73
Black with #F28F73
Text Example
Text Example
White with #F28F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F73; }
p { color: rgb(242,143,115); }
H1.HeaderClassName
{
color: #F28F73;
}
.AnyTagClassName
{
color: #F28F73;
}
</style>
background-color css
<style>
a { background-color: #F28F73; }
a { background-color: rgb(242,143,115); }
div.DivClassName
{
background-color: #F28F73;
}
.BgClassName
{
background-color: #F28F73;
}
</style>
border-color css
<style>
span { border-color: #F28F73; }
span { border-color: rgb(242,143,115); }
td.TdClassName
{
border-color: #F28F73;
}
.TagClassName
{
border-color: #F28F73;
}
</style>