Shades of Light Coral #F08884
Tints of Light Coral #F08884
RGB
CMYK
RGB Variations
Color information
#F08884 (or 0xF08884) is known color: Light Coral. HEX triplet: F0, 88 and 84. RGB value is (240,136,132). Sum of RGB (Red+Green+Blue) = 240+136+132=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F08884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08884 is #0F777B. Grayscale: #A6A6A6. Windows color (decimal): -1013628 or 8685808. OLE color: 8685808.
HSL color Cylindrical-coordinate representation of color #F08884: hue angle of 2.22º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08884 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 132 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.06 |
| HSL | 2.22º | 0.78% | 0.73% | - |
| HSV(B) | 2.22º | 0.45% | 0.94% | - |
| XYZ | 48.9 | 37.8 | 26.55 | - |
| YUV | 166.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 132 | 0 | 0.43 | 0.45 | 0.06 | 2.22 | 0.78 | 0.73 |
| Hex | F0 | 88 | 84 | 0 | 2B | 2D | 6 | 2 | 4E | 49 |
| Octal | 360 | 210 | 204 | 0 | 53 | 55 | 6 | 2 | 116 | 111 |
| Binary | 11110000 | 10001000 | 10000100 | 0 | 101011 | 101101 | 110 | 10 | 1001110 | 1001001 |
Color Harmonies of #F08884
Complementary color
Monochromatic Colors of #F08884
Black with #F08884
Text Example
Text Example
White with #F08884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08884; }
p { color: rgb(240,136,132); }
H1.HeaderClassName
{
color: #F08884;
}
.AnyTagClassName
{
color: #F08884;
}
</style>
background-color css
<style>
a { background-color: #F08884; }
a { background-color: rgb(240,136,132); }
div.DivClassName
{
background-color: #F08884;
}
.BgClassName
{
background-color: #F08884;
}
</style>
border-color css
<style>
span { border-color: #F08884; }
span { border-color: rgb(240,136,132); }
td.TdClassName
{
border-color: #F08884;
}
.TagClassName
{
border-color: #F08884;
}
</style>