Shades of Light Coral #F2837C
Tints of Light Coral #F2837C
RGB
CMYK
RGB Variations
Color information
#F2837C (or 0xF2837C) is known color: Light Coral. HEX triplet: F2, 83 and 7C. RGB value is (242,131,124). Sum of RGB (Red+Green+Blue) = 242+131+124=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2837C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2837C is #0D7C83. Grayscale: #A3A3A3. Windows color (decimal): -883844 or 8160242. OLE color: 8160242.
HSL color Cylindrical-coordinate representation of color #F2837C: hue angle of 3.56º 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 #F2837C is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 124 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.05 |
| HSL | 3.56º | 0.82% | 0.72% | - |
| HSV(B) | 3.56º | 0.49% | 0.95% | - |
| XYZ | 48.37 | 36.57 | 23.58 | - |
| YUV | 163.39 | 105.77 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 124 | 0 | 0.46 | 0.49 | 0.05 | 3.56 | 0.82 | 0.72 |
| Hex | F2 | 83 | 7C | 0 | 2E | 31 | 5 | 4 | 52 | 48 |
| Octal | 362 | 203 | 174 | 0 | 56 | 61 | 5 | 4 | 122 | 110 |
| Binary | 11110010 | 10000011 | 1111100 | 0 | 101110 | 110001 | 101 | 100 | 1010010 | 1001000 |
Color Harmonies of #F2837C
Complementary color
Monochromatic Colors of #F2837C
Black with #F2837C
Text Example
Text Example
White with #F2837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2837C; }
p { color: rgb(242,131,124); }
H1.HeaderClassName
{
color: #F2837C;
}
.AnyTagClassName
{
color: #F2837C;
}
</style>
background-color css
<style>
a { background-color: #F2837C; }
a { background-color: rgb(242,131,124); }
div.DivClassName
{
background-color: #F2837C;
}
.BgClassName
{
background-color: #F2837C;
}
</style>
border-color css
<style>
span { border-color: #F2837C; }
span { border-color: rgb(242,131,124); }
td.TdClassName
{
border-color: #F2837C;
}
.TagClassName
{
border-color: #F2837C;
}
</style>