Shades of Light Coral #FF827F
Tints of Light Coral #FF827F
RGB
CMYK
RGB Variations
Color information
#FF827F (or 0xFF827F) is known color: Light Coral. HEX triplet: FF, 82 and 7F. RGB value is (255,130,127). Sum of RGB (Red+Green+Blue) = 255+130+127=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF827F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF827F is #007D80. Grayscale: #A7A7A7. Windows color (decimal): -32129 or 8356607. OLE color: 8356607.
HSL color Cylindrical-coordinate representation of color #FF827F: hue angle of 1.41º 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 #FF827F is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 127 | - |
| CMYK | 0 | 0.49 | 0.50 | 0 |
| HSL | 1.41º | 1% | 0.75% | - |
| HSV(B) | 1.41º | 0.5% | 1% | - |
| XYZ | 53.05 | 38.76 | 24.76 | - |
| YUV | 167.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 127 | 0 | 0.49 | 0.50 | 0 | 1.41 | 1 | 0.75 |
| Hex | FF | 82 | 7F | 0 | 31 | 32 | 0 | 1 | 64 | 4B |
| Octal | 377 | 202 | 177 | 0 | 61 | 62 | 0 | 1 | 144 | 113 |
| Binary | 11111111 | 10000010 | 1111111 | 0 | 110001 | 110010 | 0 | 1 | 1100100 | 1001011 |
Color Harmonies of #FF827F
Complementary color
Monochromatic Colors of #FF827F
Black with #FF827F
Text Example
Text Example
White with #FF827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF827F; }
p { color: rgb(255,130,127); }
H1.HeaderClassName
{
color: #FF827F;
}
.AnyTagClassName
{
color: #FF827F;
}
</style>
background-color css
<style>
a { background-color: #FF827F; }
a { background-color: rgb(255,130,127); }
div.DivClassName
{
background-color: #FF827F;
}
.BgClassName
{
background-color: #FF827F;
}
</style>
border-color css
<style>
span { border-color: #FF827F; }
span { border-color: rgb(255,130,127); }
td.TdClassName
{
border-color: #FF827F;
}
.TagClassName
{
border-color: #FF827F;
}
</style>