Shades of Radical Red #FE2171
Tints of Radical Red #FE2171
RGB
CMYK
RGB Variations
Color information
#FE2171 (or 0xFE2171) is known color: Radical Red. HEX triplet: FE, 21 and 71. RGB value is (254,33,113). Sum of RGB (Red+Green+Blue) = 254+33+113=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2171 is #01DE8E. Grayscale: #6C6C6C. Windows color (decimal): -122511 or 7414270. OLE color: 7414270.
HSL color Cylindrical-coordinate representation of color #FE2171: hue angle of 338.28º 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 #FE2171 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 113 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.00 |
| HSL | 338.28º | 0.99% | 0.56% | - |
| HSV(B) | 338.28º | 0.87% | 1% | - |
| XYZ | 44.4 | 23.35 | 17.79 | - |
| YUV | 108.2 | 130.72 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 113 | 0 | 0.87 | 0.56 | 0.00 | 338.28 | 0.99 | 0.56 |
| Hex | FE | 21 | 71 | 0 | 57 | 38 | 0 | 152 | 63 | 38 |
| Octal | 376 | 41 | 161 | 0 | 127 | 70 | 0 | 522 | 143 | 70 |
| Binary | 11111110 | 100001 | 1110001 | 0 | 1010111 | 111000 | 0 | 101010010 | 1100011 | 111000 |
Color Harmonies of #FE2171
Complementary color
Monochromatic Colors of #FE2171
Black with #FE2171
Text Example
Text Example
White with #FE2171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2171; }
p { color: rgb(254,33,113); }
H1.HeaderClassName
{
color: #FE2171;
}
.AnyTagClassName
{
color: #FE2171;
}
</style>
background-color css
<style>
a { background-color: #FE2171; }
a { background-color: rgb(254,33,113); }
div.DivClassName
{
background-color: #FE2171;
}
.BgClassName
{
background-color: #FE2171;
}
</style>
border-color css
<style>
span { border-color: #FE2171; }
span { border-color: rgb(254,33,113); }
td.TdClassName
{
border-color: #FE2171;
}
.TagClassName
{
border-color: #FE2171;
}
</style>