Shades of Light Coral #F08C7E
Tints of Light Coral #F08C7E
RGB
CMYK
RGB Variations
Color information
#F08C7E (or 0xF08C7E) is known color: Light Coral. HEX triplet: F0, 8C and 7E. RGB value is (240,140,126). Sum of RGB (Red+Green+Blue) = 240+140+126=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C7E is #0F7381. Grayscale: #A8A8A8. Windows color (decimal): -1012610 or 8293616. OLE color: 8293616.
HSL color Cylindrical-coordinate representation of color #F08C7E: hue angle of 7.37º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F08C7E is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 126 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.06 |
| HSL | 7.37º | 0.79% | 0.72% | - |
| HSV(B) | 7.37º | 0.48% | 0.94% | - |
| XYZ | 49.08 | 38.79 | 24.64 | - |
| YUV | 168.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 126 | 0 | 0.42 | 0.48 | 0.06 | 7.37 | 0.79 | 0.72 |
| Hex | F0 | 8C | 7E | 0 | 2A | 30 | 6 | 7 | 4F | 48 |
| Octal | 360 | 214 | 176 | 0 | 52 | 60 | 6 | 7 | 117 | 110 |
| Binary | 11110000 | 10001100 | 1111110 | 0 | 101010 | 110000 | 110 | 111 | 1001111 | 1001000 |
Color Harmonies of #F08C7E
Complementary color
Monochromatic Colors of #F08C7E
Black with #F08C7E
Text Example
Text Example
White with #F08C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C7E; }
p { color: rgb(240,140,126); }
H1.HeaderClassName
{
color: #F08C7E;
}
.AnyTagClassName
{
color: #F08C7E;
}
</style>
background-color css
<style>
a { background-color: #F08C7E; }
a { background-color: rgb(240,140,126); }
div.DivClassName
{
background-color: #F08C7E;
}
.BgClassName
{
background-color: #F08C7E;
}
</style>
border-color css
<style>
span { border-color: #F08C7E; }
span { border-color: rgb(240,140,126); }
td.TdClassName
{
border-color: #F08C7E;
}
.TagClassName
{
border-color: #F08C7E;
}
</style>