Shades of Salmon #F28371
Tints of Salmon #F28371
RGB
CMYK
RGB Variations
Color information
#F28371 (or 0xF28371) is known color: Salmon. HEX triplet: F2, 83 and 71. RGB value is (242,131,113). Sum of RGB (Red+Green+Blue) = 242+131+113=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F28371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28371 is #0D7C8E. Grayscale: #A2A2A2. Windows color (decimal): -883855 or 7439346. OLE color: 7439346.
HSL color Cylindrical-coordinate representation of color #F28371: hue angle of 8.37º 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 #F28371 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 113 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.05 |
| HSL | 8.37º | 0.83% | 0.7% | - |
| HSV(B) | 8.37º | 0.53% | 0.95% | - |
| XYZ | 47.71 | 36.3 | 20.11 | - |
| YUV | 162.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 113 | 0 | 0.46 | 0.53 | 0.05 | 8.37 | 0.83 | 0.7 |
| Hex | F2 | 83 | 71 | 0 | 2E | 35 | 5 | 8 | 53 | 46 |
| Octal | 362 | 203 | 161 | 0 | 56 | 65 | 5 | 10 | 123 | 106 |
| Binary | 11110010 | 10000011 | 1110001 | 0 | 101110 | 110101 | 101 | 1000 | 1010011 | 1000110 |
Color Harmonies of #F28371
Complementary color
Monochromatic Colors of #F28371
Black with #F28371
Text Example
Text Example
White with #F28371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28371; }
p { color: rgb(242,131,113); }
H1.HeaderClassName
{
color: #F28371;
}
.AnyTagClassName
{
color: #F28371;
}
</style>
background-color css
<style>
a { background-color: #F28371; }
a { background-color: rgb(242,131,113); }
div.DivClassName
{
background-color: #F28371;
}
.BgClassName
{
background-color: #F28371;
}
</style>
border-color css
<style>
span { border-color: #F28371; }
span { border-color: rgb(242,131,113); }
td.TdClassName
{
border-color: #F28371;
}
.TagClassName
{
border-color: #F28371;
}
</style>