Shades of Light Coral #FF8585
Tints of Light Coral #FF8585
RGB
CMYK
RGB Variations
Color information
#FF8585 (or 0xFF8585) is known color: Light Coral. HEX triplet: FF, 85 and 85. RGB value is (255,133,133). Sum of RGB (Red+Green+Blue) = 255+133+133=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8585 is #007A7A. Grayscale: #A9A9A9. Windows color (decimal): -31355 or 8750591. OLE color: 8750591.
HSL color Cylindrical-coordinate representation of color #FF8585: hue angle of 0º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF8585 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 133 | - |
| CMYK | 0 | 0.48 | 0.48 | 0 |
| HSL | 0º | 1% | 0.76% | - |
| HSV(B) | 0º | 0.48% | 1% | - |
| XYZ | 53.86 | 39.73 | 27.02 | - |
| YUV | 169.48 | 107.42 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 133 | 0 | 0.48 | 0.48 | 0 | 0 | 1 | 0.76 |
| Hex | FF | 85 | 85 | 0 | 30 | 30 | 0 | 0 | 64 | 4C |
| Octal | 377 | 205 | 205 | 0 | 60 | 60 | 0 | 0 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10000101 | 0 | 110000 | 110000 | 0 | 0 | 1100100 | 1001100 |
Color Harmonies of #FF8585
Complementary color
Monochromatic Colors of #FF8585
Black with #FF8585
Text Example
Text Example
White with #FF8585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8585; }
p { color: rgb(255,133,133); }
H1.HeaderClassName
{
color: #FF8585;
}
.AnyTagClassName
{
color: #FF8585;
}
</style>
background-color css
<style>
a { background-color: #FF8585; }
a { background-color: rgb(255,133,133); }
div.DivClassName
{
background-color: #FF8585;
}
.BgClassName
{
background-color: #FF8585;
}
</style>
border-color css
<style>
span { border-color: #FF8585; }
span { border-color: rgb(255,133,133); }
td.TdClassName
{
border-color: #FF8585;
}
.TagClassName
{
border-color: #FF8585;
}
</style>