Shades of Light Coral #F2897C
Tints of Light Coral #F2897C
RGB
CMYK
RGB Variations
Color information
#F2897C (or 0xF2897C) is known color: Light Coral. HEX triplet: F2, 89 and 7C. RGB value is (242,137,124). Sum of RGB (Red+Green+Blue) = 242+137+124=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2897C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2897C is #0D7683. Grayscale: #A7A7A7. Windows color (decimal): -882308 or 8161778. OLE color: 8161778.
HSL color Cylindrical-coordinate representation of color #F2897C: hue angle of 6.61º 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 #F2897C is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 124 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.05 |
| HSL | 6.61º | 0.82% | 0.72% | - |
| HSV(B) | 6.61º | 0.49% | 0.95% | - |
| XYZ | 49.2 | 38.22 | 23.85 | - |
| YUV | 166.91 | 103.79 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 124 | 0 | 0.43 | 0.49 | 0.05 | 6.61 | 0.82 | 0.72 |
| Hex | F2 | 89 | 7C | 0 | 2B | 31 | 5 | 7 | 52 | 48 |
| Octal | 362 | 211 | 174 | 0 | 53 | 61 | 5 | 7 | 122 | 110 |
| Binary | 11110010 | 10001001 | 1111100 | 0 | 101011 | 110001 | 101 | 111 | 1010010 | 1001000 |
Color Harmonies of #F2897C
Complementary color
Monochromatic Colors of #F2897C
Black with #F2897C
Text Example
Text Example
White with #F2897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2897C; }
p { color: rgb(242,137,124); }
H1.HeaderClassName
{
color: #F2897C;
}
.AnyTagClassName
{
color: #F2897C;
}
</style>
background-color css
<style>
a { background-color: #F2897C; }
a { background-color: rgb(242,137,124); }
div.DivClassName
{
background-color: #F2897C;
}
.BgClassName
{
background-color: #F2897C;
}
</style>
border-color css
<style>
span { border-color: #F2897C; }
span { border-color: rgb(242,137,124); }
td.TdClassName
{
border-color: #F2897C;
}
.TagClassName
{
border-color: #F2897C;
}
</style>