Shades of Light Coral #F77E7E
Tints of Light Coral #F77E7E
RGB
CMYK
RGB Variations
Color information
#F77E7E (or 0xF77E7E) is known color: Light Coral. HEX triplet: F7, 7E and 7E. RGB value is (247,126,126). Sum of RGB (Red+Green+Blue) = 247+126+126=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77E7E is #088181. Grayscale: #A2A2A2. Windows color (decimal): -557442 or 8290039. OLE color: 8290039.
HSL color Cylindrical-coordinate representation of color #F77E7E: 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.49%. Process color model (Four color, CMYK) of #F77E7E is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 126 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.03 |
| HSL | 0º | 0.88% | 0.73% | - |
| HSV(B) | 0º | 0.49% | 0.97% | - |
| XYZ | 49.58 | 36.2 | 24.11 | - |
| YUV | 162.18 | 107.59 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 126 | 0 | 0.49 | 0.49 | 0.03 | 0 | 0.88 | 0.73 |
| Hex | F7 | 7E | 7E | 0 | 31 | 31 | 3 | 0 | 58 | 49 |
| Octal | 367 | 176 | 176 | 0 | 61 | 61 | 3 | 0 | 130 | 111 |
| Binary | 11110111 | 1111110 | 1111110 | 0 | 110001 | 110001 | 11 | 0 | 1011000 | 1001001 |
Color Harmonies of #F77E7E
Complementary color
Monochromatic Colors of #F77E7E
Black with #F77E7E
Text Example
Text Example
White with #F77E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77E7E; }
p { color: rgb(247,126,126); }
H1.HeaderClassName
{
color: #F77E7E;
}
.AnyTagClassName
{
color: #F77E7E;
}
</style>
background-color css
<style>
a { background-color: #F77E7E; }
a { background-color: rgb(247,126,126); }
div.DivClassName
{
background-color: #F77E7E;
}
.BgClassName
{
background-color: #F77E7E;
}
</style>
border-color css
<style>
span { border-color: #F77E7E; }
span { border-color: rgb(247,126,126); }
td.TdClassName
{
border-color: #F77E7E;
}
.TagClassName
{
border-color: #F77E7E;
}
</style>