Shades of Light Coral #FF817F
Tints of Light Coral #FF817F
RGB
CMYK
RGB Variations
Color information
#FF817F (or 0xFF817F) is known color: Light Coral. HEX triplet: FF, 81 and 7F. RGB value is (255,129,127). Sum of RGB (Red+Green+Blue) = 255+129+127=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF817F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF817F is #007E80. Grayscale: #A6A6A6. Windows color (decimal): -32385 or 8356351. OLE color: 8356351.
HSL color Cylindrical-coordinate representation of color #FF817F: hue angle of 0.94º 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 #FF817F is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 127 | - |
| CMYK | 0 | 0.49 | 0.50 | 0 |
| HSL | 0.94º | 1% | 0.75% | - |
| HSV(B) | 0.94º | 0.5% | 1% | - |
| XYZ | 52.92 | 38.49 | 24.72 | - |
| YUV | 166.45 | 105.74 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 127 | 0 | 0.49 | 0.50 | 0 | 0.94 | 1 | 0.75 |
| Hex | FF | 81 | 7F | 0 | 31 | 32 | 0 | 1 | 64 | 4B |
| Octal | 377 | 201 | 177 | 0 | 61 | 62 | 0 | 1 | 144 | 113 |
| Binary | 11111111 | 10000001 | 1111111 | 0 | 110001 | 110010 | 0 | 1 | 1100100 | 1001011 |
Color Harmonies of #FF817F
Complementary color
Monochromatic Colors of #FF817F
Black with #FF817F
Text Example
Text Example
White with #FF817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF817F; }
p { color: rgb(255,129,127); }
H1.HeaderClassName
{
color: #FF817F;
}
.AnyTagClassName
{
color: #FF817F;
}
</style>
background-color css
<style>
a { background-color: #FF817F; }
a { background-color: rgb(255,129,127); }
div.DivClassName
{
background-color: #FF817F;
}
.BgClassName
{
background-color: #FF817F;
}
</style>
border-color css
<style>
span { border-color: #FF817F; }
span { border-color: rgb(255,129,127); }
td.TdClassName
{
border-color: #FF817F;
}
.TagClassName
{
border-color: #FF817F;
}
</style>