Shades of Light Coral #F78A84
Tints of Light Coral #F78A84
RGB
CMYK
RGB Variations
Color information
#F78A84 (or 0xF78A84) is known color: Light Coral. HEX triplet: F7, 8A and 84. RGB value is (247,138,132). Sum of RGB (Red+Green+Blue) = 247+138+132=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78A84 is #08757B. Grayscale: #AAAAAA. Windows color (decimal): -554364 or 8686327. OLE color: 8686327.
HSL color Cylindrical-coordinate representation of color #F78A84: hue angle of 3.13º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F78A84 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 132 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.03 |
| HSL | 3.13º | 0.88% | 0.74% | - |
| HSV(B) | 3.13º | 0.47% | 0.97% | - |
| XYZ | 51.61 | 39.62 | 26.76 | - |
| YUV | 169.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 132 | 0 | 0.44 | 0.47 | 0.03 | 3.13 | 0.88 | 0.74 |
| Hex | F7 | 8A | 84 | 0 | 2C | 2F | 3 | 3 | 58 | 4A |
| Octal | 367 | 212 | 204 | 0 | 54 | 57 | 3 | 3 | 130 | 112 |
| Binary | 11110111 | 10001010 | 10000100 | 0 | 101100 | 101111 | 11 | 11 | 1011000 | 1001010 |
Color Harmonies of #F78A84
Complementary color
Monochromatic Colors of #F78A84
Black with #F78A84
Text Example
Text Example
White with #F78A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78A84; }
p { color: rgb(247,138,132); }
H1.HeaderClassName
{
color: #F78A84;
}
.AnyTagClassName
{
color: #F78A84;
}
</style>
background-color css
<style>
a { background-color: #F78A84; }
a { background-color: rgb(247,138,132); }
div.DivClassName
{
background-color: #F78A84;
}
.BgClassName
{
background-color: #F78A84;
}
</style>
border-color css
<style>
span { border-color: #F78A84; }
span { border-color: rgb(247,138,132); }
td.TdClassName
{
border-color: #F78A84;
}
.TagClassName
{
border-color: #F78A84;
}
</style>