Shades of Light Coral #F97C7C
Tints of Light Coral #F97C7C
RGB
CMYK
RGB Variations
Color information
#F97C7C (or 0xF97C7C) is known color: Light Coral. HEX triplet: F9, 7C and 7C. RGB value is (249,124,124). Sum of RGB (Red+Green+Blue) = 249+124+124=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97C7C is #068383. Grayscale: #A1A1A1. Windows color (decimal): -426884 or 8158457. OLE color: 8158457.
HSL color Cylindrical-coordinate representation of color #F97C7C: hue angle of 0º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97C7C is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 124 | 124 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.02 |
| HSL | 0º | 0.91% | 0.73% | - |
| HSV(B) | 0º | 0.5% | 0.98% | - |
| XYZ | 49.91 | 36.01 | 23.39 | - |
| YUV | 161.38 | 106.91 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 124 | 0 | 0.50 | 0.50 | 0.02 | 0 | 0.91 | 0.73 |
| Hex | F9 | 7C | 7C | 0 | 32 | 32 | 2 | 0 | 5B | 49 |
| Octal | 371 | 174 | 174 | 0 | 62 | 62 | 2 | 0 | 133 | 111 |
| Binary | 11111001 | 1111100 | 1111100 | 0 | 110010 | 110010 | 10 | 0 | 1011011 | 1001001 |
Color Harmonies of #F97C7C
Complementary color
Monochromatic Colors of #F97C7C
Black with #F97C7C
Text Example
Text Example
White with #F97C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97C7C; }
p { color: rgb(249,124,124); }
H1.HeaderClassName
{
color: #F97C7C;
}
.AnyTagClassName
{
color: #F97C7C;
}
</style>
background-color css
<style>
a { background-color: #F97C7C; }
a { background-color: rgb(249,124,124); }
div.DivClassName
{
background-color: #F97C7C;
}
.BgClassName
{
background-color: #F97C7C;
}
</style>
border-color css
<style>
span { border-color: #F97C7C; }
span { border-color: rgb(249,124,124); }
td.TdClassName
{
border-color: #F97C7C;
}
.TagClassName
{
border-color: #F97C7C;
}
</style>