Shades of Coral #F87551
Tints of Coral #F87551
RGB
CMYK
RGB Variations
Color information
#F87551 (or 0xF87551) is known color: Coral. HEX triplet: F8, 75 and 51. RGB value is (248,117,81). Sum of RGB (Red+Green+Blue) = 248+117+81=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F87551 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87551 is #078AAE. Grayscale: #989898. Windows color (decimal): -494255 or 5338616. OLE color: 5338616.
HSL color Cylindrical-coordinate representation of color #F87551: hue angle of 12.93º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F87551 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 81 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.03 |
| HSL | 12.93º | 0.92% | 0.65% | - |
| HSV(B) | 12.93º | 0.67% | 0.97% | - |
| XYZ | 46.56 | 33.27 | 11.75 | - |
| YUV | 152.07 | 87.9 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 81 | 0 | 0.53 | 0.67 | 0.03 | 12.93 | 0.92 | 0.65 |
| Hex | F8 | 75 | 51 | 0 | 35 | 43 | 3 | D | 5C | 41 |
| Octal | 370 | 165 | 121 | 0 | 65 | 103 | 3 | 15 | 134 | 101 |
| Binary | 11111000 | 1110101 | 1010001 | 0 | 110101 | 1000011 | 11 | 1101 | 1011100 | 1000001 |
Color Harmonies of #F87551
Complementary color
Monochromatic Colors of #F87551
Black with #F87551
Text Example
Text Example
White with #F87551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87551; }
p { color: rgb(248,117,81); }
H1.HeaderClassName
{
color: #F87551;
}
.AnyTagClassName
{
color: #F87551;
}
</style>
background-color css
<style>
a { background-color: #F87551; }
a { background-color: rgb(248,117,81); }
div.DivClassName
{
background-color: #F87551;
}
.BgClassName
{
background-color: #F87551;
}
</style>
border-color css
<style>
span { border-color: #F87551; }
span { border-color: rgb(248,117,81); }
td.TdClassName
{
border-color: #F87551;
}
.TagClassName
{
border-color: #F87551;
}
</style>