Shades of Light Coral #F2847D
Tints of Light Coral #F2847D
RGB
CMYK
RGB Variations
Color information
#F2847D (or 0xF2847D) is known color: Light Coral. HEX triplet: F2, 84 and 7D. RGB value is (242,132,125). Sum of RGB (Red+Green+Blue) = 242+132+125=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2847D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2847D is #0D7B82. Grayscale: #A4A4A4. Windows color (decimal): -883587 or 8226034. OLE color: 8226034.
HSL color Cylindrical-coordinate representation of color #F2847D: hue angle of 3.59º 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 #F2847D is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 125 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.05 |
| HSL | 3.59º | 0.82% | 0.72% | - |
| HSV(B) | 3.59º | 0.48% | 0.95% | - |
| XYZ | 48.57 | 36.86 | 23.96 | - |
| YUV | 164.09 | 105.94 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 125 | 0 | 0.45 | 0.48 | 0.05 | 3.59 | 0.82 | 0.72 |
| Hex | F2 | 84 | 7D | 0 | 2D | 30 | 5 | 4 | 52 | 48 |
| Octal | 362 | 204 | 175 | 0 | 55 | 60 | 5 | 4 | 122 | 110 |
| Binary | 11110010 | 10000100 | 1111101 | 0 | 101101 | 110000 | 101 | 100 | 1010010 | 1001000 |
Color Harmonies of #F2847D
Complementary color
Monochromatic Colors of #F2847D
Black with #F2847D
Text Example
Text Example
White with #F2847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2847D; }
p { color: rgb(242,132,125); }
H1.HeaderClassName
{
color: #F2847D;
}
.AnyTagClassName
{
color: #F2847D;
}
</style>
background-color css
<style>
a { background-color: #F2847D; }
a { background-color: rgb(242,132,125); }
div.DivClassName
{
background-color: #F2847D;
}
.BgClassName
{
background-color: #F2847D;
}
</style>
border-color css
<style>
span { border-color: #F2847D; }
span { border-color: rgb(242,132,125); }
td.TdClassName
{
border-color: #F2847D;
}
.TagClassName
{
border-color: #F2847D;
}
</style>