Shades of Light Coral #FF8584
Tints of Light Coral #FF8584
RGB
CMYK
RGB Variations
Color information
#FF8584 (or 0xFF8584) is known color: Light Coral. HEX triplet: FF, 85 and 84. RGB value is (255,133,132). Sum of RGB (Red+Green+Blue) = 255+133+132=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8584 is #007A7B. Grayscale: #A9A9A9. Windows color (decimal): -31356 or 8685055. OLE color: 8685055.
HSL color Cylindrical-coordinate representation of color #FF8584: hue angle of 0.49º 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 #FF8584 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 132 | - |
| CMYK | 0 | 0.48 | 0.48 | 0 |
| HSL | 0.49º | 1% | 0.76% | - |
| HSV(B) | 0.49º | 0.48% | 1% | - |
| XYZ | 53.79 | 39.7 | 26.66 | - |
| YUV | 169.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 132 | 0 | 0.48 | 0.48 | 0 | 0.49 | 1 | 0.76 |
| Hex | FF | 85 | 84 | 0 | 30 | 30 | 0 | 0 | 64 | 4C |
| Octal | 377 | 205 | 204 | 0 | 60 | 60 | 0 | 0 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10000100 | 0 | 110000 | 110000 | 0 | 0 | 1100100 | 1001100 |
Color Harmonies of #FF8584
Complementary color
Monochromatic Colors of #FF8584
Black with #FF8584
Text Example
Text Example
White with #FF8584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8584; }
p { color: rgb(255,133,132); }
H1.HeaderClassName
{
color: #FF8584;
}
.AnyTagClassName
{
color: #FF8584;
}
</style>
background-color css
<style>
a { background-color: #FF8584; }
a { background-color: rgb(255,133,132); }
div.DivClassName
{
background-color: #FF8584;
}
.BgClassName
{
background-color: #FF8584;
}
</style>
border-color css
<style>
span { border-color: #FF8584; }
span { border-color: rgb(255,133,132); }
td.TdClassName
{
border-color: #FF8584;
}
.TagClassName
{
border-color: #FF8584;
}
</style>