Shades of Radical Red #FF2272
Tints of Radical Red #FF2272
RGB
CMYK
RGB Variations
Color information
#FF2272 (or 0xFF2272) is known color: Radical Red. HEX triplet: FF, 22 and 72. RGB value is (255,34,114). Sum of RGB (Red+Green+Blue) = 255+34+114=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2272 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2272 is #00DD8D. Grayscale: #6D6D6D. Windows color (decimal): -56718 or 7480063. OLE color: 7480063.
HSL color Cylindrical-coordinate representation of color #FF2272: hue angle of 338.28º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2272 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 114 | - |
| CMYK | 0 | 0.87 | 0.55 | 0 |
| HSL | 338.28º | 1% | 0.57% | - |
| HSV(B) | 338.28º | 0.87% | 1% | - |
| XYZ | 44.85 | 23.62 | 18.11 | - |
| YUV | 109.2 | 130.72 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 114 | 0 | 0.87 | 0.55 | 0 | 338.28 | 1 | 0.57 |
| Hex | FF | 22 | 72 | 0 | 57 | 37 | 0 | 152 | 64 | 39 |
| Octal | 377 | 42 | 162 | 0 | 127 | 67 | 0 | 522 | 144 | 71 |
| Binary | 11111111 | 100010 | 1110010 | 0 | 1010111 | 110111 | 0 | 101010010 | 1100100 | 111001 |
Color Harmonies of #FF2272
Complementary color
Monochromatic Colors of #FF2272
Black with #FF2272
Text Example
Text Example
White with #FF2272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2272; }
p { color: rgb(255,34,114); }
H1.HeaderClassName
{
color: #FF2272;
}
.AnyTagClassName
{
color: #FF2272;
}
</style>
background-color css
<style>
a { background-color: #FF2272; }
a { background-color: rgb(255,34,114); }
div.DivClassName
{
background-color: #FF2272;
}
.BgClassName
{
background-color: #FF2272;
}
</style>
border-color css
<style>
span { border-color: #FF2272; }
span { border-color: rgb(255,34,114); }
td.TdClassName
{
border-color: #FF2272;
}
.TagClassName
{
border-color: #FF2272;
}
</style>