Shades of Light Coral #F88881
Tints of Light Coral #F88881
RGB
CMYK
RGB Variations
Color information
#F88881 (or 0xF88881) is known color: Light Coral. HEX triplet: F8, 88 and 81. RGB value is (248,136,129). Sum of RGB (Red+Green+Blue) = 248+136+129=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F88881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88881 is #07777E. Grayscale: #A8A8A8. Windows color (decimal): -489343 or 8489208. OLE color: 8489208.
HSL color Cylindrical-coordinate representation of color #F88881: hue angle of 3.53º degrees, saturation: 0.89, 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 #F88881 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 129 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.03 |
| HSL | 3.53º | 0.89% | 0.74% | - |
| HSV(B) | 3.53º | 0.48% | 0.97% | - |
| XYZ | 51.48 | 39.15 | 25.61 | - |
| YUV | 168.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 129 | 0 | 0.45 | 0.48 | 0.03 | 3.53 | 0.89 | 0.74 |
| Hex | F8 | 88 | 81 | 0 | 2D | 30 | 3 | 4 | 59 | 4A |
| Octal | 370 | 210 | 201 | 0 | 55 | 60 | 3 | 4 | 131 | 112 |
| Binary | 11111000 | 10001000 | 10000001 | 0 | 101101 | 110000 | 11 | 100 | 1011001 | 1001010 |
Color Harmonies of #F88881
Complementary color
Monochromatic Colors of #F88881
Black with #F88881
Text Example
Text Example
White with #F88881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88881; }
p { color: rgb(248,136,129); }
H1.HeaderClassName
{
color: #F88881;
}
.AnyTagClassName
{
color: #F88881;
}
</style>
background-color css
<style>
a { background-color: #F88881; }
a { background-color: rgb(248,136,129); }
div.DivClassName
{
background-color: #F88881;
}
.BgClassName
{
background-color: #F88881;
}
</style>
border-color css
<style>
span { border-color: #F88881; }
span { border-color: rgb(248,136,129); }
td.TdClassName
{
border-color: #F88881;
}
.TagClassName
{
border-color: #F88881;
}
</style>