Shades of Light Coral #F27C7A
Tints of Light Coral #F27C7A
RGB
CMYK
RGB Variations
Color information
#F27C7A (or 0xF27C7A) is known color: Light Coral. HEX triplet: F2, 7C and 7A. RGB value is (242,124,122). Sum of RGB (Red+Green+Blue) = 242+124+122=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27C7A is #0D8385. Grayscale: #9F9F9F. Windows color (decimal): -885638 or 8027378. OLE color: 8027378.
HSL color Cylindrical-coordinate representation of color #F27C7A: hue angle of 1º 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 #F27C7A is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 122 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.05 |
| HSL | 1º | 0.82% | 0.71% | - |
| HSV(B) | 1º | 0.5% | 0.95% | - |
| XYZ | 47.34 | 34.7 | 22.61 | - |
| YUV | 159.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 122 | 0 | 0.49 | 0.50 | 0.05 | 1 | 0.82 | 0.71 |
| Hex | F2 | 7C | 7A | 0 | 31 | 32 | 5 | 1 | 52 | 47 |
| Octal | 362 | 174 | 172 | 0 | 61 | 62 | 5 | 1 | 122 | 107 |
| Binary | 11110010 | 1111100 | 1111010 | 0 | 110001 | 110010 | 101 | 1 | 1010010 | 1000111 |
Color Harmonies of #F27C7A
Complementary color
Monochromatic Colors of #F27C7A
Black with #F27C7A
Text Example
Text Example
White with #F27C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C7A; }
p { color: rgb(242,124,122); }
H1.HeaderClassName
{
color: #F27C7A;
}
.AnyTagClassName
{
color: #F27C7A;
}
</style>
background-color css
<style>
a { background-color: #F27C7A; }
a { background-color: rgb(242,124,122); }
div.DivClassName
{
background-color: #F27C7A;
}
.BgClassName
{
background-color: #F27C7A;
}
</style>
border-color css
<style>
span { border-color: #F27C7A; }
span { border-color: rgb(242,124,122); }
td.TdClassName
{
border-color: #F27C7A;
}
.TagClassName
{
border-color: #F27C7A;
}
</style>