Shades of Radical Red #FF2472
Tints of Radical Red #FF2472
RGB
CMYK
RGB Variations
Color information
#FF2472 (or 0xFF2472) is known color: Radical Red. HEX triplet: FF, 24 and 72. RGB value is (255,36,114). Sum of RGB (Red+Green+Blue) = 255+36+114=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2472 is #00DB8D. Grayscale: #6E6E6E. Windows color (decimal): -56206 or 7480575. OLE color: 7480575.
HSL color Cylindrical-coordinate representation of color #FF2472: hue angle of 338.63º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2472 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 114 | - |
| CMYK | 0 | 0.86 | 0.55 | 0 |
| HSL | 338.63º | 1% | 0.57% | - |
| HSV(B) | 338.63º | 0.86% | 1% | - |
| XYZ | 44.91 | 23.74 | 18.13 | - |
| YUV | 110.37 | 130.05 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 114 | 0 | 0.86 | 0.55 | 0 | 338.63 | 1 | 0.57 |
| Hex | FF | 24 | 72 | 0 | 56 | 37 | 0 | 153 | 64 | 39 |
| Octal | 377 | 44 | 162 | 0 | 126 | 67 | 0 | 523 | 144 | 71 |
| Binary | 11111111 | 100100 | 1110010 | 0 | 1010110 | 110111 | 0 | 101010011 | 1100100 | 111001 |
Color Harmonies of #FF2472
Complementary color
Monochromatic Colors of #FF2472
Black with #FF2472
Text Example
Text Example
White with #FF2472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2472; }
p { color: rgb(255,36,114); }
H1.HeaderClassName
{
color: #FF2472;
}
.AnyTagClassName
{
color: #FF2472;
}
</style>
background-color css
<style>
a { background-color: #FF2472; }
a { background-color: rgb(255,36,114); }
div.DivClassName
{
background-color: #FF2472;
}
.BgClassName
{
background-color: #FF2472;
}
</style>
border-color css
<style>
span { border-color: #FF2472; }
span { border-color: rgb(255,36,114); }
td.TdClassName
{
border-color: #FF2472;
}
.TagClassName
{
border-color: #FF2472;
}
</style>