Shades of Light Coral #F8837C
Tints of Light Coral #F8837C
RGB
CMYK
RGB Variations
Color information
#F8837C (or 0xF8837C) is known color: Light Coral. HEX triplet: F8, 83 and 7C. RGB value is (248,131,124). Sum of RGB (Red+Green+Blue) = 248+131+124=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8837C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8837C is #077C83. Grayscale: #A5A5A5. Windows color (decimal): -490628 or 8160248. OLE color: 8160248.
HSL color Cylindrical-coordinate representation of color #F8837C: hue angle of 3.39º 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 #F8837C is Cyan = 0, Magento = 0.47, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 124 | - |
| CMYK | 0 | 0.47 | 0.5 | 0.03 |
| HSL | 3.39º | 0.9% | 0.73% | - |
| HSV(B) | 3.39º | 0.5% | 0.97% | - |
| XYZ | 50.47 | 37.64 | 23.68 | - |
| YUV | 165.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 124 | 0 | 0.47 | 0.5 | 0.03 | 3.39 | 0.9 | 0.73 |
| Hex | F8 | 83 | 7C | 0 | 2F | 32 | 3 | 3 | 5A | 49 |
| Octal | 370 | 203 | 174 | 0 | 57 | 62 | 3 | 3 | 132 | 111 |
| Binary | 11111000 | 10000011 | 1111100 | 0 | 101111 | 110010 | 11 | 11 | 1011010 | 1001001 |
Color Harmonies of #F8837C
Complementary color
Monochromatic Colors of #F8837C
Black with #F8837C
Text Example
Text Example
White with #F8837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8837C; }
p { color: rgb(248,131,124); }
H1.HeaderClassName
{
color: #F8837C;
}
.AnyTagClassName
{
color: #F8837C;
}
</style>
background-color css
<style>
a { background-color: #F8837C; }
a { background-color: rgb(248,131,124); }
div.DivClassName
{
background-color: #F8837C;
}
.BgClassName
{
background-color: #F8837C;
}
</style>
border-color css
<style>
span { border-color: #F8837C; }
span { border-color: rgb(248,131,124); }
td.TdClassName
{
border-color: #F8837C;
}
.TagClassName
{
border-color: #F8837C;
}
</style>