Shades of Radical Red #FF2050
Tints of Radical Red #FF2050
RGB
CMYK
RGB Variations
Color information
#FF2050 (or 0xFF2050) is known color: Radical Red. HEX triplet: FF, 20 and 50. RGB value is (255,32,80). Sum of RGB (Red+Green+Blue) = 255+32+80=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2050 is #00DFAF. Grayscale: #686868. Windows color (decimal): -57264 or 5251327. OLE color: 5251327.
HSL color Cylindrical-coordinate representation of color #FF2050: hue angle of 347.09º 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 #FF2050 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 80 | - |
| CMYK | 0 | 0.87 | 0.69 | 0 |
| HSL | 347.09º | 1% | 0.56% | - |
| HSV(B) | 347.09º | 0.87% | 1% | - |
| XYZ | 43.2 | 22.87 | 9.73 | - |
| YUV | 104.15 | 114.38 | 235.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 80 | 0 | 0.87 | 0.69 | 0 | 347.09 | 1 | 0.56 |
| Hex | FF | 20 | 50 | 0 | 57 | 45 | 0 | 15B | 64 | 38 |
| Octal | 377 | 40 | 120 | 0 | 127 | 105 | 0 | 533 | 144 | 70 |
| Binary | 11111111 | 100000 | 1010000 | 0 | 1010111 | 1000101 | 0 | 101011011 | 1100100 | 111000 |
Color Harmonies of #FF2050
Complementary color
Monochromatic Colors of #FF2050
Black with #FF2050
Text Example
Text Example
White with #FF2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2050; }
p { color: rgb(255,32,80); }
H1.HeaderClassName
{
color: #FF2050;
}
.AnyTagClassName
{
color: #FF2050;
}
</style>
background-color css
<style>
a { background-color: #FF2050; }
a { background-color: rgb(255,32,80); }
div.DivClassName
{
background-color: #FF2050;
}
.BgClassName
{
background-color: #FF2050;
}
</style>
border-color css
<style>
span { border-color: #FF2050; }
span { border-color: rgb(255,32,80); }
td.TdClassName
{
border-color: #FF2050;
}
.TagClassName
{
border-color: #FF2050;
}
</style>