Shades of Light Coral #F08281
Tints of Light Coral #F08281
RGB
CMYK
RGB Variations
Color information
#F08281 (or 0xF08281) is known color: Light Coral. HEX triplet: F0, 82 and 81. RGB value is (240,130,129). Sum of RGB (Red+Green+Blue) = 240+130+129=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F08281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08281 is #0F7D7E. Grayscale: #A2A2A2. Windows color (decimal): -1015167 or 8487664. OLE color: 8487664.
HSL color Cylindrical-coordinate representation of color #F08281: hue angle of 0.54º 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 #F08281 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 129 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.06 |
| HSL | 0.54º | 0.79% | 0.72% | - |
| HSV(B) | 0.54º | 0.46% | 0.94% | - |
| XYZ | 47.88 | 36.08 | 25.21 | - |
| YUV | 162.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 129 | 0 | 0.46 | 0.46 | 0.06 | 0.54 | 0.79 | 0.72 |
| Hex | F0 | 82 | 81 | 0 | 2E | 2E | 6 | 1 | 4F | 48 |
| Octal | 360 | 202 | 201 | 0 | 56 | 56 | 6 | 1 | 117 | 110 |
| Binary | 11110000 | 10000010 | 10000001 | 0 | 101110 | 101110 | 110 | 1 | 1001111 | 1001000 |
Color Harmonies of #F08281
Complementary color
Monochromatic Colors of #F08281
Black with #F08281
Text Example
Text Example
White with #F08281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08281; }
p { color: rgb(240,130,129); }
H1.HeaderClassName
{
color: #F08281;
}
.AnyTagClassName
{
color: #F08281;
}
</style>
background-color css
<style>
a { background-color: #F08281; }
a { background-color: rgb(240,130,129); }
div.DivClassName
{
background-color: #F08281;
}
.BgClassName
{
background-color: #F08281;
}
</style>
border-color css
<style>
span { border-color: #F08281; }
span { border-color: rgb(240,130,129); }
td.TdClassName
{
border-color: #F08281;
}
.TagClassName
{
border-color: #F08281;
}
</style>