Shades of Radical Red #FF2059
Tints of Radical Red #FF2059
RGB
CMYK
RGB Variations
Color information
#FF2059 (or 0xFF2059) is known color: Radical Red. HEX triplet: FF, 20 and 59. RGB value is (255,32,89). Sum of RGB (Red+Green+Blue) = 255+32+89=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2059 is #00DFA6. Grayscale: #696969. Windows color (decimal): -57255 or 5841151. OLE color: 5841151.
HSL color Cylindrical-coordinate representation of color #FF2059: hue angle of 344.66º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2059 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 89 | - |
| CMYK | 0 | 0.87 | 0.65 | 0 |
| HSL | 344.66º | 1% | 0.56% | - |
| HSV(B) | 344.66º | 0.87% | 1% | - |
| XYZ | 43.56 | 23.01 | 11.6 | - |
| YUV | 105.18 | 118.88 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 89 | 0 | 0.87 | 0.65 | 0 | 344.66 | 1 | 0.56 |
| Hex | FF | 20 | 59 | 0 | 57 | 41 | 0 | 159 | 64 | 38 |
| Octal | 377 | 40 | 131 | 0 | 127 | 101 | 0 | 531 | 144 | 70 |
| Binary | 11111111 | 100000 | 1011001 | 0 | 1010111 | 1000001 | 0 | 101011001 | 1100100 | 111000 |
Color Harmonies of #FF2059
Complementary color
Monochromatic Colors of #FF2059
Black with #FF2059
Text Example
Text Example
White with #FF2059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2059; }
p { color: rgb(255,32,89); }
H1.HeaderClassName
{
color: #FF2059;
}
.AnyTagClassName
{
color: #FF2059;
}
</style>
background-color css
<style>
a { background-color: #FF2059; }
a { background-color: rgb(255,32,89); }
div.DivClassName
{
background-color: #FF2059;
}
.BgClassName
{
background-color: #FF2059;
}
</style>
border-color css
<style>
span { border-color: #FF2059; }
span { border-color: rgb(255,32,89); }
td.TdClassName
{
border-color: #FF2059;
}
.TagClassName
{
border-color: #FF2059;
}
</style>