Shades of Light Coral #F78380
Tints of Light Coral #F78380
RGB
CMYK
RGB Variations
Color information
#F78380 (or 0xF78380) is known color: Light Coral. HEX triplet: F7, 83 and 80. RGB value is (247,131,128). Sum of RGB (Red+Green+Blue) = 247+131+128=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F78380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78380 is #087C7F. Grayscale: #A5A5A5. Windows color (decimal): -556160 or 8422391. OLE color: 8422391.
HSL color Cylindrical-coordinate representation of color #F78380: hue angle of 1.51º 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 #F78380 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 128 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.03 |
| HSL | 1.51º | 0.88% | 0.74% | - |
| HSV(B) | 1.51º | 0.48% | 0.97% | - |
| XYZ | 50.37 | 37.57 | 25.02 | - |
| YUV | 165.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 128 | 0 | 0.47 | 0.48 | 0.03 | 1.51 | 0.88 | 0.74 |
| Hex | F7 | 83 | 80 | 0 | 2F | 30 | 3 | 2 | 58 | 4A |
| Octal | 367 | 203 | 200 | 0 | 57 | 60 | 3 | 2 | 130 | 112 |
| Binary | 11110111 | 10000011 | 10000000 | 0 | 101111 | 110000 | 11 | 10 | 1011000 | 1001010 |
Color Harmonies of #F78380
Complementary color
Monochromatic Colors of #F78380
Black with #F78380
Text Example
Text Example
White with #F78380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78380; }
p { color: rgb(247,131,128); }
H1.HeaderClassName
{
color: #F78380;
}
.AnyTagClassName
{
color: #F78380;
}
</style>
background-color css
<style>
a { background-color: #F78380; }
a { background-color: rgb(247,131,128); }
div.DivClassName
{
background-color: #F78380;
}
.BgClassName
{
background-color: #F78380;
}
</style>
border-color css
<style>
span { border-color: #F78380; }
span { border-color: rgb(247,131,128); }
td.TdClassName
{
border-color: #F78380;
}
.TagClassName
{
border-color: #F78380;
}
</style>