Shades of Radical Red #FF2073
Tints of Radical Red #FF2073
RGB
CMYK
RGB Variations
Color information
#FF2073 (or 0xFF2073) is known color: Radical Red. HEX triplet: FF, 20 and 73. RGB value is (255,32,115). Sum of RGB (Red+Green+Blue) = 255+32+115=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2073 is #00DF8C. Grayscale: #6C6C6C. Windows color (decimal): -57229 or 7545087. OLE color: 7545087.
HSL color Cylindrical-coordinate representation of color #FF2073: hue angle of 337.67º 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 #FF2073 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 115 | - |
| CMYK | 0 | 0.87 | 0.55 | 0 |
| HSL | 337.67º | 1% | 0.56% | - |
| HSV(B) | 337.67º | 0.87% | 1% | - |
| XYZ | 44.85 | 23.53 | 18.4 | - |
| YUV | 108.14 | 131.88 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 115 | 0 | 0.87 | 0.55 | 0 | 337.67 | 1 | 0.56 |
| Hex | FF | 20 | 73 | 0 | 57 | 37 | 0 | 152 | 64 | 38 |
| Octal | 377 | 40 | 163 | 0 | 127 | 67 | 0 | 522 | 144 | 70 |
| Binary | 11111111 | 100000 | 1110011 | 0 | 1010111 | 110111 | 0 | 101010010 | 1100100 | 111000 |
Color Harmonies of #FF2073
Complementary color
Monochromatic Colors of #FF2073
Black with #FF2073
Text Example
Text Example
White with #FF2073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2073; }
p { color: rgb(255,32,115); }
H1.HeaderClassName
{
color: #FF2073;
}
.AnyTagClassName
{
color: #FF2073;
}
</style>
background-color css
<style>
a { background-color: #FF2073; }
a { background-color: rgb(255,32,115); }
div.DivClassName
{
background-color: #FF2073;
}
.BgClassName
{
background-color: #FF2073;
}
</style>
border-color css
<style>
span { border-color: #FF2073; }
span { border-color: rgb(255,32,115); }
td.TdClassName
{
border-color: #FF2073;
}
.TagClassName
{
border-color: #FF2073;
}
</style>