Shades of Coral #F87450
Tints of Coral #F87450
RGB
CMYK
RGB Variations
Color information
#F87450 (or 0xF87450) is known color: Coral. HEX triplet: F8, 74 and 50. RGB value is (248,116,80). Sum of RGB (Red+Green+Blue) = 248+116+80=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F87450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87450 is #078BAF. Grayscale: #979797. Windows color (decimal): -494512 or 5272824. OLE color: 5272824.
HSL color Cylindrical-coordinate representation of color #F87450: hue angle of 12.86º 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 #F87450 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 80 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.03 |
| HSL | 12.86º | 0.92% | 0.64% | - |
| HSV(B) | 12.86º | 0.68% | 0.97% | - |
| XYZ | 46.4 | 33.03 | 11.52 | - |
| YUV | 151.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 80 | 0 | 0.53 | 0.68 | 0.03 | 12.86 | 0.92 | 0.64 |
| Hex | F8 | 74 | 50 | 0 | 35 | 44 | 3 | D | 5C | 40 |
| Octal | 370 | 164 | 120 | 0 | 65 | 104 | 3 | 15 | 134 | 100 |
| Binary | 11111000 | 1110100 | 1010000 | 0 | 110101 | 1000100 | 11 | 1101 | 1011100 | 1000000 |
Color Harmonies of #F87450
Complementary color
Monochromatic Colors of #F87450
Black with #F87450
Text Example
Text Example
White with #F87450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87450; }
p { color: rgb(248,116,80); }
H1.HeaderClassName
{
color: #F87450;
}
.AnyTagClassName
{
color: #F87450;
}
</style>
background-color css
<style>
a { background-color: #F87450; }
a { background-color: rgb(248,116,80); }
div.DivClassName
{
background-color: #F87450;
}
.BgClassName
{
background-color: #F87450;
}
</style>
border-color css
<style>
span { border-color: #F87450; }
span { border-color: rgb(248,116,80); }
td.TdClassName
{
border-color: #F87450;
}
.TagClassName
{
border-color: #F87450;
}
</style>