Shades of Light Coral #F18884
Tints of Light Coral #F18884
RGB
CMYK
RGB Variations
Color information
#F18884 (or 0xF18884) is known color: Light Coral. HEX triplet: F1, 88 and 84. RGB value is (241,136,132). Sum of RGB (Red+Green+Blue) = 241+136+132=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F18884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18884 is #0E777B. Grayscale: #A7A7A7. Windows color (decimal): -948092 or 8685809. OLE color: 8685809.
HSL color Cylindrical-coordinate representation of color #F18884: hue angle of 2.2º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F18884 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 132 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.05 |
| HSL | 2.2º | 0.8% | 0.73% | - |
| HSV(B) | 2.2º | 0.45% | 0.95% | - |
| XYZ | 49.24 | 37.98 | 26.56 | - |
| YUV | 166.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 132 | 0 | 0.44 | 0.45 | 0.05 | 2.2 | 0.8 | 0.73 |
| Hex | F1 | 88 | 84 | 0 | 2C | 2D | 5 | 2 | 50 | 49 |
| Octal | 361 | 210 | 204 | 0 | 54 | 55 | 5 | 2 | 120 | 111 |
| Binary | 11110001 | 10001000 | 10000100 | 0 | 101100 | 101101 | 101 | 10 | 1010000 | 1001001 |
Color Harmonies of #F18884
Complementary color
Monochromatic Colors of #F18884
Black with #F18884
Text Example
Text Example
White with #F18884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18884; }
p { color: rgb(241,136,132); }
H1.HeaderClassName
{
color: #F18884;
}
.AnyTagClassName
{
color: #F18884;
}
</style>
background-color css
<style>
a { background-color: #F18884; }
a { background-color: rgb(241,136,132); }
div.DivClassName
{
background-color: #F18884;
}
.BgClassName
{
background-color: #F18884;
}
</style>
border-color css
<style>
span { border-color: #F18884; }
span { border-color: rgb(241,136,132); }
td.TdClassName
{
border-color: #F18884;
}
.TagClassName
{
border-color: #F18884;
}
</style>