Shades of Salmon #F88277
Tints of Salmon #F88277
RGB
CMYK
RGB Variations
Color information
#F88277 (or 0xF88277) is known color: Salmon. HEX triplet: F8, 82 and 77. RGB value is (248,130,119). Sum of RGB (Red+Green+Blue) = 248+130+119=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F88277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88277 is #077D88. Grayscale: #A4A4A4. Windows color (decimal): -490889 or 7832312. OLE color: 7832312.
HSL color Cylindrical-coordinate representation of color #F88277: hue angle of 5.12º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F88277 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 119 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.03 |
| HSL | 5.12º | 0.9% | 0.72% | - |
| HSV(B) | 5.12º | 0.52% | 0.97% | - |
| XYZ | 50.02 | 37.25 | 22.01 | - |
| YUV | 164.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 119 | 0 | 0.48 | 0.52 | 0.03 | 5.12 | 0.9 | 0.72 |
| Hex | F8 | 82 | 77 | 0 | 30 | 34 | 3 | 5 | 5A | 48 |
| Octal | 370 | 202 | 167 | 0 | 60 | 64 | 3 | 5 | 132 | 110 |
| Binary | 11111000 | 10000010 | 1110111 | 0 | 110000 | 110100 | 11 | 101 | 1011010 | 1001000 |
Color Harmonies of #F88277
Complementary color
Monochromatic Colors of #F88277
Black with #F88277
Text Example
Text Example
White with #F88277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88277; }
p { color: rgb(248,130,119); }
H1.HeaderClassName
{
color: #F88277;
}
.AnyTagClassName
{
color: #F88277;
}
</style>
background-color css
<style>
a { background-color: #F88277; }
a { background-color: rgb(248,130,119); }
div.DivClassName
{
background-color: #F88277;
}
.BgClassName
{
background-color: #F88277;
}
</style>
border-color css
<style>
span { border-color: #F88277; }
span { border-color: rgb(248,130,119); }
td.TdClassName
{
border-color: #F88277;
}
.TagClassName
{
border-color: #F88277;
}
</style>