Shades of Light Coral #F28884
Tints of Light Coral #F28884
RGB
CMYK
RGB Variations
Color information
#F28884 (or 0xF28884) is known color: Light Coral. HEX triplet: F2, 88 and 84. RGB value is (242,136,132). Sum of RGB (Red+Green+Blue) = 242+136+132=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F28884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28884 is #0D777B. Grayscale: #A7A7A7. Windows color (decimal): -882556 or 8685810. OLE color: 8685810.
HSL color Cylindrical-coordinate representation of color #F28884: hue angle of 2.18º degrees, saturation: 0.81, 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 #F28884 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 132 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.05 |
| HSL | 2.18º | 0.81% | 0.73% | - |
| HSV(B) | 2.18º | 0.45% | 0.95% | - |
| XYZ | 49.59 | 38.15 | 26.58 | - |
| YUV | 167.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 132 | 0 | 0.44 | 0.45 | 0.05 | 2.18 | 0.81 | 0.73 |
| Hex | F2 | 88 | 84 | 0 | 2C | 2D | 5 | 2 | 51 | 49 |
| Octal | 362 | 210 | 204 | 0 | 54 | 55 | 5 | 2 | 121 | 111 |
| Binary | 11110010 | 10001000 | 10000100 | 0 | 101100 | 101101 | 101 | 10 | 1010001 | 1001001 |
Color Harmonies of #F28884
Complementary color
Monochromatic Colors of #F28884
Black with #F28884
Text Example
Text Example
White with #F28884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28884; }
p { color: rgb(242,136,132); }
H1.HeaderClassName
{
color: #F28884;
}
.AnyTagClassName
{
color: #F28884;
}
</style>
background-color css
<style>
a { background-color: #F28884; }
a { background-color: rgb(242,136,132); }
div.DivClassName
{
background-color: #F28884;
}
.BgClassName
{
background-color: #F28884;
}
</style>
border-color css
<style>
span { border-color: #F28884; }
span { border-color: rgb(242,136,132); }
td.TdClassName
{
border-color: #F28884;
}
.TagClassName
{
border-color: #F28884;
}
</style>