Shades of Salmon #F28576
Tints of Salmon #F28576
RGB
CMYK
RGB Variations
Color information
#F28576 (or 0xF28576) is known color: Salmon. HEX triplet: F2, 85 and 76. RGB value is (242,133,118). Sum of RGB (Red+Green+Blue) = 242+133+118=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F28576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28576 is #0D7A89. Grayscale: #A4A4A4. Windows color (decimal): -883338 or 7767538. OLE color: 7767538.
HSL color Cylindrical-coordinate representation of color #F28576: hue angle of 7.26º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F28576 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 118 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.05 |
| HSL | 7.26º | 0.83% | 0.71% | - |
| HSV(B) | 7.26º | 0.51% | 0.95% | - |
| XYZ | 48.28 | 36.96 | 21.73 | - |
| YUV | 163.88 | 102.11 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 118 | 0 | 0.45 | 0.51 | 0.05 | 7.26 | 0.83 | 0.71 |
| Hex | F2 | 85 | 76 | 0 | 2D | 33 | 5 | 7 | 53 | 47 |
| Octal | 362 | 205 | 166 | 0 | 55 | 63 | 5 | 7 | 123 | 107 |
| Binary | 11110010 | 10000101 | 1110110 | 0 | 101101 | 110011 | 101 | 111 | 1010011 | 1000111 |
Color Harmonies of #F28576
Complementary color
Monochromatic Colors of #F28576
Black with #F28576
Text Example
Text Example
White with #F28576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28576; }
p { color: rgb(242,133,118); }
H1.HeaderClassName
{
color: #F28576;
}
.AnyTagClassName
{
color: #F28576;
}
</style>
background-color css
<style>
a { background-color: #F28576; }
a { background-color: rgb(242,133,118); }
div.DivClassName
{
background-color: #F28576;
}
.BgClassName
{
background-color: #F28576;
}
</style>
border-color css
<style>
span { border-color: #F28576; }
span { border-color: rgb(242,133,118); }
td.TdClassName
{
border-color: #F28576;
}
.TagClassName
{
border-color: #F28576;
}
</style>