Shades of Light Coral #FF807F
Tints of Light Coral #FF807F
RGB
CMYK
RGB Variations
Color information
#FF807F (or 0xFF807F) is known color: Light Coral. HEX triplet: FF, 80 and 7F. RGB value is (255,128,127). Sum of RGB (Red+Green+Blue) = 255+128+127=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF807F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF807F is #007F80. Grayscale: #A5A5A5. Windows color (decimal): -32641 or 8356095. OLE color: 8356095.
HSL color Cylindrical-coordinate representation of color #FF807F: hue angle of 0.47º 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 #FF807F is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 127 | - |
| CMYK | 0 | 0.50 | 0.50 | 0 |
| HSL | 0.47º | 1% | 0.75% | - |
| HSV(B) | 0.47º | 0.5% | 1% | - |
| XYZ | 52.79 | 38.23 | 24.68 | - |
| YUV | 165.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 127 | 0 | 0.50 | 0.50 | 0 | 0.47 | 1 | 0.75 |
| Hex | FF | 80 | 7F | 0 | 32 | 32 | 0 | 0 | 64 | 4B |
| Octal | 377 | 200 | 177 | 0 | 62 | 62 | 0 | 0 | 144 | 113 |
| Binary | 11111111 | 10000000 | 1111111 | 0 | 110010 | 110010 | 0 | 0 | 1100100 | 1001011 |
Color Harmonies of #FF807F
Complementary color
Monochromatic Colors of #FF807F
Black with #FF807F
Text Example
Text Example
White with #FF807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF807F; }
p { color: rgb(255,128,127); }
H1.HeaderClassName
{
color: #FF807F;
}
.AnyTagClassName
{
color: #FF807F;
}
</style>
background-color css
<style>
a { background-color: #FF807F; }
a { background-color: rgb(255,128,127); }
div.DivClassName
{
background-color: #FF807F;
}
.BgClassName
{
background-color: #FF807F;
}
</style>
border-color css
<style>
span { border-color: #FF807F; }
span { border-color: rgb(255,128,127); }
td.TdClassName
{
border-color: #FF807F;
}
.TagClassName
{
border-color: #FF807F;
}
</style>