Shades of Radical Red #FE2E71
Tints of Radical Red #FE2E71
RGB
CMYK
RGB Variations
Color information
#FE2E71 (or 0xFE2E71) is known color: Radical Red. HEX triplet: FE, 2E and 71. RGB value is (254,46,113). Sum of RGB (Red+Green+Blue) = 254+46+113=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2E71 is #01D18E. Grayscale: #737373. Windows color (decimal): -119183 or 7417598. OLE color: 7417598.
HSL color Cylindrical-coordinate representation of color #FE2E71: hue angle of 340.67º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2E71 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 113 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.00 |
| HSL | 340.67º | 0.99% | 0.59% | - |
| HSV(B) | 340.67º | 0.82% | 1% | - |
| XYZ | 44.83 | 24.22 | 17.93 | - |
| YUV | 115.83 | 126.41 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 113 | 0 | 0.82 | 0.56 | 0.00 | 340.67 | 0.99 | 0.59 |
| Hex | FE | 2E | 71 | 0 | 52 | 38 | 0 | 155 | 63 | 3B |
| Octal | 376 | 56 | 161 | 0 | 122 | 70 | 0 | 525 | 143 | 73 |
| Binary | 11111110 | 101110 | 1110001 | 0 | 1010010 | 111000 | 0 | 101010101 | 1100011 | 111011 |
Color Harmonies of #FE2E71
Complementary color
Monochromatic Colors of #FE2E71
Black with #FE2E71
Text Example
Text Example
White with #FE2E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E71; }
p { color: rgb(254,46,113); }
H1.HeaderClassName
{
color: #FE2E71;
}
.AnyTagClassName
{
color: #FE2E71;
}
</style>
background-color css
<style>
a { background-color: #FE2E71; }
a { background-color: rgb(254,46,113); }
div.DivClassName
{
background-color: #FE2E71;
}
.BgClassName
{
background-color: #FE2E71;
}
</style>
border-color css
<style>
span { border-color: #FE2E71; }
span { border-color: rgb(254,46,113); }
td.TdClassName
{
border-color: #FE2E71;
}
.TagClassName
{
border-color: #FE2E71;
}
</style>