Shades of Coral #F87350
Tints of Coral #F87350
RGB
CMYK
RGB Variations
Color information
#F87350 (or 0xF87350) is known color: Coral. HEX triplet: F8, 73 and 50. RGB value is (248,115,80). Sum of RGB (Red+Green+Blue) = 248+115+80=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F87350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87350 is #078CAF. Grayscale: #979797. Windows color (decimal): -494768 or 5272568. OLE color: 5272568.
HSL color Cylindrical-coordinate representation of color #F87350: hue angle of 12.5º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F87350 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 80 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.03 |
| HSL | 12.5º | 0.92% | 0.64% | - |
| HSV(B) | 12.5º | 0.68% | 0.97% | - |
| XYZ | 46.29 | 32.8 | 11.48 | - |
| YUV | 150.78 | 88.06 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 80 | 0 | 0.54 | 0.68 | 0.03 | 12.5 | 0.92 | 0.64 |
| Hex | F8 | 73 | 50 | 0 | 36 | 44 | 3 | C | 5C | 40 |
| Octal | 370 | 163 | 120 | 0 | 66 | 104 | 3 | 14 | 134 | 100 |
| Binary | 11111000 | 1110011 | 1010000 | 0 | 110110 | 1000100 | 11 | 1100 | 1011100 | 1000000 |
Color Harmonies of #F87350
Complementary color
Monochromatic Colors of #F87350
Black with #F87350
Text Example
Text Example
White with #F87350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87350; }
p { color: rgb(248,115,80); }
H1.HeaderClassName
{
color: #F87350;
}
.AnyTagClassName
{
color: #F87350;
}
</style>
background-color css
<style>
a { background-color: #F87350; }
a { background-color: rgb(248,115,80); }
div.DivClassName
{
background-color: #F87350;
}
.BgClassName
{
background-color: #F87350;
}
</style>
border-color css
<style>
span { border-color: #F87350; }
span { border-color: rgb(248,115,80); }
td.TdClassName
{
border-color: #F87350;
}
.TagClassName
{
border-color: #F87350;
}
</style>