Shades of Radical Red #FE3464
Tints of Radical Red #FE3464
RGB
CMYK
RGB Variations
Color information
#FE3464 (or 0xFE3464) is known color: Radical Red. HEX triplet: FE, 34 and 64. RGB value is (254,52,100). Sum of RGB (Red+Green+Blue) = 254+52+100=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3464 is #01CB9B. Grayscale: #757575. Windows color (decimal): -117660 or 6567166. OLE color: 6567166.
HSL color Cylindrical-coordinate representation of color #FE3464: hue angle of 345.74º 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 #FE3464 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 100 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.00 |
| HSL | 345.74º | 0.99% | 0.6% | - |
| HSV(B) | 345.74º | 0.8% | 1% | - |
| XYZ | 44.4 | 24.45 | 14.44 | - |
| YUV | 117.87 | 117.92 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 100 | 0 | 0.80 | 0.61 | 0.00 | 345.74 | 0.99 | 0.6 |
| Hex | FE | 34 | 64 | 0 | 50 | 3D | 0 | 15A | 63 | 3C |
| Octal | 376 | 64 | 144 | 0 | 120 | 75 | 0 | 532 | 143 | 74 |
| Binary | 11111110 | 110100 | 1100100 | 0 | 1010000 | 111101 | 0 | 101011010 | 1100011 | 111100 |
Color Harmonies of #FE3464
Complementary color
Monochromatic Colors of #FE3464
Black with #FE3464
Text Example
Text Example
White with #FE3464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3464; }
p { color: rgb(254,52,100); }
H1.HeaderClassName
{
color: #FE3464;
}
.AnyTagClassName
{
color: #FE3464;
}
</style>
background-color css
<style>
a { background-color: #FE3464; }
a { background-color: rgb(254,52,100); }
div.DivClassName
{
background-color: #FE3464;
}
.BgClassName
{
background-color: #FE3464;
}
</style>
border-color css
<style>
span { border-color: #FE3464; }
span { border-color: rgb(254,52,100); }
td.TdClassName
{
border-color: #FE3464;
}
.TagClassName
{
border-color: #FE3464;
}
</style>