Shades of Light Coral #F08280
Tints of Light Coral #F08280
RGB
CMYK
RGB Variations
Color information
#F08280 (or 0xF08280) is known color: Light Coral. HEX triplet: F0, 82 and 80. RGB value is (240,130,128). Sum of RGB (Red+Green+Blue) = 240+130+128=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F08280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08280 is #0F7D7F. Grayscale: #A2A2A2. Windows color (decimal): -1015168 or 8422128. OLE color: 8422128.
HSL color Cylindrical-coordinate representation of color #F08280: hue angle of 1.07º 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 #F08280 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 128 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.06 |
| HSL | 1.07º | 0.79% | 0.72% | - |
| HSV(B) | 1.07º | 0.47% | 0.94% | - |
| XYZ | 47.81 | 36.05 | 24.86 | - |
| YUV | 162.66 | 108.44 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 128 | 0 | 0.46 | 0.47 | 0.06 | 1.07 | 0.79 | 0.72 |
| Hex | F0 | 82 | 80 | 0 | 2E | 2F | 6 | 1 | 4F | 48 |
| Octal | 360 | 202 | 200 | 0 | 56 | 57 | 6 | 1 | 117 | 110 |
| Binary | 11110000 | 10000010 | 10000000 | 0 | 101110 | 101111 | 110 | 1 | 1001111 | 1001000 |
Color Harmonies of #F08280
Complementary color
Monochromatic Colors of #F08280
Black with #F08280
Text Example
Text Example
White with #F08280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08280; }
p { color: rgb(240,130,128); }
H1.HeaderClassName
{
color: #F08280;
}
.AnyTagClassName
{
color: #F08280;
}
</style>
background-color css
<style>
a { background-color: #F08280; }
a { background-color: rgb(240,130,128); }
div.DivClassName
{
background-color: #F08280;
}
.BgClassName
{
background-color: #F08280;
}
</style>
border-color css
<style>
span { border-color: #F08280; }
span { border-color: rgb(240,130,128); }
td.TdClassName
{
border-color: #F08280;
}
.TagClassName
{
border-color: #F08280;
}
</style>