Shades of Light Coral #F77D7A
Tints of Light Coral #F77D7A
RGB
CMYK
RGB Variations
Color information
#F77D7A (or 0xF77D7A) is known color: Light Coral. HEX triplet: F7, 7D and 7A. RGB value is (247,125,122). Sum of RGB (Red+Green+Blue) = 247+125+122=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77D7A is #088285. Grayscale: #A1A1A1. Windows color (decimal): -557702 or 8027639. OLE color: 8027639.
HSL color Cylindrical-coordinate representation of color #F77D7A: hue angle of 1.44º 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 #F77D7A is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 122 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.03 |
| HSL | 1.44º | 0.89% | 0.72% | - |
| HSV(B) | 1.44º | 0.51% | 0.97% | - |
| XYZ | 49.2 | 35.85 | 22.74 | - |
| YUV | 161.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 122 | 0 | 0.49 | 0.51 | 0.03 | 1.44 | 0.89 | 0.72 |
| Hex | F7 | 7D | 7A | 0 | 31 | 33 | 3 | 1 | 59 | 48 |
| Octal | 367 | 175 | 172 | 0 | 61 | 63 | 3 | 1 | 131 | 110 |
| Binary | 11110111 | 1111101 | 1111010 | 0 | 110001 | 110011 | 11 | 1 | 1011001 | 1001000 |
Color Harmonies of #F77D7A
Complementary color
Monochromatic Colors of #F77D7A
Black with #F77D7A
Text Example
Text Example
White with #F77D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D7A; }
p { color: rgb(247,125,122); }
H1.HeaderClassName
{
color: #F77D7A;
}
.AnyTagClassName
{
color: #F77D7A;
}
</style>
background-color css
<style>
a { background-color: #F77D7A; }
a { background-color: rgb(247,125,122); }
div.DivClassName
{
background-color: #F77D7A;
}
.BgClassName
{
background-color: #F77D7A;
}
</style>
border-color css
<style>
span { border-color: #F77D7A; }
span { border-color: rgb(247,125,122); }
td.TdClassName
{
border-color: #F77D7A;
}
.TagClassName
{
border-color: #F77D7A;
}
</style>