Shades of Radical Red #FF2172
Tints of Radical Red #FF2172
RGB
CMYK
RGB Variations
Color information
#FF2172 (or 0xFF2172) is known color: Radical Red. HEX triplet: FF, 21 and 72. RGB value is (255,33,114). Sum of RGB (Red+Green+Blue) = 255+33+114=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2172 is #00DE8D. Grayscale: #6C6C6C. Windows color (decimal): -56974 or 7479807. OLE color: 7479807.
HSL color Cylindrical-coordinate representation of color #FF2172: hue angle of 338.11º 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 #FF2172 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 114 | - |
| CMYK | 0 | 0.87 | 0.55 | 0 |
| HSL | 338.11º | 1% | 0.56% | - |
| HSV(B) | 338.11º | 0.87% | 1% | - |
| XYZ | 44.82 | 23.56 | 18.11 | - |
| YUV | 108.61 | 131.05 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 114 | 0 | 0.87 | 0.55 | 0 | 338.11 | 1 | 0.56 |
| Hex | FF | 21 | 72 | 0 | 57 | 37 | 0 | 152 | 64 | 38 |
| Octal | 377 | 41 | 162 | 0 | 127 | 67 | 0 | 522 | 144 | 70 |
| Binary | 11111111 | 100001 | 1110010 | 0 | 1010111 | 110111 | 0 | 101010010 | 1100100 | 111000 |
Color Harmonies of #FF2172
Complementary color
Monochromatic Colors of #FF2172
Black with #FF2172
Text Example
Text Example
White with #FF2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2172; }
p { color: rgb(255,33,114); }
H1.HeaderClassName
{
color: #FF2172;
}
.AnyTagClassName
{
color: #FF2172;
}
</style>
background-color css
<style>
a { background-color: #FF2172; }
a { background-color: rgb(255,33,114); }
div.DivClassName
{
background-color: #FF2172;
}
.BgClassName
{
background-color: #FF2172;
}
</style>
border-color css
<style>
span { border-color: #FF2172; }
span { border-color: rgb(255,33,114); }
td.TdClassName
{
border-color: #FF2172;
}
.TagClassName
{
border-color: #FF2172;
}
</style>