Shades of Light Coral #F0827E
Tints of Light Coral #F0827E
RGB
CMYK
RGB Variations
Color information
#F0827E (or 0xF0827E) is known color: Light Coral. HEX triplet: F0, 82 and 7E. RGB value is (240,130,126). Sum of RGB (Red+Green+Blue) = 240+130+126=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0827E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0827E is #0F7D81. Grayscale: #A2A2A2. Windows color (decimal): -1015170 or 8291056. OLE color: 8291056.
HSL color Cylindrical-coordinate representation of color #F0827E: hue angle of 2.11º 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 #F0827E is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 126 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.06 |
| HSL | 2.11º | 0.79% | 0.72% | - |
| HSV(B) | 2.11º | 0.48% | 0.94% | - |
| XYZ | 47.68 | 36 | 24.17 | - |
| YUV | 162.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 126 | 0 | 0.46 | 0.48 | 0.06 | 2.11 | 0.79 | 0.72 |
| Hex | F0 | 82 | 7E | 0 | 2E | 30 | 6 | 2 | 4F | 48 |
| Octal | 360 | 202 | 176 | 0 | 56 | 60 | 6 | 2 | 117 | 110 |
| Binary | 11110000 | 10000010 | 1111110 | 0 | 101110 | 110000 | 110 | 10 | 1001111 | 1001000 |
Color Harmonies of #F0827E
Complementary color
Monochromatic Colors of #F0827E
Black with #F0827E
Text Example
Text Example
White with #F0827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0827E; }
p { color: rgb(240,130,126); }
H1.HeaderClassName
{
color: #F0827E;
}
.AnyTagClassName
{
color: #F0827E;
}
</style>
background-color css
<style>
a { background-color: #F0827E; }
a { background-color: rgb(240,130,126); }
div.DivClassName
{
background-color: #F0827E;
}
.BgClassName
{
background-color: #F0827E;
}
</style>
border-color css
<style>
span { border-color: #F0827E; }
span { border-color: rgb(240,130,126); }
td.TdClassName
{
border-color: #F0827E;
}
.TagClassName
{
border-color: #F0827E;
}
</style>