Shades of Light Coral #F08880
Tints of Light Coral #F08880
RGB
CMYK
RGB Variations
Color information
#F08880 (or 0xF08880) is known color: Light Coral. HEX triplet: F0, 88 and 80. RGB value is (240,136,128). Sum of RGB (Red+Green+Blue) = 240+136+128=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F08880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08880 is #0F777F. Grayscale: #A6A6A6. Windows color (decimal): -1013632 or 8423664. OLE color: 8423664.
HSL color Cylindrical-coordinate representation of color #F08880: hue angle of 4.29º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F08880 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 128 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.06 |
| HSL | 4.29º | 0.79% | 0.72% | - |
| HSV(B) | 4.29º | 0.47% | 0.94% | - |
| XYZ | 48.64 | 37.69 | 25.13 | - |
| YUV | 166.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 128 | 0 | 0.43 | 0.47 | 0.06 | 4.29 | 0.79 | 0.72 |
| Hex | F0 | 88 | 80 | 0 | 2B | 2F | 6 | 4 | 4F | 48 |
| Octal | 360 | 210 | 200 | 0 | 53 | 57 | 6 | 4 | 117 | 110 |
| Binary | 11110000 | 10001000 | 10000000 | 0 | 101011 | 101111 | 110 | 100 | 1001111 | 1001000 |
Color Harmonies of #F08880
Complementary color
Monochromatic Colors of #F08880
Black with #F08880
Text Example
Text Example
White with #F08880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08880; }
p { color: rgb(240,136,128); }
H1.HeaderClassName
{
color: #F08880;
}
.AnyTagClassName
{
color: #F08880;
}
</style>
background-color css
<style>
a { background-color: #F08880; }
a { background-color: rgb(240,136,128); }
div.DivClassName
{
background-color: #F08880;
}
.BgClassName
{
background-color: #F08880;
}
</style>
border-color css
<style>
span { border-color: #F08880; }
span { border-color: rgb(240,136,128); }
td.TdClassName
{
border-color: #F08880;
}
.TagClassName
{
border-color: #F08880;
}
</style>