Shades of Radical Red #FE3471
Tints of Radical Red #FE3471
RGB
CMYK
RGB Variations
Color information
#FE3471 (or 0xFE3471) is known color: Radical Red. HEX triplet: FE, 34 and 71. RGB value is (254,52,113). Sum of RGB (Red+Green+Blue) = 254+52+113=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3471 is #01CB8E. Grayscale: #777777. Windows color (decimal): -117647 or 7419134. OLE color: 7419134.
HSL color Cylindrical-coordinate representation of color #FE3471: hue angle of 341.88º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3471 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 113 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.00 |
| HSL | 341.88º | 0.99% | 0.6% | - |
| HSV(B) | 341.88º | 0.8% | 1% | - |
| XYZ | 45.08 | 24.72 | 18.02 | - |
| YUV | 119.35 | 124.42 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 113 | 0 | 0.80 | 0.56 | 0.00 | 341.88 | 0.99 | 0.6 |
| Hex | FE | 34 | 71 | 0 | 50 | 38 | 0 | 156 | 63 | 3C |
| Octal | 376 | 64 | 161 | 0 | 120 | 70 | 0 | 526 | 143 | 74 |
| Binary | 11111110 | 110100 | 1110001 | 0 | 1010000 | 111000 | 0 | 101010110 | 1100011 | 111100 |
Color Harmonies of #FE3471
Complementary color
Monochromatic Colors of #FE3471
Black with #FE3471
Text Example
Text Example
White with #FE3471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3471; }
p { color: rgb(254,52,113); }
H1.HeaderClassName
{
color: #FE3471;
}
.AnyTagClassName
{
color: #FE3471;
}
</style>
background-color css
<style>
a { background-color: #FE3471; }
a { background-color: rgb(254,52,113); }
div.DivClassName
{
background-color: #FE3471;
}
.BgClassName
{
background-color: #FE3471;
}
</style>
border-color css
<style>
span { border-color: #FE3471; }
span { border-color: rgb(254,52,113); }
td.TdClassName
{
border-color: #FE3471;
}
.TagClassName
{
border-color: #FE3471;
}
</style>