Shades of Salmon #F87A70
Tints of Salmon #F87A70
RGB
CMYK
RGB Variations
Color information
#F87A70 (or 0xF87A70) is known color: Salmon. HEX triplet: F8, 7A and 70. RGB value is (248,122,112). Sum of RGB (Red+Green+Blue) = 248+122+112=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87A70 is #07858F. Grayscale: #9E9E9E. Windows color (decimal): -492944 or 7371512. OLE color: 7371512.
HSL color Cylindrical-coordinate representation of color #F87A70: hue angle of 4.41º 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 #F87A70 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 112 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.03 |
| HSL | 4.41º | 0.91% | 0.71% | - |
| HSV(B) | 4.41º | 0.55% | 0.97% | - |
| XYZ | 48.6 | 35.05 | 19.53 | - |
| YUV | 158.53 | 101.74 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 112 | 0 | 0.51 | 0.55 | 0.03 | 4.41 | 0.91 | 0.71 |
| Hex | F8 | 7A | 70 | 0 | 33 | 37 | 3 | 4 | 5B | 47 |
| Octal | 370 | 172 | 160 | 0 | 63 | 67 | 3 | 4 | 133 | 107 |
| Binary | 11111000 | 1111010 | 1110000 | 0 | 110011 | 110111 | 11 | 100 | 1011011 | 1000111 |
Color Harmonies of #F87A70
Complementary color
Monochromatic Colors of #F87A70
Black with #F87A70
Text Example
Text Example
White with #F87A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A70; }
p { color: rgb(248,122,112); }
H1.HeaderClassName
{
color: #F87A70;
}
.AnyTagClassName
{
color: #F87A70;
}
</style>
background-color css
<style>
a { background-color: #F87A70; }
a { background-color: rgb(248,122,112); }
div.DivClassName
{
background-color: #F87A70;
}
.BgClassName
{
background-color: #F87A70;
}
</style>
border-color css
<style>
span { border-color: #F87A70; }
span { border-color: rgb(248,122,112); }
td.TdClassName
{
border-color: #F87A70;
}
.TagClassName
{
border-color: #F87A70;
}
</style>