Shades of Radical Red #FE334C
Tints of Radical Red #FE334C
RGB
CMYK
RGB Variations
Color information
#FE334C (or 0xFE334C) is known color: Radical Red. HEX triplet: FE, 33 and 4C. RGB value is (254,51,76). Sum of RGB (Red+Green+Blue) = 254+51+76=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE334C is #01CCB3. Grayscale: #727272. Windows color (decimal): -117940 or 4994046. OLE color: 4994046.
HSL color Cylindrical-coordinate representation of color #FE334C: hue angle of 352.61º 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 #FE334C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 76 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.00 |
| HSL | 352.61º | 0.99% | 0.6% | - |
| HSV(B) | 352.61º | 0.8% | 1% | - |
| XYZ | 43.36 | 23.96 | 9.18 | - |
| YUV | 114.55 | 106.25 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 76 | 0 | 0.80 | 0.70 | 0.00 | 352.61 | 0.99 | 0.6 |
| Hex | FE | 33 | 4C | 0 | 50 | 46 | 0 | 161 | 63 | 3C |
| Octal | 376 | 63 | 114 | 0 | 120 | 106 | 0 | 541 | 143 | 74 |
| Binary | 11111110 | 110011 | 1001100 | 0 | 1010000 | 1000110 | 0 | 101100001 | 1100011 | 111100 |
Color Harmonies of #FE334C
Complementary color
Monochromatic Colors of #FE334C
Black with #FE334C
Text Example
Text Example
White with #FE334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE334C; }
p { color: rgb(254,51,76); }
H1.HeaderClassName
{
color: #FE334C;
}
.AnyTagClassName
{
color: #FE334C;
}
</style>
background-color css
<style>
a { background-color: #FE334C; }
a { background-color: rgb(254,51,76); }
div.DivClassName
{
background-color: #FE334C;
}
.BgClassName
{
background-color: #FE334C;
}
</style>
border-color css
<style>
span { border-color: #FE334C; }
span { border-color: rgb(254,51,76); }
td.TdClassName
{
border-color: #FE334C;
}
.TagClassName
{
border-color: #FE334C;
}
</style>