Shades of Light Coral #F0847D
Tints of Light Coral #F0847D
RGB
CMYK
RGB Variations
Color information
#F0847D (or 0xF0847D) is known color: Light Coral. HEX triplet: F0, 84 and 7D. RGB value is (240,132,125). Sum of RGB (Red+Green+Blue) = 240+132+125=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0847D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0847D is #0F7B82. Grayscale: #A3A3A3. Windows color (decimal): -1014659 or 8226032. OLE color: 8226032.
HSL color Cylindrical-coordinate representation of color #F0847D: hue angle of 3.65º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0847D is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 125 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.06 |
| HSL | 3.65º | 0.79% | 0.72% | - |
| HSV(B) | 3.65º | 0.48% | 0.94% | - |
| XYZ | 47.89 | 36.51 | 23.92 | - |
| YUV | 163.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 125 | 0 | 0.45 | 0.48 | 0.06 | 3.65 | 0.79 | 0.72 |
| Hex | F0 | 84 | 7D | 0 | 2D | 30 | 6 | 4 | 4F | 48 |
| Octal | 360 | 204 | 175 | 0 | 55 | 60 | 6 | 4 | 117 | 110 |
| Binary | 11110000 | 10000100 | 1111101 | 0 | 101101 | 110000 | 110 | 100 | 1001111 | 1001000 |
Color Harmonies of #F0847D
Complementary color
Monochromatic Colors of #F0847D
Black with #F0847D
Text Example
Text Example
White with #F0847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0847D; }
p { color: rgb(240,132,125); }
H1.HeaderClassName
{
color: #F0847D;
}
.AnyTagClassName
{
color: #F0847D;
}
</style>
background-color css
<style>
a { background-color: #F0847D; }
a { background-color: rgb(240,132,125); }
div.DivClassName
{
background-color: #F0847D;
}
.BgClassName
{
background-color: #F0847D;
}
</style>
border-color css
<style>
span { border-color: #F0847D; }
span { border-color: rgb(240,132,125); }
td.TdClassName
{
border-color: #F0847D;
}
.TagClassName
{
border-color: #F0847D;
}
</style>