Shades of Light Coral #F27E79
Tints of Light Coral #F27E79
RGB
CMYK
RGB Variations
Color information
#F27E79 (or 0xF27E79) is known color: Light Coral. HEX triplet: F2, 7E and 79. RGB value is (242,126,121). Sum of RGB (Red+Green+Blue) = 242+126+121=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27E79 is #0D8186. Grayscale: #A0A0A0. Windows color (decimal): -885127 or 7962354. OLE color: 7962354.
HSL color Cylindrical-coordinate representation of color #F27E79: hue angle of 2.48º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27E79 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 121 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.05 |
| HSL | 2.48º | 0.82% | 0.71% | - |
| HSV(B) | 2.48º | 0.5% | 0.95% | - |
| XYZ | 47.53 | 35.18 | 22.37 | - |
| YUV | 160.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 121 | 0 | 0.48 | 0.50 | 0.05 | 2.48 | 0.82 | 0.71 |
| Hex | F2 | 7E | 79 | 0 | 30 | 32 | 5 | 2 | 52 | 47 |
| Octal | 362 | 176 | 171 | 0 | 60 | 62 | 5 | 2 | 122 | 107 |
| Binary | 11110010 | 1111110 | 1111001 | 0 | 110000 | 110010 | 101 | 10 | 1010010 | 1000111 |
Color Harmonies of #F27E79
Complementary color
Monochromatic Colors of #F27E79
Black with #F27E79
Text Example
Text Example
White with #F27E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E79; }
p { color: rgb(242,126,121); }
H1.HeaderClassName
{
color: #F27E79;
}
.AnyTagClassName
{
color: #F27E79;
}
</style>
background-color css
<style>
a { background-color: #F27E79; }
a { background-color: rgb(242,126,121); }
div.DivClassName
{
background-color: #F27E79;
}
.BgClassName
{
background-color: #F27E79;
}
</style>
border-color css
<style>
span { border-color: #F27E79; }
span { border-color: rgb(242,126,121); }
td.TdClassName
{
border-color: #F27E79;
}
.TagClassName
{
border-color: #F27E79;
}
</style>