Shades of Light Coral #F0817F
Tints of Light Coral #F0817F
RGB
CMYK
RGB Variations
Color information
#F0817F (or 0xF0817F) is known color: Light Coral. HEX triplet: F0, 81 and 7F. RGB value is (240,129,127). Sum of RGB (Red+Green+Blue) = 240+129+127=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0817F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0817F is #0F7E80. Grayscale: #A2A2A2. Windows color (decimal): -1015425 or 8356336. OLE color: 8356336.
HSL color Cylindrical-coordinate representation of color #F0817F: hue angle of 1.06º 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 #F0817F is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 127 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.06 |
| HSL | 1.06º | 0.79% | 0.72% | - |
| HSV(B) | 1.06º | 0.47% | 0.94% | - |
| XYZ | 47.62 | 35.76 | 24.47 | - |
| YUV | 161.96 | 108.27 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 127 | 0 | 0.46 | 0.47 | 0.06 | 1.06 | 0.79 | 0.72 |
| Hex | F0 | 81 | 7F | 0 | 2E | 2F | 6 | 1 | 4F | 48 |
| Octal | 360 | 201 | 177 | 0 | 56 | 57 | 6 | 1 | 117 | 110 |
| Binary | 11110000 | 10000001 | 1111111 | 0 | 101110 | 101111 | 110 | 1 | 1001111 | 1001000 |
Color Harmonies of #F0817F
Complementary color
Monochromatic Colors of #F0817F
Black with #F0817F
Text Example
Text Example
White with #F0817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0817F; }
p { color: rgb(240,129,127); }
H1.HeaderClassName
{
color: #F0817F;
}
.AnyTagClassName
{
color: #F0817F;
}
</style>
background-color css
<style>
a { background-color: #F0817F; }
a { background-color: rgb(240,129,127); }
div.DivClassName
{
background-color: #F0817F;
}
.BgClassName
{
background-color: #F0817F;
}
</style>
border-color css
<style>
span { border-color: #F0817F; }
span { border-color: rgb(240,129,127); }
td.TdClassName
{
border-color: #F0817F;
}
.TagClassName
{
border-color: #F0817F;
}
</style>