Shades of Radical Red #FE334D
Tints of Radical Red #FE334D
RGB
CMYK
RGB Variations
Color information
#FE334D (or 0xFE334D) is known color: Radical Red. HEX triplet: FE, 33 and 4D. RGB value is (254,51,77). Sum of RGB (Red+Green+Blue) = 254+51+77=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE334D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE334D is #01CCB2. Grayscale: #727272. Windows color (decimal): -117939 or 5059582. OLE color: 5059582.
HSL color Cylindrical-coordinate representation of color #FE334D: hue angle of 352.32º 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 #FE334D is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 77 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.00 |
| HSL | 352.32º | 0.99% | 0.6% | - |
| HSV(B) | 352.32º | 0.8% | 1% | - |
| XYZ | 43.4 | 23.97 | 9.36 | - |
| YUV | 114.66 | 106.75 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 77 | 0 | 0.80 | 0.70 | 0.00 | 352.32 | 0.99 | 0.6 |
| Hex | FE | 33 | 4D | 0 | 50 | 46 | 0 | 160 | 63 | 3C |
| Octal | 376 | 63 | 115 | 0 | 120 | 106 | 0 | 540 | 143 | 74 |
| Binary | 11111110 | 110011 | 1001101 | 0 | 1010000 | 1000110 | 0 | 101100000 | 1100011 | 111100 |
Color Harmonies of #FE334D
Complementary color
Monochromatic Colors of #FE334D
Black with #FE334D
Text Example
Text Example
White with #FE334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE334D; }
p { color: rgb(254,51,77); }
H1.HeaderClassName
{
color: #FE334D;
}
.AnyTagClassName
{
color: #FE334D;
}
</style>
background-color css
<style>
a { background-color: #FE334D; }
a { background-color: rgb(254,51,77); }
div.DivClassName
{
background-color: #FE334D;
}
.BgClassName
{
background-color: #FE334D;
}
</style>
border-color css
<style>
span { border-color: #FE334D; }
span { border-color: rgb(254,51,77); }
td.TdClassName
{
border-color: #FE334D;
}
.TagClassName
{
border-color: #FE334D;
}
</style>