Shades of Radical Red #FE4171
Tints of Radical Red #FE4171
RGB
CMYK
RGB Variations
Color information
#FE4171 (or 0xFE4171) is known color: Radical Red. HEX triplet: FE, 41 and 71. RGB value is (254,65,113). Sum of RGB (Red+Green+Blue) = 254+65+113=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4171 is #01BE8E. Grayscale: #7E7E7E. Windows color (decimal): -114319 or 7422462. OLE color: 7422462.
HSL color Cylindrical-coordinate representation of color #FE4171: hue angle of 344.76º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4171 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 113 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.00 |
| HSL | 344.76º | 0.99% | 0.63% | - |
| HSV(B) | 344.76º | 0.74% | 1% | - |
| XYZ | 45.74 | 26.04 | 18.24 | - |
| YUV | 126.98 | 120.12 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 113 | 0 | 0.74 | 0.56 | 0.00 | 344.76 | 0.99 | 0.63 |
| Hex | FE | 41 | 71 | 0 | 4A | 38 | 0 | 159 | 63 | 3F |
| Octal | 376 | 101 | 161 | 0 | 112 | 70 | 0 | 531 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1110001 | 0 | 1001010 | 111000 | 0 | 101011001 | 1100011 | 111111 |
Color Harmonies of #FE4171
Complementary color
Monochromatic Colors of #FE4171
Black with #FE4171
Text Example
Text Example
White with #FE4171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4171; }
p { color: rgb(254,65,113); }
H1.HeaderClassName
{
color: #FE4171;
}
.AnyTagClassName
{
color: #FE4171;
}
</style>
background-color css
<style>
a { background-color: #FE4171; }
a { background-color: rgb(254,65,113); }
div.DivClassName
{
background-color: #FE4171;
}
.BgClassName
{
background-color: #FE4171;
}
</style>
border-color css
<style>
span { border-color: #FE4171; }
span { border-color: rgb(254,65,113); }
td.TdClassName
{
border-color: #FE4171;
}
.TagClassName
{
border-color: #FE4171;
}
</style>