Shades of Light Coral #F27E7E
Tints of Light Coral #F27E7E
RGB
CMYK
RGB Variations
Color information
#F27E7E (or 0xF27E7E) is known color: Light Coral. HEX triplet: F2, 7E and 7E. RGB value is (242,126,126). Sum of RGB (Red+Green+Blue) = 242+126+126=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27E7E is #0D8181. Grayscale: #A0A0A0. Windows color (decimal): -885122 or 8290034. OLE color: 8290034.
HSL color Cylindrical-coordinate representation of color #F27E7E: hue angle of 0º 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 #F27E7E is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 126 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.05 |
| HSL | 0º | 0.82% | 0.72% | - |
| HSV(B) | 0º | 0.48% | 0.95% | - |
| XYZ | 47.84 | 35.31 | 24.03 | - |
| YUV | 160.68 | 108.43 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 126 | 0 | 0.48 | 0.48 | 0.05 | 0 | 0.82 | 0.72 |
| Hex | F2 | 7E | 7E | 0 | 30 | 30 | 5 | 0 | 52 | 48 |
| Octal | 362 | 176 | 176 | 0 | 60 | 60 | 5 | 0 | 122 | 110 |
| Binary | 11110010 | 1111110 | 1111110 | 0 | 110000 | 110000 | 101 | 0 | 1010010 | 1001000 |
Color Harmonies of #F27E7E
Complementary color
Monochromatic Colors of #F27E7E
Black with #F27E7E
Text Example
Text Example
White with #F27E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E7E; }
p { color: rgb(242,126,126); }
H1.HeaderClassName
{
color: #F27E7E;
}
.AnyTagClassName
{
color: #F27E7E;
}
</style>
background-color css
<style>
a { background-color: #F27E7E; }
a { background-color: rgb(242,126,126); }
div.DivClassName
{
background-color: #F27E7E;
}
.BgClassName
{
background-color: #F27E7E;
}
</style>
border-color css
<style>
span { border-color: #F27E7E; }
span { border-color: rgb(242,126,126); }
td.TdClassName
{
border-color: #F27E7E;
}
.TagClassName
{
border-color: #F27E7E;
}
</style>