Shades of Salmon #F28071
Tints of Salmon #F28071
RGB
CMYK
RGB Variations
Color information
#F28071 (or 0xF28071) is known color: Salmon. HEX triplet: F2, 80 and 71. RGB value is (242,128,113). Sum of RGB (Red+Green+Blue) = 242+128+113=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F28071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28071 is #0D7F8E. Grayscale: #A0A0A0. Windows color (decimal): -884623 or 7438578. OLE color: 7438578.
HSL color Cylindrical-coordinate representation of color #F28071: hue angle of 6.98º 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 #F28071 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 113 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.05 |
| HSL | 6.98º | 0.83% | 0.7% | - |
| HSV(B) | 6.98º | 0.53% | 0.95% | - |
| XYZ | 47.32 | 35.51 | 19.98 | - |
| YUV | 160.38 | 101.27 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 113 | 0 | 0.47 | 0.53 | 0.05 | 6.98 | 0.83 | 0.7 |
| Hex | F2 | 80 | 71 | 0 | 2F | 35 | 5 | 7 | 53 | 46 |
| Octal | 362 | 200 | 161 | 0 | 57 | 65 | 5 | 7 | 123 | 106 |
| Binary | 11110010 | 10000000 | 1110001 | 0 | 101111 | 110101 | 101 | 111 | 1010011 | 1000110 |
Color Harmonies of #F28071
Complementary color
Monochromatic Colors of #F28071
Black with #F28071
Text Example
Text Example
White with #F28071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28071; }
p { color: rgb(242,128,113); }
H1.HeaderClassName
{
color: #F28071;
}
.AnyTagClassName
{
color: #F28071;
}
</style>
background-color css
<style>
a { background-color: #F28071; }
a { background-color: rgb(242,128,113); }
div.DivClassName
{
background-color: #F28071;
}
.BgClassName
{
background-color: #F28071;
}
</style>
border-color css
<style>
span { border-color: #F28071; }
span { border-color: rgb(242,128,113); }
td.TdClassName
{
border-color: #F28071;
}
.TagClassName
{
border-color: #F28071;
}
</style>