Shades of Light Coral #F2877D
Tints of Light Coral #F2877D
RGB
CMYK
RGB Variations
Color information
#F2877D (or 0xF2877D) is known color: Light Coral. HEX triplet: F2, 87 and 7D. RGB value is (242,135,125). Sum of RGB (Red+Green+Blue) = 242+135+125=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2877D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2877D is #0D7882. Grayscale: #A6A6A6. Windows color (decimal): -882819 or 8226802. OLE color: 8226802.
HSL color Cylindrical-coordinate representation of color #F2877D: hue angle of 5.13º 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 #F2877D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 125 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.05 |
| HSL | 5.13º | 0.82% | 0.72% | - |
| HSV(B) | 5.13º | 0.48% | 0.95% | - |
| XYZ | 48.98 | 37.69 | 24.09 | - |
| YUV | 165.85 | 104.95 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 125 | 0 | 0.44 | 0.48 | 0.05 | 5.13 | 0.82 | 0.72 |
| Hex | F2 | 87 | 7D | 0 | 2C | 30 | 5 | 5 | 52 | 48 |
| Octal | 362 | 207 | 175 | 0 | 54 | 60 | 5 | 5 | 122 | 110 |
| Binary | 11110010 | 10000111 | 1111101 | 0 | 101100 | 110000 | 101 | 101 | 1010010 | 1001000 |
Color Harmonies of #F2877D
Complementary color
Monochromatic Colors of #F2877D
Black with #F2877D
Text Example
Text Example
White with #F2877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2877D; }
p { color: rgb(242,135,125); }
H1.HeaderClassName
{
color: #F2877D;
}
.AnyTagClassName
{
color: #F2877D;
}
</style>
background-color css
<style>
a { background-color: #F2877D; }
a { background-color: rgb(242,135,125); }
div.DivClassName
{
background-color: #F2877D;
}
.BgClassName
{
background-color: #F2877D;
}
</style>
border-color css
<style>
span { border-color: #F2877D; }
span { border-color: rgb(242,135,125); }
td.TdClassName
{
border-color: #F2877D;
}
.TagClassName
{
border-color: #F2877D;
}
</style>