Shades of Salmon #F87D78
Tints of Salmon #F87D78
RGB
CMYK
RGB Variations
Color information
#F87D78 (or 0xF87D78) is known color: Salmon. HEX triplet: F8, 7D and 78. RGB value is (248,125,120). Sum of RGB (Red+Green+Blue) = 248+125+120=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87D78 is #078287. Grayscale: #A1A1A1. Windows color (decimal): -492168 or 7896568. OLE color: 7896568.
HSL color Cylindrical-coordinate representation of color #F87D78: hue angle of 2.34º 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 #F87D78 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 120 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.03 |
| HSL | 2.34º | 0.9% | 0.72% | - |
| HSV(B) | 2.34º | 0.52% | 0.97% | - |
| XYZ | 49.44 | 35.98 | 22.11 | - |
| YUV | 161.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 120 | 0 | 0.50 | 0.52 | 0.03 | 2.34 | 0.9 | 0.72 |
| Hex | F8 | 7D | 78 | 0 | 32 | 34 | 3 | 2 | 5A | 48 |
| Octal | 370 | 175 | 170 | 0 | 62 | 64 | 3 | 2 | 132 | 110 |
| Binary | 11111000 | 1111101 | 1111000 | 0 | 110010 | 110100 | 11 | 10 | 1011010 | 1001000 |
Color Harmonies of #F87D78
Complementary color
Monochromatic Colors of #F87D78
Black with #F87D78
Text Example
Text Example
White with #F87D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D78; }
p { color: rgb(248,125,120); }
H1.HeaderClassName
{
color: #F87D78;
}
.AnyTagClassName
{
color: #F87D78;
}
</style>
background-color css
<style>
a { background-color: #F87D78; }
a { background-color: rgb(248,125,120); }
div.DivClassName
{
background-color: #F87D78;
}
.BgClassName
{
background-color: #F87D78;
}
</style>
border-color css
<style>
span { border-color: #F87D78; }
span { border-color: rgb(248,125,120); }
td.TdClassName
{
border-color: #F87D78;
}
.TagClassName
{
border-color: #F87D78;
}
</style>