Shades of Light Coral #F77F7D
Tints of Light Coral #F77F7D
RGB
CMYK
RGB Variations
Color information
#F77F7D (or 0xF77F7D) is known color: Light Coral. HEX triplet: F7, 7F and 7D. RGB value is (247,127,125). Sum of RGB (Red+Green+Blue) = 247+127+125=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F7D is #088082. Grayscale: #A2A2A2. Windows color (decimal): -557187 or 8224759. OLE color: 8224759.
HSL color Cylindrical-coordinate representation of color #F77F7D: hue angle of 0.98º 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 #F77F7D is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 125 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.03 |
| HSL | 0.98º | 0.88% | 0.73% | - |
| HSV(B) | 0.98º | 0.49% | 0.97% | - |
| XYZ | 49.65 | 36.43 | 23.82 | - |
| YUV | 162.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 125 | 0 | 0.49 | 0.49 | 0.03 | 0.98 | 0.88 | 0.73 |
| Hex | F7 | 7F | 7D | 0 | 31 | 31 | 3 | 1 | 58 | 49 |
| Octal | 367 | 177 | 175 | 0 | 61 | 61 | 3 | 1 | 130 | 111 |
| Binary | 11110111 | 1111111 | 1111101 | 0 | 110001 | 110001 | 11 | 1 | 1011000 | 1001001 |
Color Harmonies of #F77F7D
Complementary color
Monochromatic Colors of #F77F7D
Black with #F77F7D
Text Example
Text Example
White with #F77F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77F7D; }
p { color: rgb(247,127,125); }
H1.HeaderClassName
{
color: #F77F7D;
}
.AnyTagClassName
{
color: #F77F7D;
}
</style>
background-color css
<style>
a { background-color: #F77F7D; }
a { background-color: rgb(247,127,125); }
div.DivClassName
{
background-color: #F77F7D;
}
.BgClassName
{
background-color: #F77F7D;
}
</style>
border-color css
<style>
span { border-color: #F77F7D; }
span { border-color: rgb(247,127,125); }
td.TdClassName
{
border-color: #F77F7D;
}
.TagClassName
{
border-color: #F77F7D;
}
</style>