Shades of Salmon #F87F73
Tints of Salmon #F87F73
RGB
CMYK
RGB Variations
Color information
#F87F73 (or 0xF87F73) is known color: Salmon. HEX triplet: F8, 7F and 73. RGB value is (248,127,115). Sum of RGB (Red+Green+Blue) = 248+127+115=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87F73 is #07808C. Grayscale: #A1A1A1. Windows color (decimal): -491661 or 7569400. OLE color: 7569400.
HSL color Cylindrical-coordinate representation of color #F87F73: hue angle of 5.41º degrees, saturation: 0.9, 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 #F87F73 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 115 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.03 |
| HSL | 5.41º | 0.9% | 0.71% | - |
| HSV(B) | 5.41º | 0.54% | 0.97% | - |
| XYZ | 49.4 | 36.37 | 20.64 | - |
| YUV | 161.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 115 | 0 | 0.49 | 0.54 | 0.03 | 5.41 | 0.9 | 0.71 |
| Hex | F8 | 7F | 73 | 0 | 31 | 36 | 3 | 5 | 5A | 47 |
| Octal | 370 | 177 | 163 | 0 | 61 | 66 | 3 | 5 | 132 | 107 |
| Binary | 11111000 | 1111111 | 1110011 | 0 | 110001 | 110110 | 11 | 101 | 1011010 | 1000111 |
Color Harmonies of #F87F73
Complementary color
Monochromatic Colors of #F87F73
Black with #F87F73
Text Example
Text Example
White with #F87F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F73; }
p { color: rgb(248,127,115); }
H1.HeaderClassName
{
color: #F87F73;
}
.AnyTagClassName
{
color: #F87F73;
}
</style>
background-color css
<style>
a { background-color: #F87F73; }
a { background-color: rgb(248,127,115); }
div.DivClassName
{
background-color: #F87F73;
}
.BgClassName
{
background-color: #F87F73;
}
</style>
border-color css
<style>
span { border-color: #F87F73; }
span { border-color: rgb(248,127,115); }
td.TdClassName
{
border-color: #F87F73;
}
.TagClassName
{
border-color: #F87F73;
}
</style>