Shades of Coral #FF8560
Tints of Coral #FF8560
RGB
CMYK
RGB Variations
Color information
#FF8560 (or 0xFF8560) is known color: Coral. HEX triplet: FF, 85 and 60. RGB value is (255,133,96). Sum of RGB (Red+Green+Blue) = 255+133+96=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8560 is #007A9F. Grayscale: #A5A5A5. Windows color (decimal): -31392 or 6325759. OLE color: 6325759.
HSL color Cylindrical-coordinate representation of color #FF8560: hue angle of 13.96º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF8560 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 96 | - |
| CMYK | 0 | 0.48 | 0.62 | 0 |
| HSL | 13.96º | 1% | 0.69% | - |
| HSV(B) | 13.96º | 0.62% | 1% | - |
| XYZ | 51.74 | 38.88 | 15.84 | - |
| YUV | 165.26 | 88.92 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 96 | 0 | 0.48 | 0.62 | 0 | 13.96 | 1 | 0.69 |
| Hex | FF | 85 | 60 | 0 | 30 | 3E | 0 | E | 64 | 45 |
| Octal | 377 | 205 | 140 | 0 | 60 | 76 | 0 | 16 | 144 | 105 |
| Binary | 11111111 | 10000101 | 1100000 | 0 | 110000 | 111110 | 0 | 1110 | 1100100 | 1000101 |
Color Harmonies of #FF8560
Complementary color
Monochromatic Colors of #FF8560
Black with #FF8560
Text Example
Text Example
White with #FF8560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8560; }
p { color: rgb(255,133,96); }
H1.HeaderClassName
{
color: #FF8560;
}
.AnyTagClassName
{
color: #FF8560;
}
</style>
background-color css
<style>
a { background-color: #FF8560; }
a { background-color: rgb(255,133,96); }
div.DivClassName
{
background-color: #FF8560;
}
.BgClassName
{
background-color: #FF8560;
}
</style>
border-color css
<style>
span { border-color: #FF8560; }
span { border-color: rgb(255,133,96); }
td.TdClassName
{
border-color: #FF8560;
}
.TagClassName
{
border-color: #FF8560;
}
</style>