Shades of Light Coral #F08181
Tints of Light Coral #F08181
RGB
CMYK
RGB Variations
Color information
#F08181 (or 0xF08181) is known color: Light Coral. HEX triplet: F0, 81 and 81. RGB value is (240,129,129). Sum of RGB (Red+Green+Blue) = 240+129+129=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F08181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08181 is #0F7E7E. Grayscale: #A2A2A2. Windows color (decimal): -1015423 or 8487408. OLE color: 8487408.
HSL color Cylindrical-coordinate representation of color #F08181: hue angle of 0º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08181 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 129 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.06 |
| HSL | 0º | 0.79% | 0.72% | - |
| HSV(B) | 0º | 0.46% | 0.94% | - |
| XYZ | 47.75 | 35.81 | 25.16 | - |
| YUV | 162.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 129 | 0 | 0.46 | 0.46 | 0.06 | 0 | 0.79 | 0.72 |
| Hex | F0 | 81 | 81 | 0 | 2E | 2E | 6 | 0 | 4F | 48 |
| Octal | 360 | 201 | 201 | 0 | 56 | 56 | 6 | 0 | 117 | 110 |
| Binary | 11110000 | 10000001 | 10000001 | 0 | 101110 | 101110 | 110 | 0 | 1001111 | 1001000 |
Color Harmonies of #F08181
Complementary color
Monochromatic Colors of #F08181
Black with #F08181
Text Example
Text Example
White with #F08181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08181; }
p { color: rgb(240,129,129); }
H1.HeaderClassName
{
color: #F08181;
}
.AnyTagClassName
{
color: #F08181;
}
</style>
background-color css
<style>
a { background-color: #F08181; }
a { background-color: rgb(240,129,129); }
div.DivClassName
{
background-color: #F08181;
}
.BgClassName
{
background-color: #F08181;
}
</style>
border-color css
<style>
span { border-color: #F08181; }
span { border-color: rgb(240,129,129); }
td.TdClassName
{
border-color: #F08181;
}
.TagClassName
{
border-color: #F08181;
}
</style>