Shades of Light Coral #F77C7C
Tints of Light Coral #F77C7C
RGB
CMYK
RGB Variations
Color information
#F77C7C (or 0xF77C7C) is known color: Light Coral. HEX triplet: F7, 7C and 7C. RGB value is (247,124,124). Sum of RGB (Red+Green+Blue) = 247+124+124=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77C7C is #088383. Grayscale: #A0A0A0. Windows color (decimal): -557956 or 8158455. OLE color: 8158455.
HSL color Cylindrical-coordinate representation of color #F77C7C: hue angle of 0º degrees, saturation: 0.88, 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 #F77C7C is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 124 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.03 |
| HSL | 0º | 0.88% | 0.73% | - |
| HSV(B) | 0º | 0.5% | 0.97% | - |
| XYZ | 49.2 | 35.64 | 23.36 | - |
| YUV | 160.78 | 107.25 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 124 | 0 | 0.50 | 0.50 | 0.03 | 0 | 0.88 | 0.73 |
| Hex | F7 | 7C | 7C | 0 | 32 | 32 | 3 | 0 | 58 | 49 |
| Octal | 367 | 174 | 174 | 0 | 62 | 62 | 3 | 0 | 130 | 111 |
| Binary | 11110111 | 1111100 | 1111100 | 0 | 110010 | 110010 | 11 | 0 | 1011000 | 1001001 |
Color Harmonies of #F77C7C
Complementary color
Monochromatic Colors of #F77C7C
Black with #F77C7C
Text Example
Text Example
White with #F77C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C7C; }
p { color: rgb(247,124,124); }
H1.HeaderClassName
{
color: #F77C7C;
}
.AnyTagClassName
{
color: #F77C7C;
}
</style>
background-color css
<style>
a { background-color: #F77C7C; }
a { background-color: rgb(247,124,124); }
div.DivClassName
{
background-color: #F77C7C;
}
.BgClassName
{
background-color: #F77C7C;
}
</style>
border-color css
<style>
span { border-color: #F77C7C; }
span { border-color: rgb(247,124,124); }
td.TdClassName
{
border-color: #F77C7C;
}
.TagClassName
{
border-color: #F77C7C;
}
</style>