Shades of Salmon #F87270
Tints of Salmon #F87270
RGB
CMYK
RGB Variations
Color information
#F87270 (or 0xF87270) is known color: Salmon. HEX triplet: F8, 72 and 70. RGB value is (248,114,112). Sum of RGB (Red+Green+Blue) = 248+114+112=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F87270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87270 is #078D8F. Grayscale: #999999. Windows color (decimal): -494992 or 7369464. OLE color: 7369464.
HSL color Cylindrical-coordinate representation of color #F87270: hue angle of 0.88º 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 #F87270 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 112 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.03 |
| HSL | 0.88º | 0.91% | 0.71% | - |
| HSV(B) | 0.88º | 0.55% | 0.97% | - |
| XYZ | 47.65 | 33.16 | 19.22 | - |
| YUV | 153.84 | 104.39 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 112 | 0 | 0.54 | 0.55 | 0.03 | 0.88 | 0.91 | 0.71 |
| Hex | F8 | 72 | 70 | 0 | 36 | 37 | 3 | 1 | 5B | 47 |
| Octal | 370 | 162 | 160 | 0 | 66 | 67 | 3 | 1 | 133 | 107 |
| Binary | 11111000 | 1110010 | 1110000 | 0 | 110110 | 110111 | 11 | 1 | 1011011 | 1000111 |
Color Harmonies of #F87270
Complementary color
Monochromatic Colors of #F87270
Black with #F87270
Text Example
Text Example
White with #F87270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87270; }
p { color: rgb(248,114,112); }
H1.HeaderClassName
{
color: #F87270;
}
.AnyTagClassName
{
color: #F87270;
}
</style>
background-color css
<style>
a { background-color: #F87270; }
a { background-color: rgb(248,114,112); }
div.DivClassName
{
background-color: #F87270;
}
.BgClassName
{
background-color: #F87270;
}
</style>
border-color css
<style>
span { border-color: #F87270; }
span { border-color: rgb(248,114,112); }
td.TdClassName
{
border-color: #F87270;
}
.TagClassName
{
border-color: #F87270;
}
</style>