Shades of Light Coral #F2877C
Tints of Light Coral #F2877C
RGB
CMYK
RGB Variations
Color information
#F2877C (or 0xF2877C) is known color: Light Coral. HEX triplet: F2, 87 and 7C. RGB value is (242,135,124). Sum of RGB (Red+Green+Blue) = 242+135+124=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2877C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2877C is #0D7883. Grayscale: #A5A5A5. Windows color (decimal): -882820 or 8161266. OLE color: 8161266.
HSL color Cylindrical-coordinate representation of color #F2877C: hue angle of 5.59º 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 #F2877C is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 124 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.05 |
| HSL | 5.59º | 0.82% | 0.72% | - |
| HSV(B) | 5.59º | 0.49% | 0.95% | - |
| XYZ | 48.92 | 37.66 | 23.76 | - |
| YUV | 165.74 | 104.45 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 124 | 0 | 0.44 | 0.49 | 0.05 | 5.59 | 0.82 | 0.72 |
| Hex | F2 | 87 | 7C | 0 | 2C | 31 | 5 | 6 | 52 | 48 |
| Octal | 362 | 207 | 174 | 0 | 54 | 61 | 5 | 6 | 122 | 110 |
| Binary | 11110010 | 10000111 | 1111100 | 0 | 101100 | 110001 | 101 | 110 | 1010010 | 1001000 |
Color Harmonies of #F2877C
Complementary color
Monochromatic Colors of #F2877C
Black with #F2877C
Text Example
Text Example
White with #F2877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2877C; }
p { color: rgb(242,135,124); }
H1.HeaderClassName
{
color: #F2877C;
}
.AnyTagClassName
{
color: #F2877C;
}
</style>
background-color css
<style>
a { background-color: #F2877C; }
a { background-color: rgb(242,135,124); }
div.DivClassName
{
background-color: #F2877C;
}
.BgClassName
{
background-color: #F2877C;
}
</style>
border-color css
<style>
span { border-color: #F2877C; }
span { border-color: rgb(242,135,124); }
td.TdClassName
{
border-color: #F2877C;
}
.TagClassName
{
border-color: #F2877C;
}
</style>