Shades of Light Coral #F77E7A
Tints of Light Coral #F77E7A
RGB
CMYK
RGB Variations
Color information
#F77E7A (or 0xF77E7A) is known color: Light Coral. HEX triplet: F7, 7E and 7A. RGB value is (247,126,122). Sum of RGB (Red+Green+Blue) = 247+126+122=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77E7A is #088185. Grayscale: #A1A1A1. Windows color (decimal): -557446 or 8027895. OLE color: 8027895.
HSL color Cylindrical-coordinate representation of color #F77E7A: hue angle of 1.92º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77E7A is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 122 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.03 |
| HSL | 1.92º | 0.89% | 0.72% | - |
| HSV(B) | 1.92º | 0.51% | 0.97% | - |
| XYZ | 49.33 | 36.1 | 22.78 | - |
| YUV | 161.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 122 | 0 | 0.49 | 0.51 | 0.03 | 1.92 | 0.89 | 0.72 |
| Hex | F7 | 7E | 7A | 0 | 31 | 33 | 3 | 2 | 59 | 48 |
| Octal | 367 | 176 | 172 | 0 | 61 | 63 | 3 | 2 | 131 | 110 |
| Binary | 11110111 | 1111110 | 1111010 | 0 | 110001 | 110011 | 11 | 10 | 1011001 | 1001000 |
Color Harmonies of #F77E7A
Complementary color
Monochromatic Colors of #F77E7A
Black with #F77E7A
Text Example
Text Example
White with #F77E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77E7A; }
p { color: rgb(247,126,122); }
H1.HeaderClassName
{
color: #F77E7A;
}
.AnyTagClassName
{
color: #F77E7A;
}
</style>
background-color css
<style>
a { background-color: #F77E7A; }
a { background-color: rgb(247,126,122); }
div.DivClassName
{
background-color: #F77E7A;
}
.BgClassName
{
background-color: #F77E7A;
}
</style>
border-color css
<style>
span { border-color: #F77E7A; }
span { border-color: rgb(247,126,122); }
td.TdClassName
{
border-color: #F77E7A;
}
.TagClassName
{
border-color: #F77E7A;
}
</style>