Shades of Salmon #F87D70
Tints of Salmon #F87D70
RGB
CMYK
RGB Variations
Color information
#F87D70 (or 0xF87D70) is known color: Salmon. HEX triplet: F8, 7D and 70. RGB value is (248,125,112). Sum of RGB (Red+Green+Blue) = 248+125+112=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87D70 is #07828F. Grayscale: #A0A0A0. Windows color (decimal): -492176 or 7372280. OLE color: 7372280.
HSL color Cylindrical-coordinate representation of color #F87D70: hue angle of 5.74º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F87D70 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 112 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.03 |
| HSL | 5.74º | 0.91% | 0.71% | - |
| HSV(B) | 5.74º | 0.55% | 0.97% | - |
| XYZ | 48.97 | 35.79 | 19.66 | - |
| YUV | 160.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 112 | 0 | 0.50 | 0.55 | 0.03 | 5.74 | 0.91 | 0.71 |
| Hex | F8 | 7D | 70 | 0 | 32 | 37 | 3 | 6 | 5B | 47 |
| Octal | 370 | 175 | 160 | 0 | 62 | 67 | 3 | 6 | 133 | 107 |
| Binary | 11111000 | 1111101 | 1110000 | 0 | 110010 | 110111 | 11 | 110 | 1011011 | 1000111 |
Color Harmonies of #F87D70
Complementary color
Monochromatic Colors of #F87D70
Black with #F87D70
Text Example
Text Example
White with #F87D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D70; }
p { color: rgb(248,125,112); }
H1.HeaderClassName
{
color: #F87D70;
}
.AnyTagClassName
{
color: #F87D70;
}
</style>
background-color css
<style>
a { background-color: #F87D70; }
a { background-color: rgb(248,125,112); }
div.DivClassName
{
background-color: #F87D70;
}
.BgClassName
{
background-color: #F87D70;
}
</style>
border-color css
<style>
span { border-color: #F87D70; }
span { border-color: rgb(248,125,112); }
td.TdClassName
{
border-color: #F87D70;
}
.TagClassName
{
border-color: #F87D70;
}
</style>