Shades of Salmon #F87472
Tints of Salmon #F87472
RGB
CMYK
RGB Variations
Color information
#F87472 (or 0xF87472) is known color: Salmon. HEX triplet: F8, 74 and 72. RGB value is (248,116,114). Sum of RGB (Red+Green+Blue) = 248+116+114=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F87472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87472 is #078B8D. Grayscale: #9B9B9B. Windows color (decimal): -494478 or 7501048. OLE color: 7501048.
HSL color Cylindrical-coordinate representation of color #F87472: hue angle of 0.9º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F87472 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 114 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.03 |
| HSL | 0.9º | 0.91% | 0.71% | - |
| HSV(B) | 0.9º | 0.54% | 0.97% | - |
| XYZ | 47.99 | 33.66 | 19.89 | - |
| YUV | 155.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 114 | 0 | 0.53 | 0.54 | 0.03 | 0.9 | 0.91 | 0.71 |
| Hex | F8 | 74 | 72 | 0 | 35 | 36 | 3 | 1 | 5B | 47 |
| Octal | 370 | 164 | 162 | 0 | 65 | 66 | 3 | 1 | 133 | 107 |
| Binary | 11111000 | 1110100 | 1110010 | 0 | 110101 | 110110 | 11 | 1 | 1011011 | 1000111 |
Color Harmonies of #F87472
Complementary color
Monochromatic Colors of #F87472
Black with #F87472
Text Example
Text Example
White with #F87472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87472; }
p { color: rgb(248,116,114); }
H1.HeaderClassName
{
color: #F87472;
}
.AnyTagClassName
{
color: #F87472;
}
</style>
background-color css
<style>
a { background-color: #F87472; }
a { background-color: rgb(248,116,114); }
div.DivClassName
{
background-color: #F87472;
}
.BgClassName
{
background-color: #F87472;
}
</style>
border-color css
<style>
span { border-color: #F87472; }
span { border-color: rgb(248,116,114); }
td.TdClassName
{
border-color: #F87472;
}
.TagClassName
{
border-color: #F87472;
}
</style>