Shades of Radical Red #FE3371
Tints of Radical Red #FE3371
RGB
CMYK
RGB Variations
Color information
#FE3371 (or 0xFE3371) is known color: Radical Red. HEX triplet: FE, 33 and 71. RGB value is (254,51,113). Sum of RGB (Red+Green+Blue) = 254+51+113=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3371 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3371 is #01CC8E. Grayscale: #767676. Windows color (decimal): -117903 or 7418878. OLE color: 7418878.
HSL color Cylindrical-coordinate representation of color #FE3371: hue angle of 341.67º 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 #FE3371 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 113 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.00 |
| HSL | 341.67º | 0.99% | 0.6% | - |
| HSV(B) | 341.67º | 0.8% | 1% | - |
| XYZ | 45.04 | 24.63 | 18 | - |
| YUV | 118.77 | 124.75 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 113 | 0 | 0.80 | 0.56 | 0.00 | 341.67 | 0.99 | 0.6 |
| Hex | FE | 33 | 71 | 0 | 50 | 38 | 0 | 156 | 63 | 3C |
| Octal | 376 | 63 | 161 | 0 | 120 | 70 | 0 | 526 | 143 | 74 |
| Binary | 11111110 | 110011 | 1110001 | 0 | 1010000 | 111000 | 0 | 101010110 | 1100011 | 111100 |
Color Harmonies of #FE3371
Complementary color
Monochromatic Colors of #FE3371
Black with #FE3371
Text Example
Text Example
White with #FE3371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3371; }
p { color: rgb(254,51,113); }
H1.HeaderClassName
{
color: #FE3371;
}
.AnyTagClassName
{
color: #FE3371;
}
</style>
background-color css
<style>
a { background-color: #FE3371; }
a { background-color: rgb(254,51,113); }
div.DivClassName
{
background-color: #FE3371;
}
.BgClassName
{
background-color: #FE3371;
}
</style>
border-color css
<style>
span { border-color: #FE3371; }
span { border-color: rgb(254,51,113); }
td.TdClassName
{
border-color: #FE3371;
}
.TagClassName
{
border-color: #FE3371;
}
</style>