Shades of Radical Red #FF2E72
Tints of Radical Red #FF2E72
RGB
CMYK
RGB Variations
Color information
#FF2E72 (or 0xFF2E72) is known color: Radical Red. HEX triplet: FF, 2E and 72. RGB value is (255,46,114). Sum of RGB (Red+Green+Blue) = 255+46+114=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E72 is #00D18D. Grayscale: #747474. Windows color (decimal): -53646 or 7483135. OLE color: 7483135.
HSL color Cylindrical-coordinate representation of color #FF2E72: hue angle of 340.48º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2E72 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 114 | - |
| CMYK | 0 | 0.82 | 0.55 | 0 |
| HSL | 340.48º | 1% | 0.59% | - |
| HSV(B) | 340.48º | 0.82% | 1% | - |
| XYZ | 45.25 | 24.43 | 18.25 | - |
| YUV | 116.24 | 126.74 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 114 | 0 | 0.82 | 0.55 | 0 | 340.48 | 1 | 0.59 |
| Hex | FF | 2E | 72 | 0 | 52 | 37 | 0 | 154 | 64 | 3B |
| Octal | 377 | 56 | 162 | 0 | 122 | 67 | 0 | 524 | 144 | 73 |
| Binary | 11111111 | 101110 | 1110010 | 0 | 1010010 | 110111 | 0 | 101010100 | 1100100 | 111011 |
Color Harmonies of #FF2E72
Complementary color
Monochromatic Colors of #FF2E72
Black with #FF2E72
Text Example
Text Example
White with #FF2E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E72; }
p { color: rgb(255,46,114); }
H1.HeaderClassName
{
color: #FF2E72;
}
.AnyTagClassName
{
color: #FF2E72;
}
</style>
background-color css
<style>
a { background-color: #FF2E72; }
a { background-color: rgb(255,46,114); }
div.DivClassName
{
background-color: #FF2E72;
}
.BgClassName
{
background-color: #FF2E72;
}
</style>
border-color css
<style>
span { border-color: #FF2E72; }
span { border-color: rgb(255,46,114); }
td.TdClassName
{
border-color: #FF2E72;
}
.TagClassName
{
border-color: #FF2E72;
}
</style>