Shades of Salmon #F87F74
Tints of Salmon #F87F74
RGB
CMYK
RGB Variations
Color information
#F87F74 (or 0xF87F74) is known color: Salmon. HEX triplet: F8, 7F and 74. RGB value is (248,127,116). Sum of RGB (Red+Green+Blue) = 248+127+116=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87F74 is #07808B. Grayscale: #A2A2A2. Windows color (decimal): -491660 or 7634936. OLE color: 7634936.
HSL color Cylindrical-coordinate representation of color #F87F74: hue angle of 5º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F87F74 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 116 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.03 |
| HSL | 5º | 0.9% | 0.71% | - |
| HSV(B) | 5º | 0.53% | 0.97% | - |
| XYZ | 49.45 | 36.4 | 20.94 | - |
| YUV | 161.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 116 | 0 | 0.49 | 0.53 | 0.03 | 5 | 0.9 | 0.71 |
| Hex | F8 | 7F | 74 | 0 | 31 | 35 | 3 | 5 | 5A | 47 |
| Octal | 370 | 177 | 164 | 0 | 61 | 65 | 3 | 5 | 132 | 107 |
| Binary | 11111000 | 1111111 | 1110100 | 0 | 110001 | 110101 | 11 | 101 | 1011010 | 1000111 |
Color Harmonies of #F87F74
Complementary color
Monochromatic Colors of #F87F74
Black with #F87F74
Text Example
Text Example
White with #F87F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F74; }
p { color: rgb(248,127,116); }
H1.HeaderClassName
{
color: #F87F74;
}
.AnyTagClassName
{
color: #F87F74;
}
</style>
background-color css
<style>
a { background-color: #F87F74; }
a { background-color: rgb(248,127,116); }
div.DivClassName
{
background-color: #F87F74;
}
.BgClassName
{
background-color: #F87F74;
}
</style>
border-color css
<style>
span { border-color: #F87F74; }
span { border-color: rgb(248,127,116); }
td.TdClassName
{
border-color: #F87F74;
}
.TagClassName
{
border-color: #F87F74;
}
</style>