Shades of Salmon #F28871
Tints of Salmon #F28871
RGB
CMYK
RGB Variations
Color information
#F28871 (or 0xF28871) is known color: Salmon. HEX triplet: F2, 88 and 71. RGB value is (242,136,113). Sum of RGB (Red+Green+Blue) = 242+136+113=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F28871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28871 is #0D778E. Grayscale: #A5A5A5. Windows color (decimal): -882575 or 7440626. OLE color: 7440626.
HSL color Cylindrical-coordinate representation of color #F28871: hue angle of 10.7º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F28871 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 113 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.05 |
| HSL | 10.7º | 0.83% | 0.7% | - |
| HSV(B) | 10.7º | 0.53% | 0.95% | - |
| XYZ | 48.4 | 37.68 | 20.34 | - |
| YUV | 165.07 | 98.62 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 113 | 0 | 0.44 | 0.53 | 0.05 | 10.7 | 0.83 | 0.7 |
| Hex | F2 | 88 | 71 | 0 | 2C | 35 | 5 | B | 53 | 46 |
| Octal | 362 | 210 | 161 | 0 | 54 | 65 | 5 | 13 | 123 | 106 |
| Binary | 11110010 | 10001000 | 1110001 | 0 | 101100 | 110101 | 101 | 1011 | 1010011 | 1000110 |
Color Harmonies of #F28871
Complementary color
Monochromatic Colors of #F28871
Black with #F28871
Text Example
Text Example
White with #F28871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28871; }
p { color: rgb(242,136,113); }
H1.HeaderClassName
{
color: #F28871;
}
.AnyTagClassName
{
color: #F28871;
}
</style>
background-color css
<style>
a { background-color: #F28871; }
a { background-color: rgb(242,136,113); }
div.DivClassName
{
background-color: #F28871;
}
.BgClassName
{
background-color: #F28871;
}
</style>
border-color css
<style>
span { border-color: #F28871; }
span { border-color: rgb(242,136,113); }
td.TdClassName
{
border-color: #F28871;
}
.TagClassName
{
border-color: #F28871;
}
</style>