Shades of Light Coral #F0857E
Tints of Light Coral #F0857E
RGB
CMYK
RGB Variations
Color information
#F0857E (or 0xF0857E) is known color: Light Coral. HEX triplet: F0, 85 and 7E. RGB value is (240,133,126). Sum of RGB (Red+Green+Blue) = 240+133+126=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0857E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0857E is #0F7A81. Grayscale: #A4A4A4. Windows color (decimal): -1014402 or 8291824. OLE color: 8291824.
HSL color Cylindrical-coordinate representation of color #F0857E: hue angle of 3.68º 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 #F0857E is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 126 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.06 |
| HSL | 3.68º | 0.79% | 0.72% | - |
| HSV(B) | 3.68º | 0.48% | 0.94% | - |
| XYZ | 48.09 | 36.81 | 24.31 | - |
| YUV | 164.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 126 | 0 | 0.45 | 0.48 | 0.06 | 3.68 | 0.79 | 0.72 |
| Hex | F0 | 85 | 7E | 0 | 2D | 30 | 6 | 4 | 4F | 48 |
| Octal | 360 | 205 | 176 | 0 | 55 | 60 | 6 | 4 | 117 | 110 |
| Binary | 11110000 | 10000101 | 1111110 | 0 | 101101 | 110000 | 110 | 100 | 1001111 | 1001000 |
Color Harmonies of #F0857E
Complementary color
Monochromatic Colors of #F0857E
Black with #F0857E
Text Example
Text Example
White with #F0857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0857E; }
p { color: rgb(240,133,126); }
H1.HeaderClassName
{
color: #F0857E;
}
.AnyTagClassName
{
color: #F0857E;
}
</style>
background-color css
<style>
a { background-color: #F0857E; }
a { background-color: rgb(240,133,126); }
div.DivClassName
{
background-color: #F0857E;
}
.BgClassName
{
background-color: #F0857E;
}
</style>
border-color css
<style>
span { border-color: #F0857E; }
span { border-color: rgb(240,133,126); }
td.TdClassName
{
border-color: #F0857E;
}
.TagClassName
{
border-color: #F0857E;
}
</style>