Shades of Salmon #F28870
Tints of Salmon #F28870
RGB
CMYK
RGB Variations
Color information
#F28870 (or 0xF28870) is known color: Salmon. HEX triplet: F2, 88 and 70. RGB value is (242,136,112). Sum of RGB (Red+Green+Blue) = 242+136+112=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F28870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28870 is #0D778F. Grayscale: #A5A5A5. Windows color (decimal): -882576 or 7375090. OLE color: 7375090.
HSL color Cylindrical-coordinate representation of color #F28870: hue angle of 11.08º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F28870 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 112 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.05 |
| HSL | 11.08º | 0.83% | 0.69% | - |
| HSV(B) | 11.08º | 0.54% | 0.95% | - |
| XYZ | 48.35 | 37.66 | 20.05 | - |
| YUV | 164.96 | 98.12 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 112 | 0 | 0.44 | 0.54 | 0.05 | 11.08 | 0.83 | 0.69 |
| Hex | F2 | 88 | 70 | 0 | 2C | 36 | 5 | B | 53 | 45 |
| Octal | 362 | 210 | 160 | 0 | 54 | 66 | 5 | 13 | 123 | 105 |
| Binary | 11110010 | 10001000 | 1110000 | 0 | 101100 | 110110 | 101 | 1011 | 1010011 | 1000101 |
Color Harmonies of #F28870
Complementary color
Monochromatic Colors of #F28870
Black with #F28870
Text Example
Text Example
White with #F28870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28870; }
p { color: rgb(242,136,112); }
H1.HeaderClassName
{
color: #F28870;
}
.AnyTagClassName
{
color: #F28870;
}
</style>
background-color css
<style>
a { background-color: #F28870; }
a { background-color: rgb(242,136,112); }
div.DivClassName
{
background-color: #F28870;
}
.BgClassName
{
background-color: #F28870;
}
</style>
border-color css
<style>
span { border-color: #F28870; }
span { border-color: rgb(242,136,112); }
td.TdClassName
{
border-color: #F28870;
}
.TagClassName
{
border-color: #F28870;
}
</style>