Shades of Radical Red #FF2063
Tints of Radical Red #FF2063
RGB
CMYK
RGB Variations
Color information
#FF2063 (or 0xFF2063) is known color: Radical Red. HEX triplet: FF, 20 and 63. RGB value is (255,32,99). Sum of RGB (Red+Green+Blue) = 255+32+99=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2063 is #00DF9C. Grayscale: #6A6A6A. Windows color (decimal): -57245 or 6496511. OLE color: 6496511.
HSL color Cylindrical-coordinate representation of color #FF2063: hue angle of 341.97º 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 #FF2063 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 99 | - |
| CMYK | 0 | 0.87 | 0.61 | 0 |
| HSL | 341.97º | 1% | 0.56% | - |
| HSV(B) | 341.97º | 0.87% | 1% | - |
| XYZ | 44.01 | 23.19 | 13.96 | - |
| YUV | 106.32 | 123.88 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 99 | 0 | 0.87 | 0.61 | 0 | 341.97 | 1 | 0.56 |
| Hex | FF | 20 | 63 | 0 | 57 | 3D | 0 | 156 | 64 | 38 |
| Octal | 377 | 40 | 143 | 0 | 127 | 75 | 0 | 526 | 144 | 70 |
| Binary | 11111111 | 100000 | 1100011 | 0 | 1010111 | 111101 | 0 | 101010110 | 1100100 | 111000 |
Color Harmonies of #FF2063
Complementary color
Monochromatic Colors of #FF2063
Black with #FF2063
Text Example
Text Example
White with #FF2063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2063; }
p { color: rgb(255,32,99); }
H1.HeaderClassName
{
color: #FF2063;
}
.AnyTagClassName
{
color: #FF2063;
}
</style>
background-color css
<style>
a { background-color: #FF2063; }
a { background-color: rgb(255,32,99); }
div.DivClassName
{
background-color: #FF2063;
}
.BgClassName
{
background-color: #FF2063;
}
</style>
border-color css
<style>
span { border-color: #FF2063; }
span { border-color: rgb(255,32,99); }
td.TdClassName
{
border-color: #FF2063;
}
.TagClassName
{
border-color: #FF2063;
}
</style>