Shades of Light Coral #F08886
Tints of Light Coral #F08886
RGB
CMYK
RGB Variations
Color information
#F08886 (or 0xF08886) is known color: Light Coral. HEX triplet: F0, 88 and 86. RGB value is (240,136,134). Sum of RGB (Red+Green+Blue) = 240+136+134=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F08886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08886 is #0F7779. Grayscale: #A6A6A6. Windows color (decimal): -1013626 or 8816880. OLE color: 8816880.
HSL color Cylindrical-coordinate representation of color #F08886: hue angle of 1.13º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F08886 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 134 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.06 |
| HSL | 1.13º | 0.78% | 0.73% | - |
| HSV(B) | 1.13º | 0.44% | 0.94% | - |
| XYZ | 49.04 | 37.85 | 27.28 | - |
| YUV | 166.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 134 | 0 | 0.43 | 0.44 | 0.06 | 1.13 | 0.78 | 0.73 |
| Hex | F0 | 88 | 86 | 0 | 2B | 2C | 6 | 1 | 4E | 49 |
| Octal | 360 | 210 | 206 | 0 | 53 | 54 | 6 | 1 | 116 | 111 |
| Binary | 11110000 | 10001000 | 10000110 | 0 | 101011 | 101100 | 110 | 1 | 1001110 | 1001001 |
Color Harmonies of #F08886
Complementary color
Monochromatic Colors of #F08886
Black with #F08886
Text Example
Text Example
White with #F08886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08886; }
p { color: rgb(240,136,134); }
H1.HeaderClassName
{
color: #F08886;
}
.AnyTagClassName
{
color: #F08886;
}
</style>
background-color css
<style>
a { background-color: #F08886; }
a { background-color: rgb(240,136,134); }
div.DivClassName
{
background-color: #F08886;
}
.BgClassName
{
background-color: #F08886;
}
</style>
border-color css
<style>
span { border-color: #F08886; }
span { border-color: rgb(240,136,134); }
td.TdClassName
{
border-color: #F08886;
}
.TagClassName
{
border-color: #F08886;
}
</style>