Shades of Light Coral #F77B7A
Tints of Light Coral #F77B7A
RGB
CMYK
RGB Variations
Color information
#F77B7A (or 0xF77B7A) is known color: Light Coral. HEX triplet: F7, 7B and 7A. RGB value is (247,123,122). Sum of RGB (Red+Green+Blue) = 247+123+122=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77B7A is #088485. Grayscale: #A0A0A0. Windows color (decimal): -558214 or 8027127. OLE color: 8027127.
HSL color Cylindrical-coordinate representation of color #F77B7A: hue angle of 0.48º 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 #F77B7A is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 122 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.03 |
| HSL | 0.48º | 0.89% | 0.72% | - |
| HSV(B) | 0.48º | 0.51% | 0.97% | - |
| XYZ | 48.95 | 35.35 | 22.65 | - |
| YUV | 159.96 | 106.58 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 122 | 0 | 0.50 | 0.51 | 0.03 | 0.48 | 0.89 | 0.72 |
| Hex | F7 | 7B | 7A | 0 | 32 | 33 | 3 | 0 | 59 | 48 |
| Octal | 367 | 173 | 172 | 0 | 62 | 63 | 3 | 0 | 131 | 110 |
| Binary | 11110111 | 1111011 | 1111010 | 0 | 110010 | 110011 | 11 | 0 | 1011001 | 1001000 |
Color Harmonies of #F77B7A
Complementary color
Monochromatic Colors of #F77B7A
Black with #F77B7A
Text Example
Text Example
White with #F77B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77B7A; }
p { color: rgb(247,123,122); }
H1.HeaderClassName
{
color: #F77B7A;
}
.AnyTagClassName
{
color: #F77B7A;
}
</style>
background-color css
<style>
a { background-color: #F77B7A; }
a { background-color: rgb(247,123,122); }
div.DivClassName
{
background-color: #F77B7A;
}
.BgClassName
{
background-color: #F77B7A;
}
</style>
border-color css
<style>
span { border-color: #F77B7A; }
span { border-color: rgb(247,123,122); }
td.TdClassName
{
border-color: #F77B7A;
}
.TagClassName
{
border-color: #F77B7A;
}
</style>