Shades of Light Coral #F7827C
Tints of Light Coral #F7827C
RGB
CMYK
RGB Variations
Color information
#F7827C (or 0xF7827C) is known color: Light Coral. HEX triplet: F7, 82 and 7C. RGB value is (247,130,124). Sum of RGB (Red+Green+Blue) = 247+130+124=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F7827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7827C is #087D83. Grayscale: #A4A4A4. Windows color (decimal): -556420 or 8159991. OLE color: 8159991.
HSL color Cylindrical-coordinate representation of color #F7827C: hue angle of 2.93º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F7827C is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 124 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.03 |
| HSL | 2.93º | 0.88% | 0.73% | - |
| HSV(B) | 2.93º | 0.5% | 0.97% | - |
| XYZ | 49.98 | 37.19 | 23.61 | - |
| YUV | 164.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 124 | 0 | 0.47 | 0.50 | 0.03 | 2.93 | 0.88 | 0.73 |
| Hex | F7 | 82 | 7C | 0 | 2F | 32 | 3 | 3 | 58 | 49 |
| Octal | 367 | 202 | 174 | 0 | 57 | 62 | 3 | 3 | 130 | 111 |
| Binary | 11110111 | 10000010 | 1111100 | 0 | 101111 | 110010 | 11 | 11 | 1011000 | 1001001 |
Color Harmonies of #F7827C
Complementary color
Monochromatic Colors of #F7827C
Black with #F7827C
Text Example
Text Example
White with #F7827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7827C; }
p { color: rgb(247,130,124); }
H1.HeaderClassName
{
color: #F7827C;
}
.AnyTagClassName
{
color: #F7827C;
}
</style>
background-color css
<style>
a { background-color: #F7827C; }
a { background-color: rgb(247,130,124); }
div.DivClassName
{
background-color: #F7827C;
}
.BgClassName
{
background-color: #F7827C;
}
</style>
border-color css
<style>
span { border-color: #F7827C; }
span { border-color: rgb(247,130,124); }
td.TdClassName
{
border-color: #F7827C;
}
.TagClassName
{
border-color: #F7827C;
}
</style>