Shades of Light Coral #F78A7E
Tints of Light Coral #F78A7E
RGB
CMYK
RGB Variations
Color information
#F78A7E (or 0xF78A7E) is known color: Light Coral. HEX triplet: F7, 8A and 7E. RGB value is (247,138,126). Sum of RGB (Red+Green+Blue) = 247+138+126=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78A7E is #087581. Grayscale: #A9A9A9. Windows color (decimal): -554370 or 8293111. OLE color: 8293111.
HSL color Cylindrical-coordinate representation of color #F78A7E: hue angle of 5.95º 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 #F78A7E is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 126 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.03 |
| HSL | 5.95º | 0.88% | 0.73% | - |
| HSV(B) | 5.95º | 0.49% | 0.97% | - |
| XYZ | 51.21 | 39.46 | 24.66 | - |
| YUV | 169.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 126 | 0 | 0.44 | 0.49 | 0.03 | 5.95 | 0.88 | 0.73 |
| Hex | F7 | 8A | 7E | 0 | 2C | 31 | 3 | 6 | 58 | 49 |
| Octal | 367 | 212 | 176 | 0 | 54 | 61 | 3 | 6 | 130 | 111 |
| Binary | 11110111 | 10001010 | 1111110 | 0 | 101100 | 110001 | 11 | 110 | 1011000 | 1001001 |
Color Harmonies of #F78A7E
Complementary color
Monochromatic Colors of #F78A7E
Black with #F78A7E
Text Example
Text Example
White with #F78A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78A7E; }
p { color: rgb(247,138,126); }
H1.HeaderClassName
{
color: #F78A7E;
}
.AnyTagClassName
{
color: #F78A7E;
}
</style>
background-color css
<style>
a { background-color: #F78A7E; }
a { background-color: rgb(247,138,126); }
div.DivClassName
{
background-color: #F78A7E;
}
.BgClassName
{
background-color: #F78A7E;
}
</style>
border-color css
<style>
span { border-color: #F78A7E; }
span { border-color: rgb(247,138,126); }
td.TdClassName
{
border-color: #F78A7E;
}
.TagClassName
{
border-color: #F78A7E;
}
</style>