Shades of Light Coral #F0887E
Tints of Light Coral #F0887E
RGB
CMYK
RGB Variations
Color information
#F0887E (or 0xF0887E) is known color: Light Coral. HEX triplet: F0, 88 and 7E. RGB value is (240,136,126). Sum of RGB (Red+Green+Blue) = 240+136+126=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0887E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0887E is #0F7781. Grayscale: #A6A6A6. Windows color (decimal): -1013634 or 8292592. OLE color: 8292592.
HSL color Cylindrical-coordinate representation of color #F0887E: hue angle of 5.26º 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 #F0887E is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 126 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.06 |
| HSL | 5.26º | 0.79% | 0.72% | - |
| HSV(B) | 5.26º | 0.48% | 0.94% | - |
| XYZ | 48.51 | 37.64 | 24.45 | - |
| YUV | 165.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 126 | 0 | 0.43 | 0.48 | 0.06 | 5.26 | 0.79 | 0.72 |
| Hex | F0 | 88 | 7E | 0 | 2B | 30 | 6 | 5 | 4F | 48 |
| Octal | 360 | 210 | 176 | 0 | 53 | 60 | 6 | 5 | 117 | 110 |
| Binary | 11110000 | 10001000 | 1111110 | 0 | 101011 | 110000 | 110 | 101 | 1001111 | 1001000 |
Color Harmonies of #F0887E
Complementary color
Monochromatic Colors of #F0887E
Black with #F0887E
Text Example
Text Example
White with #F0887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0887E; }
p { color: rgb(240,136,126); }
H1.HeaderClassName
{
color: #F0887E;
}
.AnyTagClassName
{
color: #F0887E;
}
</style>
background-color css
<style>
a { background-color: #F0887E; }
a { background-color: rgb(240,136,126); }
div.DivClassName
{
background-color: #F0887E;
}
.BgClassName
{
background-color: #F0887E;
}
</style>
border-color css
<style>
span { border-color: #F0887E; }
span { border-color: rgb(240,136,126); }
td.TdClassName
{
border-color: #F0887E;
}
.TagClassName
{
border-color: #F0887E;
}
</style>