Shades of Coral #F87352
Tints of Coral #F87352
RGB
CMYK
RGB Variations
Color information
#F87352 (or 0xF87352) is known color: Coral. HEX triplet: F8, 73 and 52. RGB value is (248,115,82). Sum of RGB (Red+Green+Blue) = 248+115+82=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F87352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87352 is #078CAD. Grayscale: #979797. Windows color (decimal): -494766 or 5403640. OLE color: 5403640.
HSL color Cylindrical-coordinate representation of color #F87352: hue angle of 11.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 #F87352 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 82 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.03 |
| HSL | 11.93º | 0.92% | 0.65% | - |
| HSV(B) | 11.93º | 0.67% | 0.97% | - |
| XYZ | 46.37 | 32.83 | 11.88 | - |
| YUV | 151.01 | 89.06 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 82 | 0 | 0.54 | 0.67 | 0.03 | 11.93 | 0.92 | 0.65 |
| Hex | F8 | 73 | 52 | 0 | 36 | 43 | 3 | C | 5C | 41 |
| Octal | 370 | 163 | 122 | 0 | 66 | 103 | 3 | 14 | 134 | 101 |
| Binary | 11111000 | 1110011 | 1010010 | 0 | 110110 | 1000011 | 11 | 1100 | 1011100 | 1000001 |
Color Harmonies of #F87352
Complementary color
Monochromatic Colors of #F87352
Black with #F87352
Text Example
Text Example
White with #F87352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87352; }
p { color: rgb(248,115,82); }
H1.HeaderClassName
{
color: #F87352;
}
.AnyTagClassName
{
color: #F87352;
}
</style>
background-color css
<style>
a { background-color: #F87352; }
a { background-color: rgb(248,115,82); }
div.DivClassName
{
background-color: #F87352;
}
.BgClassName
{
background-color: #F87352;
}
</style>
border-color css
<style>
span { border-color: #F87352; }
span { border-color: rgb(248,115,82); }
td.TdClassName
{
border-color: #F87352;
}
.TagClassName
{
border-color: #F87352;
}
</style>