Shades of Light Coral #F87C7C
Tints of Light Coral #F87C7C
RGB
CMYK
RGB Variations
Color information
#F87C7C (or 0xF87C7C) is known color: Light Coral. HEX triplet: F8, 7C and 7C. RGB value is (248,124,124). Sum of RGB (Red+Green+Blue) = 248+124+124=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87C7C is #078383. Grayscale: #A1A1A1. Windows color (decimal): -492420 or 8158456. OLE color: 8158456.
HSL color Cylindrical-coordinate representation of color #F87C7C: hue angle of 0º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87C7C is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 124 | - |
| CMYK | 0 | 0.5 | 0.5 | 0.03 |
| HSL | 0º | 0.9% | 0.73% | - |
| HSV(B) | 0º | 0.5% | 0.97% | - |
| XYZ | 49.56 | 35.83 | 23.37 | - |
| YUV | 161.08 | 107.08 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 124 | 0 | 0.5 | 0.5 | 0.03 | 0 | 0.9 | 0.73 |
| Hex | F8 | 7C | 7C | 0 | 32 | 32 | 3 | 0 | 5A | 49 |
| Octal | 370 | 174 | 174 | 0 | 62 | 62 | 3 | 0 | 132 | 111 |
| Binary | 11111000 | 1111100 | 1111100 | 0 | 110010 | 110010 | 11 | 0 | 1011010 | 1001001 |
Color Harmonies of #F87C7C
Complementary color
Monochromatic Colors of #F87C7C
Black with #F87C7C
Text Example
Text Example
White with #F87C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C7C; }
p { color: rgb(248,124,124); }
H1.HeaderClassName
{
color: #F87C7C;
}
.AnyTagClassName
{
color: #F87C7C;
}
</style>
background-color css
<style>
a { background-color: #F87C7C; }
a { background-color: rgb(248,124,124); }
div.DivClassName
{
background-color: #F87C7C;
}
.BgClassName
{
background-color: #F87C7C;
}
</style>
border-color css
<style>
span { border-color: #F87C7C; }
span { border-color: rgb(248,124,124); }
td.TdClassName
{
border-color: #F87C7C;
}
.TagClassName
{
border-color: #F87C7C;
}
</style>