Shades of Salmon #F87972
Tints of Salmon #F87972
RGB
CMYK
RGB Variations
Color information
#F87972 (or 0xF87972) is known color: Salmon. HEX triplet: F8, 79 and 72. RGB value is (248,121,114). Sum of RGB (Red+Green+Blue) = 248+121+114=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F87972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87972 is #07868D. Grayscale: #9E9E9E. Windows color (decimal): -493198 or 7502328. OLE color: 7502328.
HSL color Cylindrical-coordinate representation of color #F87972: hue angle of 3.13º 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 #F87972 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 121 | 114 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.03 |
| HSL | 3.13º | 0.91% | 0.71% | - |
| HSV(B) | 3.13º | 0.54% | 0.97% | - |
| XYZ | 48.59 | 34.85 | 20.08 | - |
| YUV | 158.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 121 | 114 | 0 | 0.51 | 0.54 | 0.03 | 3.13 | 0.91 | 0.71 |
| Hex | F8 | 79 | 72 | 0 | 33 | 36 | 3 | 3 | 5B | 47 |
| Octal | 370 | 171 | 162 | 0 | 63 | 66 | 3 | 3 | 133 | 107 |
| Binary | 11111000 | 1111001 | 1110010 | 0 | 110011 | 110110 | 11 | 11 | 1011011 | 1000111 |
Color Harmonies of #F87972
Complementary color
Monochromatic Colors of #F87972
Black with #F87972
Text Example
Text Example
White with #F87972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87972; }
p { color: rgb(248,121,114); }
H1.HeaderClassName
{
color: #F87972;
}
.AnyTagClassName
{
color: #F87972;
}
</style>
background-color css
<style>
a { background-color: #F87972; }
a { background-color: rgb(248,121,114); }
div.DivClassName
{
background-color: #F87972;
}
.BgClassName
{
background-color: #F87972;
}
</style>
border-color css
<style>
span { border-color: #F87972; }
span { border-color: rgb(248,121,114); }
td.TdClassName
{
border-color: #F87972;
}
.TagClassName
{
border-color: #F87972;
}
</style>