Shades of Light Coral #F0847A
Tints of Light Coral #F0847A
RGB
CMYK
RGB Variations
Color information
#F0847A (or 0xF0847A) is known color: Light Coral. HEX triplet: F0, 84 and 7A. RGB value is (240,132,122). Sum of RGB (Red+Green+Blue) = 240+132+122=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0847A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0847A is #0F7B85. Grayscale: #A3A3A3. Windows color (decimal): -1014662 or 8029424. OLE color: 8029424.
HSL color Cylindrical-coordinate representation of color #F0847A: hue angle of 5.08º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0847A is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 122 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.06 |
| HSL | 5.08º | 0.8% | 0.71% | - |
| HSV(B) | 5.08º | 0.49% | 0.94% | - |
| XYZ | 47.7 | 36.43 | 22.93 | - |
| YUV | 163.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 122 | 0 | 0.45 | 0.49 | 0.06 | 5.08 | 0.8 | 0.71 |
| Hex | F0 | 84 | 7A | 0 | 2D | 31 | 6 | 5 | 50 | 47 |
| Octal | 360 | 204 | 172 | 0 | 55 | 61 | 6 | 5 | 120 | 107 |
| Binary | 11110000 | 10000100 | 1111010 | 0 | 101101 | 110001 | 110 | 101 | 1010000 | 1000111 |
Color Harmonies of #F0847A
Complementary color
Monochromatic Colors of #F0847A
Black with #F0847A
Text Example
Text Example
White with #F0847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0847A; }
p { color: rgb(240,132,122); }
H1.HeaderClassName
{
color: #F0847A;
}
.AnyTagClassName
{
color: #F0847A;
}
</style>
background-color css
<style>
a { background-color: #F0847A; }
a { background-color: rgb(240,132,122); }
div.DivClassName
{
background-color: #F0847A;
}
.BgClassName
{
background-color: #F0847A;
}
</style>
border-color css
<style>
span { border-color: #F0847A; }
span { border-color: rgb(240,132,122); }
td.TdClassName
{
border-color: #F0847A;
}
.TagClassName
{
border-color: #F0847A;
}
</style>