Shades of Coral #F87F4D
Tints of Coral #F87F4D
RGB
CMYK
RGB Variations
Color information
#F87F4D (or 0xF87F4D) is known color: Coral. HEX triplet: F8, 7F and 4D. RGB value is (248,127,77). Sum of RGB (Red+Green+Blue) = 248+127+77=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F87F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87F4D is #0780B2. Grayscale: #9D9D9D. Windows color (decimal): -491699 or 5079032. OLE color: 5079032.
HSL color Cylindrical-coordinate representation of color #F87F4D: hue angle of 17.54º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F87F4D is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 77 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.03 |
| HSL | 17.54º | 0.92% | 0.64% | - |
| HSV(B) | 17.54º | 0.69% | 0.97% | - |
| XYZ | 47.64 | 35.67 | 11.4 | - |
| YUV | 157.48 | 82.59 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 77 | 0 | 0.49 | 0.69 | 0.03 | 17.54 | 0.92 | 0.64 |
| Hex | F8 | 7F | 4D | 0 | 31 | 45 | 3 | 12 | 5C | 40 |
| Octal | 370 | 177 | 115 | 0 | 61 | 105 | 3 | 22 | 134 | 100 |
| Binary | 11111000 | 1111111 | 1001101 | 0 | 110001 | 1000101 | 11 | 10010 | 1011100 | 1000000 |
Color Harmonies of #F87F4D
Complementary color
Monochromatic Colors of #F87F4D
Black with #F87F4D
Text Example
Text Example
White with #F87F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87F4D; }
p { color: rgb(248,127,77); }
H1.HeaderClassName
{
color: #F87F4D;
}
.AnyTagClassName
{
color: #F87F4D;
}
</style>
background-color css
<style>
a { background-color: #F87F4D; }
a { background-color: rgb(248,127,77); }
div.DivClassName
{
background-color: #F87F4D;
}
.BgClassName
{
background-color: #F87F4D;
}
</style>
border-color css
<style>
span { border-color: #F87F4D; }
span { border-color: rgb(248,127,77); }
td.TdClassName
{
border-color: #F87F4D;
}
.TagClassName
{
border-color: #F87F4D;
}
</style>