Shades of Radical Red #FE2071
Tints of Radical Red #FE2071
RGB
CMYK
RGB Variations
Color information
#FE2071 (or 0xFE2071) is known color: Radical Red. HEX triplet: FE, 20 and 71. RGB value is (254,32,113). Sum of RGB (Red+Green+Blue) = 254+32+113=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2071 is #01DF8E. Grayscale: #6B6B6B. Windows color (decimal): -122767 or 7414014. OLE color: 7414014.
HSL color Cylindrical-coordinate representation of color #FE2071: hue angle of 338.11º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2071 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 113 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.00 |
| HSL | 338.11º | 0.99% | 0.56% | - |
| HSV(B) | 338.11º | 0.87% | 1% | - |
| XYZ | 44.37 | 23.3 | 17.78 | - |
| YUV | 107.61 | 131.05 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 113 | 0 | 0.87 | 0.56 | 0.00 | 338.11 | 0.99 | 0.56 |
| Hex | FE | 20 | 71 | 0 | 57 | 38 | 0 | 152 | 63 | 38 |
| Octal | 376 | 40 | 161 | 0 | 127 | 70 | 0 | 522 | 143 | 70 |
| Binary | 11111110 | 100000 | 1110001 | 0 | 1010111 | 111000 | 0 | 101010010 | 1100011 | 111000 |
Color Harmonies of #FE2071
Complementary color
Monochromatic Colors of #FE2071
Black with #FE2071
Text Example
Text Example
White with #FE2071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2071; }
p { color: rgb(254,32,113); }
H1.HeaderClassName
{
color: #FE2071;
}
.AnyTagClassName
{
color: #FE2071;
}
</style>
background-color css
<style>
a { background-color: #FE2071; }
a { background-color: rgb(254,32,113); }
div.DivClassName
{
background-color: #FE2071;
}
.BgClassName
{
background-color: #FE2071;
}
</style>
border-color css
<style>
span { border-color: #FE2071; }
span { border-color: rgb(254,32,113); }
td.TdClassName
{
border-color: #FE2071;
}
.TagClassName
{
border-color: #FE2071;
}
</style>