Shades of Light Coral #F2837E
Tints of Light Coral #F2837E
RGB
CMYK
RGB Variations
Color information
#F2837E (or 0xF2837E) is known color: Light Coral. HEX triplet: F2, 83 and 7E. RGB value is (242,131,126). Sum of RGB (Red+Green+Blue) = 242+131+126=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2837E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2837E is #0D7C81. Grayscale: #A3A3A3. Windows color (decimal): -883842 or 8291314. OLE color: 8291314.
HSL color Cylindrical-coordinate representation of color #F2837E: hue angle of 2.59º 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 #F2837E is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 126 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.05 |
| HSL | 2.59º | 0.82% | 0.72% | - |
| HSV(B) | 2.59º | 0.48% | 0.95% | - |
| XYZ | 48.5 | 36.62 | 24.25 | - |
| YUV | 163.62 | 106.77 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 126 | 0 | 0.46 | 0.48 | 0.05 | 2.59 | 0.82 | 0.72 |
| Hex | F2 | 83 | 7E | 0 | 2E | 30 | 5 | 3 | 52 | 48 |
| Octal | 362 | 203 | 176 | 0 | 56 | 60 | 5 | 3 | 122 | 110 |
| Binary | 11110010 | 10000011 | 1111110 | 0 | 101110 | 110000 | 101 | 11 | 1010010 | 1001000 |
Color Harmonies of #F2837E
Complementary color
Monochromatic Colors of #F2837E
Black with #F2837E
Text Example
Text Example
White with #F2837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2837E; }
p { color: rgb(242,131,126); }
H1.HeaderClassName
{
color: #F2837E;
}
.AnyTagClassName
{
color: #F2837E;
}
</style>
background-color css
<style>
a { background-color: #F2837E; }
a { background-color: rgb(242,131,126); }
div.DivClassName
{
background-color: #F2837E;
}
.BgClassName
{
background-color: #F2837E;
}
</style>
border-color css
<style>
span { border-color: #F2837E; }
span { border-color: rgb(242,131,126); }
td.TdClassName
{
border-color: #F2837E;
}
.TagClassName
{
border-color: #F2837E;
}
</style>