Shades of Light Coral #F0857F
Tints of Light Coral #F0857F
RGB
CMYK
RGB Variations
Color information
#F0857F (or 0xF0857F) is known color: Light Coral. HEX triplet: F0, 85 and 7F. RGB value is (240,133,127). Sum of RGB (Red+Green+Blue) = 240+133+127=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0857F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0857F is #0F7A80. Grayscale: #A4A4A4. Windows color (decimal): -1014401 or 8357360. OLE color: 8357360.
HSL color Cylindrical-coordinate representation of color #F0857F: hue angle of 3.19º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0857F is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 127 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.06 |
| HSL | 3.19º | 0.79% | 0.72% | - |
| HSV(B) | 3.19º | 0.47% | 0.94% | - |
| XYZ | 48.15 | 36.83 | 24.65 | - |
| YUV | 164.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 127 | 0 | 0.45 | 0.47 | 0.06 | 3.19 | 0.79 | 0.72 |
| Hex | F0 | 85 | 7F | 0 | 2D | 2F | 6 | 3 | 4F | 48 |
| Octal | 360 | 205 | 177 | 0 | 55 | 57 | 6 | 3 | 117 | 110 |
| Binary | 11110000 | 10000101 | 1111111 | 0 | 101101 | 101111 | 110 | 11 | 1001111 | 1001000 |
Color Harmonies of #F0857F
Complementary color
Monochromatic Colors of #F0857F
Black with #F0857F
Text Example
Text Example
White with #F0857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0857F; }
p { color: rgb(240,133,127); }
H1.HeaderClassName
{
color: #F0857F;
}
.AnyTagClassName
{
color: #F0857F;
}
</style>
background-color css
<style>
a { background-color: #F0857F; }
a { background-color: rgb(240,133,127); }
div.DivClassName
{
background-color: #F0857F;
}
.BgClassName
{
background-color: #F0857F;
}
</style>
border-color css
<style>
span { border-color: #F0857F; }
span { border-color: rgb(240,133,127); }
td.TdClassName
{
border-color: #F0857F;
}
.TagClassName
{
border-color: #F0857F;
}
</style>