Shades of Light Coral #F88880
Tints of Light Coral #F88880
RGB
CMYK
RGB Variations
Color information
#F88880 (or 0xF88880) is known color: Light Coral. HEX triplet: F8, 88 and 80. RGB value is (248,136,128). Sum of RGB (Red+Green+Blue) = 248+136+128=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F88880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88880 is #07777F. Grayscale: #A8A8A8. Windows color (decimal): -489344 or 8423672. OLE color: 8423672.
HSL color Cylindrical-coordinate representation of color #F88880: hue angle of 4º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F88880 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 128 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.03 |
| HSL | 4º | 0.9% | 0.74% | - |
| HSV(B) | 4º | 0.48% | 0.97% | - |
| XYZ | 51.41 | 39.12 | 25.26 | - |
| YUV | 168.58 | 105.11 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 128 | 0 | 0.45 | 0.48 | 0.03 | 4 | 0.9 | 0.74 |
| Hex | F8 | 88 | 80 | 0 | 2D | 30 | 3 | 4 | 5A | 4A |
| Octal | 370 | 210 | 200 | 0 | 55 | 60 | 3 | 4 | 132 | 112 |
| Binary | 11111000 | 10001000 | 10000000 | 0 | 101101 | 110000 | 11 | 100 | 1011010 | 1001010 |
Color Harmonies of #F88880
Complementary color
Monochromatic Colors of #F88880
Black with #F88880
Text Example
Text Example
White with #F88880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88880; }
p { color: rgb(248,136,128); }
H1.HeaderClassName
{
color: #F88880;
}
.AnyTagClassName
{
color: #F88880;
}
</style>
background-color css
<style>
a { background-color: #F88880; }
a { background-color: rgb(248,136,128); }
div.DivClassName
{
background-color: #F88880;
}
.BgClassName
{
background-color: #F88880;
}
</style>
border-color css
<style>
span { border-color: #F88880; }
span { border-color: rgb(248,136,128); }
td.TdClassName
{
border-color: #F88880;
}
.TagClassName
{
border-color: #F88880;
}
</style>