Shades of Radical Red #FF2162
Tints of Radical Red #FF2162
RGB
CMYK
RGB Variations
Color information
#FF2162 (or 0xFF2162) is known color: Radical Red. HEX triplet: FF, 21 and 62. RGB value is (255,33,98). Sum of RGB (Red+Green+Blue) = 255+33+98=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2162 is #00DE9D. Grayscale: #6A6A6A. Windows color (decimal): -56990 or 6431231. OLE color: 6431231.
HSL color Cylindrical-coordinate representation of color #FF2162: hue angle of 342.43º 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 #FF2162 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 98 | - |
| CMYK | 0 | 0.87 | 0.62 | 0 |
| HSL | 342.43º | 1% | 0.56% | - |
| HSV(B) | 342.43º | 0.87% | 1% | - |
| XYZ | 43.99 | 23.23 | 13.72 | - |
| YUV | 106.79 | 123.05 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 98 | 0 | 0.87 | 0.62 | 0 | 342.43 | 1 | 0.56 |
| Hex | FF | 21 | 62 | 0 | 57 | 3E | 0 | 156 | 64 | 38 |
| Octal | 377 | 41 | 142 | 0 | 127 | 76 | 0 | 526 | 144 | 70 |
| Binary | 11111111 | 100001 | 1100010 | 0 | 1010111 | 111110 | 0 | 101010110 | 1100100 | 111000 |
Color Harmonies of #FF2162
Complementary color
Monochromatic Colors of #FF2162
Black with #FF2162
Text Example
Text Example
White with #FF2162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2162; }
p { color: rgb(255,33,98); }
H1.HeaderClassName
{
color: #FF2162;
}
.AnyTagClassName
{
color: #FF2162;
}
</style>
background-color css
<style>
a { background-color: #FF2162; }
a { background-color: rgb(255,33,98); }
div.DivClassName
{
background-color: #FF2162;
}
.BgClassName
{
background-color: #FF2162;
}
</style>
border-color css
<style>
span { border-color: #FF2162; }
span { border-color: rgb(255,33,98); }
td.TdClassName
{
border-color: #FF2162;
}
.TagClassName
{
border-color: #FF2162;
}
</style>