Shades of Light Coral #FF8080
Tints of Light Coral #FF8080
RGB
CMYK
RGB Variations
Color information
#FF8080 (or 0xFF8080) is known color: Light Coral. HEX triplet: FF, 80 and 80. RGB value is (255,128,128). Sum of RGB (Red+Green+Blue) = 255+128+128=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8080 is #007F7F. Grayscale: #A6A6A6. Windows color (decimal): -32640 or 8421631. OLE color: 8421631.
HSL color Cylindrical-coordinate representation of color #FF8080: hue angle of 0º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF8080 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 128 | - |
| CMYK | 0 | 0.50 | 0.50 | 0 |
| HSL | 0º | 1% | 0.75% | - |
| HSV(B) | 0º | 0.5% | 1% | - |
| XYZ | 52.86 | 38.26 | 25.02 | - |
| YUV | 165.97 | 106.58 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 128 | 0 | 0.50 | 0.50 | 0 | 0 | 1 | 0.75 |
| Hex | FF | 80 | 80 | 0 | 32 | 32 | 0 | 0 | 64 | 4B |
| Octal | 377 | 200 | 200 | 0 | 62 | 62 | 0 | 0 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10000000 | 0 | 110010 | 110010 | 0 | 0 | 1100100 | 1001011 |
Color Harmonies of #FF8080
Complementary color
Monochromatic Colors of #FF8080
Black with #FF8080
Text Example
Text Example
White with #FF8080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8080; }
p { color: rgb(255,128,128); }
H1.HeaderClassName
{
color: #FF8080;
}
.AnyTagClassName
{
color: #FF8080;
}
</style>
background-color css
<style>
a { background-color: #FF8080; }
a { background-color: rgb(255,128,128); }
div.DivClassName
{
background-color: #FF8080;
}
.BgClassName
{
background-color: #FF8080;
}
</style>
border-color css
<style>
span { border-color: #FF8080; }
span { border-color: rgb(255,128,128); }
td.TdClassName
{
border-color: #FF8080;
}
.TagClassName
{
border-color: #FF8080;
}
</style>