Shades of Salmon #F28470
Tints of Salmon #F28470
RGB
CMYK
RGB Variations
Color information
#F28470 (or 0xF28470) is known color: Salmon. HEX triplet: F2, 84 and 70. RGB value is (242,132,112). Sum of RGB (Red+Green+Blue) = 242+132+112=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F28470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28470 is #0D7B8F. Grayscale: #A2A2A2. Windows color (decimal): -883600 or 7374066. OLE color: 7374066.
HSL color Cylindrical-coordinate representation of color #F28470: hue angle of 9.23º 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 #F28470 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 112 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.05 |
| HSL | 9.23º | 0.83% | 0.69% | - |
| HSV(B) | 9.23º | 0.54% | 0.95% | - |
| XYZ | 47.79 | 36.55 | 19.87 | - |
| YUV | 162.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 112 | 0 | 0.45 | 0.54 | 0.05 | 9.23 | 0.83 | 0.69 |
| Hex | F2 | 84 | 70 | 0 | 2D | 36 | 5 | 9 | 53 | 45 |
| Octal | 362 | 204 | 160 | 0 | 55 | 66 | 5 | 11 | 123 | 105 |
| Binary | 11110010 | 10000100 | 1110000 | 0 | 101101 | 110110 | 101 | 1001 | 1010011 | 1000101 |
Color Harmonies of #F28470
Complementary color
Monochromatic Colors of #F28470
Black with #F28470
Text Example
Text Example
White with #F28470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28470; }
p { color: rgb(242,132,112); }
H1.HeaderClassName
{
color: #F28470;
}
.AnyTagClassName
{
color: #F28470;
}
</style>
background-color css
<style>
a { background-color: #F28470; }
a { background-color: rgb(242,132,112); }
div.DivClassName
{
background-color: #F28470;
}
.BgClassName
{
background-color: #F28470;
}
</style>
border-color css
<style>
span { border-color: #F28470; }
span { border-color: rgb(242,132,112); }
td.TdClassName
{
border-color: #F28470;
}
.TagClassName
{
border-color: #F28470;
}
</style>