Shades of Light Coral #F2887B
Tints of Light Coral #F2887B
RGB
CMYK
RGB Variations
Color information
#F2887B (or 0xF2887B) is known color: Light Coral. HEX triplet: F2, 88 and 7B. RGB value is (242,136,123). Sum of RGB (Red+Green+Blue) = 242+136+123=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2887B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2887B is #0D7784. Grayscale: #A6A6A6. Windows color (decimal): -882565 or 8095986. OLE color: 8095986.
HSL color Cylindrical-coordinate representation of color #F2887B: hue angle of 6.55º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2887B is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 123 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.05 |
| HSL | 6.55º | 0.82% | 0.72% | - |
| HSV(B) | 6.55º | 0.49% | 0.95% | - |
| XYZ | 49 | 37.92 | 23.47 | - |
| YUV | 166.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 123 | 0 | 0.44 | 0.49 | 0.05 | 6.55 | 0.82 | 0.72 |
| Hex | F2 | 88 | 7B | 0 | 2C | 31 | 5 | 7 | 52 | 48 |
| Octal | 362 | 210 | 173 | 0 | 54 | 61 | 5 | 7 | 122 | 110 |
| Binary | 11110010 | 10001000 | 1111011 | 0 | 101100 | 110001 | 101 | 111 | 1010010 | 1001000 |
Color Harmonies of #F2887B
Complementary color
Monochromatic Colors of #F2887B
Black with #F2887B
Text Example
Text Example
White with #F2887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2887B; }
p { color: rgb(242,136,123); }
H1.HeaderClassName
{
color: #F2887B;
}
.AnyTagClassName
{
color: #F2887B;
}
</style>
background-color css
<style>
a { background-color: #F2887B; }
a { background-color: rgb(242,136,123); }
div.DivClassName
{
background-color: #F2887B;
}
.BgClassName
{
background-color: #F2887B;
}
</style>
border-color css
<style>
span { border-color: #F2887B; }
span { border-color: rgb(242,136,123); }
td.TdClassName
{
border-color: #F2887B;
}
.TagClassName
{
border-color: #F2887B;
}
</style>