Shades of Light Coral #F2887D
Tints of Light Coral #F2887D
RGB
CMYK
RGB Variations
Color information
#F2887D (or 0xF2887D) is known color: Light Coral. HEX triplet: F2, 88 and 7D. RGB value is (242,136,125). Sum of RGB (Red+Green+Blue) = 242+136+125=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2887D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2887D is #0D7782. Grayscale: #A6A6A6. Windows color (decimal): -882563 or 8227058. OLE color: 8227058.
HSL color Cylindrical-coordinate representation of color #F2887D: hue angle of 5.64º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2887D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 125 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.05 |
| HSL | 5.64º | 0.82% | 0.72% | - |
| HSV(B) | 5.64º | 0.48% | 0.95% | - |
| XYZ | 49.12 | 37.97 | 24.14 | - |
| YUV | 166.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 125 | 0 | 0.44 | 0.48 | 0.05 | 5.64 | 0.82 | 0.72 |
| Hex | F2 | 88 | 7D | 0 | 2C | 30 | 5 | 6 | 52 | 48 |
| Octal | 362 | 210 | 175 | 0 | 54 | 60 | 5 | 6 | 122 | 110 |
| Binary | 11110010 | 10001000 | 1111101 | 0 | 101100 | 110000 | 101 | 110 | 1010010 | 1001000 |
Color Harmonies of #F2887D
Complementary color
Monochromatic Colors of #F2887D
Black with #F2887D
Text Example
Text Example
White with #F2887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2887D; }
p { color: rgb(242,136,125); }
H1.HeaderClassName
{
color: #F2887D;
}
.AnyTagClassName
{
color: #F2887D;
}
</style>
background-color css
<style>
a { background-color: #F2887D; }
a { background-color: rgb(242,136,125); }
div.DivClassName
{
background-color: #F2887D;
}
.BgClassName
{
background-color: #F2887D;
}
</style>
border-color css
<style>
span { border-color: #F2887D; }
span { border-color: rgb(242,136,125); }
td.TdClassName
{
border-color: #F2887D;
}
.TagClassName
{
border-color: #F2887D;
}
</style>