Shades of Light Coral #F2887F
Tints of Light Coral #F2887F
RGB
CMYK
RGB Variations
Color information
#F2887F (or 0xF2887F) is known color: Light Coral. HEX triplet: F2, 88 and 7F. RGB value is (242,136,127). Sum of RGB (Red+Green+Blue) = 242+136+127=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2887F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2887F is #0D7780. Grayscale: #A6A6A6. Windows color (decimal): -882561 or 8358130. OLE color: 8358130.
HSL color Cylindrical-coordinate representation of color #F2887F: hue angle of 4.7º 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 #F2887F is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 127 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.05 |
| HSL | 4.7º | 0.82% | 0.72% | - |
| HSV(B) | 4.7º | 0.48% | 0.95% | - |
| XYZ | 49.25 | 38.02 | 24.82 | - |
| YUV | 166.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 127 | 0 | 0.44 | 0.48 | 0.05 | 4.7 | 0.82 | 0.72 |
| Hex | F2 | 88 | 7F | 0 | 2C | 30 | 5 | 5 | 52 | 48 |
| Octal | 362 | 210 | 177 | 0 | 54 | 60 | 5 | 5 | 122 | 110 |
| Binary | 11110010 | 10001000 | 1111111 | 0 | 101100 | 110000 | 101 | 101 | 1010010 | 1001000 |
Color Harmonies of #F2887F
Complementary color
Monochromatic Colors of #F2887F
Black with #F2887F
Text Example
Text Example
White with #F2887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2887F; }
p { color: rgb(242,136,127); }
H1.HeaderClassName
{
color: #F2887F;
}
.AnyTagClassName
{
color: #F2887F;
}
</style>
background-color css
<style>
a { background-color: #F2887F; }
a { background-color: rgb(242,136,127); }
div.DivClassName
{
background-color: #F2887F;
}
.BgClassName
{
background-color: #F2887F;
}
</style>
border-color css
<style>
span { border-color: #F2887F; }
span { border-color: rgb(242,136,127); }
td.TdClassName
{
border-color: #F2887F;
}
.TagClassName
{
border-color: #F2887F;
}
</style>