Shades of Salmon #F28070
Tints of Salmon #F28070
RGB
CMYK
RGB Variations
Color information
#F28070 (or 0xF28070) is known color: Salmon. HEX triplet: F2, 80 and 70. RGB value is (242,128,112). Sum of RGB (Red+Green+Blue) = 242+128+112=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F28070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28070 is #0D7F8F. Grayscale: #A0A0A0. Windows color (decimal): -884624 or 7373042. OLE color: 7373042.
HSL color Cylindrical-coordinate representation of color #F28070: hue angle of 7.38º 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 #F28070 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 112 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.05 |
| HSL | 7.38º | 0.83% | 0.69% | - |
| HSV(B) | 7.38º | 0.54% | 0.95% | - |
| XYZ | 47.26 | 35.49 | 19.69 | - |
| YUV | 160.26 | 100.77 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 112 | 0 | 0.47 | 0.54 | 0.05 | 7.38 | 0.83 | 0.69 |
| Hex | F2 | 80 | 70 | 0 | 2F | 36 | 5 | 7 | 53 | 45 |
| Octal | 362 | 200 | 160 | 0 | 57 | 66 | 5 | 7 | 123 | 105 |
| Binary | 11110010 | 10000000 | 1110000 | 0 | 101111 | 110110 | 101 | 111 | 1010011 | 1000101 |
Color Harmonies of #F28070
Complementary color
Monochromatic Colors of #F28070
Black with #F28070
Text Example
Text Example
White with #F28070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28070; }
p { color: rgb(242,128,112); }
H1.HeaderClassName
{
color: #F28070;
}
.AnyTagClassName
{
color: #F28070;
}
</style>
background-color css
<style>
a { background-color: #F28070; }
a { background-color: rgb(242,128,112); }
div.DivClassName
{
background-color: #F28070;
}
.BgClassName
{
background-color: #F28070;
}
</style>
border-color css
<style>
span { border-color: #F28070; }
span { border-color: rgb(242,128,112); }
td.TdClassName
{
border-color: #F28070;
}
.TagClassName
{
border-color: #F28070;
}
</style>