Shades of Light Coral #F0827D
Tints of Light Coral #F0827D
RGB
CMYK
RGB Variations
Color information
#F0827D (or 0xF0827D) is known color: Light Coral. HEX triplet: F0, 82 and 7D. RGB value is (240,130,125). Sum of RGB (Red+Green+Blue) = 240+130+125=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0827D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0827D is #0F7D82. Grayscale: #A2A2A2. Windows color (decimal): -1015171 or 8225520. OLE color: 8225520.
HSL color Cylindrical-coordinate representation of color #F0827D: hue angle of 2.61º 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 #F0827D is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 125 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.06 |
| HSL | 2.61º | 0.79% | 0.72% | - |
| HSV(B) | 2.61º | 0.48% | 0.94% | - |
| XYZ | 47.62 | 35.97 | 23.84 | - |
| YUV | 162.32 | 106.94 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 125 | 0 | 0.46 | 0.48 | 0.06 | 2.61 | 0.79 | 0.72 |
| Hex | F0 | 82 | 7D | 0 | 2E | 30 | 6 | 3 | 4F | 48 |
| Octal | 360 | 202 | 175 | 0 | 56 | 60 | 6 | 3 | 117 | 110 |
| Binary | 11110000 | 10000010 | 1111101 | 0 | 101110 | 110000 | 110 | 11 | 1001111 | 1001000 |
Color Harmonies of #F0827D
Complementary color
Monochromatic Colors of #F0827D
Black with #F0827D
Text Example
Text Example
White with #F0827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0827D; }
p { color: rgb(240,130,125); }
H1.HeaderClassName
{
color: #F0827D;
}
.AnyTagClassName
{
color: #F0827D;
}
</style>
background-color css
<style>
a { background-color: #F0827D; }
a { background-color: rgb(240,130,125); }
div.DivClassName
{
background-color: #F0827D;
}
.BgClassName
{
background-color: #F0827D;
}
</style>
border-color css
<style>
span { border-color: #F0827D; }
span { border-color: rgb(240,130,125); }
td.TdClassName
{
border-color: #F0827D;
}
.TagClassName
{
border-color: #F0827D;
}
</style>