Shades of Light Coral #F0867D
Tints of Light Coral #F0867D
RGB
CMYK
RGB Variations
Color information
#F0867D (or 0xF0867D) is known color: Light Coral. HEX triplet: F0, 86 and 7D. RGB value is (240,134,125). Sum of RGB (Red+Green+Blue) = 240+134+125=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0867D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0867D is #0F7982. Grayscale: #A4A4A4. Windows color (decimal): -1014147 or 8226544. OLE color: 8226544.
HSL color Cylindrical-coordinate representation of color #F0867D: hue angle of 4.7º 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 #F0867D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 125 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.06 |
| HSL | 4.7º | 0.79% | 0.72% | - |
| HSV(B) | 4.7º | 0.48% | 0.94% | - |
| XYZ | 48.16 | 37.06 | 24.02 | - |
| YUV | 164.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 125 | 0 | 0.44 | 0.48 | 0.06 | 4.7 | 0.79 | 0.72 |
| Hex | F0 | 86 | 7D | 0 | 2C | 30 | 6 | 5 | 4F | 48 |
| Octal | 360 | 206 | 175 | 0 | 54 | 60 | 6 | 5 | 117 | 110 |
| Binary | 11110000 | 10000110 | 1111101 | 0 | 101100 | 110000 | 110 | 101 | 1001111 | 1001000 |
Color Harmonies of #F0867D
Complementary color
Monochromatic Colors of #F0867D
Black with #F0867D
Text Example
Text Example
White with #F0867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0867D; }
p { color: rgb(240,134,125); }
H1.HeaderClassName
{
color: #F0867D;
}
.AnyTagClassName
{
color: #F0867D;
}
</style>
background-color css
<style>
a { background-color: #F0867D; }
a { background-color: rgb(240,134,125); }
div.DivClassName
{
background-color: #F0867D;
}
.BgClassName
{
background-color: #F0867D;
}
</style>
border-color css
<style>
span { border-color: #F0867D; }
span { border-color: rgb(240,134,125); }
td.TdClassName
{
border-color: #F0867D;
}
.TagClassName
{
border-color: #F0867D;
}
</style>