Shades of Light Coral #F2867C
Tints of Light Coral #F2867C
RGB
CMYK
RGB Variations
Color information
#F2867C (or 0xF2867C) is known color: Light Coral. HEX triplet: F2, 86 and 7C. RGB value is (242,134,124). Sum of RGB (Red+Green+Blue) = 242+134+124=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2867C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2867C is #0D7983. Grayscale: #A5A5A5. Windows color (decimal): -883076 or 8161010. OLE color: 8161010.
HSL color Cylindrical-coordinate representation of color #F2867C: hue angle of 5.08º 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 #F2867C is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 124 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.05 |
| HSL | 5.08º | 0.82% | 0.72% | - |
| HSV(B) | 5.08º | 0.49% | 0.95% | - |
| XYZ | 48.78 | 37.38 | 23.71 | - |
| YUV | 165.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 124 | 0 | 0.45 | 0.49 | 0.05 | 5.08 | 0.82 | 0.72 |
| Hex | F2 | 86 | 7C | 0 | 2D | 31 | 5 | 5 | 52 | 48 |
| Octal | 362 | 206 | 174 | 0 | 55 | 61 | 5 | 5 | 122 | 110 |
| Binary | 11110010 | 10000110 | 1111100 | 0 | 101101 | 110001 | 101 | 101 | 1010010 | 1001000 |
Color Harmonies of #F2867C
Complementary color
Monochromatic Colors of #F2867C
Black with #F2867C
Text Example
Text Example
White with #F2867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2867C; }
p { color: rgb(242,134,124); }
H1.HeaderClassName
{
color: #F2867C;
}
.AnyTagClassName
{
color: #F2867C;
}
</style>
background-color css
<style>
a { background-color: #F2867C; }
a { background-color: rgb(242,134,124); }
div.DivClassName
{
background-color: #F2867C;
}
.BgClassName
{
background-color: #F2867C;
}
</style>
border-color css
<style>
span { border-color: #F2867C; }
span { border-color: rgb(242,134,124); }
td.TdClassName
{
border-color: #F2867C;
}
.TagClassName
{
border-color: #F2867C;
}
</style>