Shades of Radical Red #FF1E72
Tints of Radical Red #FF1E72
RGB
CMYK
RGB Variations
Color information
#FF1E72 (or 0xFF1E72) is known color: Radical Red. HEX triplet: FF, 1E and 72. RGB value is (255,30,114). Sum of RGB (Red+Green+Blue) = 255+30+114=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1E72 is #00E18D. Grayscale: #6A6A6A. Windows color (decimal): -57742 or 7479039. OLE color: 7479039.
HSL color Cylindrical-coordinate representation of color #FF1E72: hue angle of 337.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1E72 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 114 | - |
| CMYK | 0 | 0.88 | 0.55 | 0 |
| HSL | 337.6º | 1% | 0.56% | - |
| HSV(B) | 337.6º | 0.88% | 1% | - |
| XYZ | 44.74 | 23.4 | 18.08 | - |
| YUV | 106.85 | 132.04 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 114 | 0 | 0.88 | 0.55 | 0 | 337.6 | 1 | 0.56 |
| Hex | FF | 1E | 72 | 0 | 58 | 37 | 0 | 152 | 64 | 38 |
| Octal | 377 | 36 | 162 | 0 | 130 | 67 | 0 | 522 | 144 | 70 |
| Binary | 11111111 | 11110 | 1110010 | 0 | 1011000 | 110111 | 0 | 101010010 | 1100100 | 111000 |
Color Harmonies of #FF1E72
Complementary color
Monochromatic Colors of #FF1E72
Black with #FF1E72
Text Example
Text Example
White with #FF1E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E72; }
p { color: rgb(255,30,114); }
H1.HeaderClassName
{
color: #FF1E72;
}
.AnyTagClassName
{
color: #FF1E72;
}
</style>
background-color css
<style>
a { background-color: #FF1E72; }
a { background-color: rgb(255,30,114); }
div.DivClassName
{
background-color: #FF1E72;
}
.BgClassName
{
background-color: #FF1E72;
}
</style>
border-color css
<style>
span { border-color: #FF1E72; }
span { border-color: rgb(255,30,114); }
td.TdClassName
{
border-color: #FF1E72;
}
.TagClassName
{
border-color: #FF1E72;
}
</style>