Shades of Salmon #F87370
Tints of Salmon #F87370
RGB
CMYK
RGB Variations
Color information
#F87370 (or 0xF87370) is known color: Salmon. HEX triplet: F8, 73 and 70. RGB value is (248,115,112). Sum of RGB (Red+Green+Blue) = 248+115+112=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F87370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87370 is #078C8F. Grayscale: #9A9A9A. Windows color (decimal): -494736 or 7369720. OLE color: 7369720.
HSL color Cylindrical-coordinate representation of color #F87370: hue angle of 1.32º 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 #F87370 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 112 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.03 |
| HSL | 1.32º | 0.91% | 0.71% | - |
| HSV(B) | 1.32º | 0.55% | 0.97% | - |
| XYZ | 47.77 | 33.39 | 19.26 | - |
| YUV | 154.43 | 104.06 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 112 | 0 | 0.54 | 0.55 | 0.03 | 1.32 | 0.91 | 0.71 |
| Hex | F8 | 73 | 70 | 0 | 36 | 37 | 3 | 1 | 5B | 47 |
| Octal | 370 | 163 | 160 | 0 | 66 | 67 | 3 | 1 | 133 | 107 |
| Binary | 11111000 | 1110011 | 1110000 | 0 | 110110 | 110111 | 11 | 1 | 1011011 | 1000111 |
Color Harmonies of #F87370
Complementary color
Monochromatic Colors of #F87370
Black with #F87370
Text Example
Text Example
White with #F87370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87370; }
p { color: rgb(248,115,112); }
H1.HeaderClassName
{
color: #F87370;
}
.AnyTagClassName
{
color: #F87370;
}
</style>
background-color css
<style>
a { background-color: #F87370; }
a { background-color: rgb(248,115,112); }
div.DivClassName
{
background-color: #F87370;
}
.BgClassName
{
background-color: #F87370;
}
</style>
border-color css
<style>
span { border-color: #F87370; }
span { border-color: rgb(248,115,112); }
td.TdClassName
{
border-color: #F87370;
}
.TagClassName
{
border-color: #F87370;
}
</style>