Shades of Radical Red #FE334B
Tints of Radical Red #FE334B
RGB
CMYK
RGB Variations
Color information
#FE334B (or 0xFE334B) is known color: Radical Red. HEX triplet: FE, 33 and 4B. RGB value is (254,51,75). Sum of RGB (Red+Green+Blue) = 254+51+75=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE334B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE334B is #01CCB4. Grayscale: #727272. Windows color (decimal): -117941 or 4928510. OLE color: 4928510.
HSL color Cylindrical-coordinate representation of color #FE334B: hue angle of 352.91º 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 #FE334B is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 75 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.00 |
| HSL | 352.91º | 0.99% | 0.6% | - |
| HSV(B) | 352.91º | 0.8% | 1% | - |
| XYZ | 43.33 | 23.95 | 9 | - |
| YUV | 114.43 | 105.75 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 75 | 0 | 0.80 | 0.70 | 0.00 | 352.91 | 0.99 | 0.6 |
| Hex | FE | 33 | 4B | 0 | 50 | 46 | 0 | 161 | 63 | 3C |
| Octal | 376 | 63 | 113 | 0 | 120 | 106 | 0 | 541 | 143 | 74 |
| Binary | 11111110 | 110011 | 1001011 | 0 | 1010000 | 1000110 | 0 | 101100001 | 1100011 | 111100 |
Color Harmonies of #FE334B
Complementary color
Monochromatic Colors of #FE334B
Black with #FE334B
Text Example
Text Example
White with #FE334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE334B; }
p { color: rgb(254,51,75); }
H1.HeaderClassName
{
color: #FE334B;
}
.AnyTagClassName
{
color: #FE334B;
}
</style>
background-color css
<style>
a { background-color: #FE334B; }
a { background-color: rgb(254,51,75); }
div.DivClassName
{
background-color: #FE334B;
}
.BgClassName
{
background-color: #FE334B;
}
</style>
border-color css
<style>
span { border-color: #FE334B; }
span { border-color: rgb(254,51,75); }
td.TdClassName
{
border-color: #FE334B;
}
.TagClassName
{
border-color: #FE334B;
}
</style>