Shades of Coral #F87F50
Tints of Coral #F87F50
RGB
CMYK
RGB Variations
Color information
#F87F50 (or 0xF87F50) is known color: Coral. HEX triplet: F8, 7F and 50. RGB value is (248,127,80). Sum of RGB (Red+Green+Blue) = 248+127+80=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87F50 is #0780AF. Grayscale: #9E9E9E. Windows color (decimal): -491696 or 5275640. OLE color: 5275640.
HSL color Cylindrical-coordinate representation of color #F87F50: hue angle of 16.79º 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 #F87F50 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 80 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.03 |
| HSL | 16.79º | 0.92% | 0.64% | - |
| HSV(B) | 16.79º | 0.68% | 0.97% | - |
| XYZ | 47.75 | 35.71 | 11.97 | - |
| YUV | 157.82 | 84.09 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 80 | 0 | 0.49 | 0.68 | 0.03 | 16.79 | 0.92 | 0.64 |
| Hex | F8 | 7F | 50 | 0 | 31 | 44 | 3 | 11 | 5C | 40 |
| Octal | 370 | 177 | 120 | 0 | 61 | 104 | 3 | 21 | 134 | 100 |
| Binary | 11111000 | 1111111 | 1010000 | 0 | 110001 | 1000100 | 11 | 10001 | 1011100 | 1000000 |
Color Harmonies of #F87F50
Complementary color
Monochromatic Colors of #F87F50
Black with #F87F50
Text Example
Text Example
White with #F87F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F50; }
p { color: rgb(248,127,80); }
H1.HeaderClassName
{
color: #F87F50;
}
.AnyTagClassName
{
color: #F87F50;
}
</style>
background-color css
<style>
a { background-color: #F87F50; }
a { background-color: rgb(248,127,80); }
div.DivClassName
{
background-color: #F87F50;
}
.BgClassName
{
background-color: #F87F50;
}
</style>
border-color css
<style>
span { border-color: #F87F50; }
span { border-color: rgb(248,127,80); }
td.TdClassName
{
border-color: #F87F50;
}
.TagClassName
{
border-color: #F87F50;
}
</style>