Shades of Salmon #F28771
Tints of Salmon #F28771
RGB
CMYK
RGB Variations
Color information
#F28771 (or 0xF28771) is known color: Salmon. HEX triplet: F2, 87 and 71. RGB value is (242,135,113). Sum of RGB (Red+Green+Blue) = 242+135+113=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F28771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28771 is #0D788E. Grayscale: #A4A4A4. Windows color (decimal): -882831 or 7440370. OLE color: 7440370.
HSL color Cylindrical-coordinate representation of color #F28771: hue angle of 10.23º 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 #F28771 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 113 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.05 |
| HSL | 10.23º | 0.83% | 0.7% | - |
| HSV(B) | 10.23º | 0.53% | 0.95% | - |
| XYZ | 48.26 | 37.4 | 20.3 | - |
| YUV | 164.49 | 98.95 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 113 | 0 | 0.44 | 0.53 | 0.05 | 10.23 | 0.83 | 0.7 |
| Hex | F2 | 87 | 71 | 0 | 2C | 35 | 5 | A | 53 | 46 |
| Octal | 362 | 207 | 161 | 0 | 54 | 65 | 5 | 12 | 123 | 106 |
| Binary | 11110010 | 10000111 | 1110001 | 0 | 101100 | 110101 | 101 | 1010 | 1010011 | 1000110 |
Color Harmonies of #F28771
Complementary color
Monochromatic Colors of #F28771
Black with #F28771
Text Example
Text Example
White with #F28771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28771; }
p { color: rgb(242,135,113); }
H1.HeaderClassName
{
color: #F28771;
}
.AnyTagClassName
{
color: #F28771;
}
</style>
background-color css
<style>
a { background-color: #F28771; }
a { background-color: rgb(242,135,113); }
div.DivClassName
{
background-color: #F28771;
}
.BgClassName
{
background-color: #F28771;
}
</style>
border-color css
<style>
span { border-color: #F28771; }
span { border-color: rgb(242,135,113); }
td.TdClassName
{
border-color: #F28771;
}
.TagClassName
{
border-color: #F28771;
}
</style>