Shades of Light Coral #F78C80
Tints of Light Coral #F78C80
RGB
CMYK
RGB Variations
Color information
#F78C80 (or 0xF78C80) is known color: Light Coral. HEX triplet: F7, 8C and 80. RGB value is (247,140,128). Sum of RGB (Red+Green+Blue) = 247+140+128=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78C80 is #08737F. Grayscale: #AAAAAA. Windows color (decimal): -553856 or 8424695. OLE color: 8424695.
HSL color Cylindrical-coordinate representation of color #F78C80: hue angle of 6.05º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F78C80 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 128 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.03 |
| HSL | 6.05º | 0.88% | 0.74% | - |
| HSV(B) | 6.05º | 0.48% | 0.97% | - |
| XYZ | 51.63 | 40.09 | 25.44 | - |
| YUV | 170.63 | 103.95 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 128 | 0 | 0.43 | 0.48 | 0.03 | 6.05 | 0.88 | 0.74 |
| Hex | F7 | 8C | 80 | 0 | 2B | 30 | 3 | 6 | 58 | 4A |
| Octal | 367 | 214 | 200 | 0 | 53 | 60 | 3 | 6 | 130 | 112 |
| Binary | 11110111 | 10001100 | 10000000 | 0 | 101011 | 110000 | 11 | 110 | 1011000 | 1001010 |
Color Harmonies of #F78C80
Complementary color
Monochromatic Colors of #F78C80
Black with #F78C80
Text Example
Text Example
White with #F78C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78C80; }
p { color: rgb(247,140,128); }
H1.HeaderClassName
{
color: #F78C80;
}
.AnyTagClassName
{
color: #F78C80;
}
</style>
background-color css
<style>
a { background-color: #F78C80; }
a { background-color: rgb(247,140,128); }
div.DivClassName
{
background-color: #F78C80;
}
.BgClassName
{
background-color: #F78C80;
}
</style>
border-color css
<style>
span { border-color: #F78C80; }
span { border-color: rgb(247,140,128); }
td.TdClassName
{
border-color: #F78C80;
}
.TagClassName
{
border-color: #F78C80;
}
</style>