Shades of Radical Red #FE344E
Tints of Radical Red #FE344E
RGB
CMYK
RGB Variations
Color information
#FE344E (or 0xFE344E) is known color: Radical Red. HEX triplet: FE, 34 and 4E. RGB value is (254,52,78). Sum of RGB (Red+Green+Blue) = 254+52+78=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE344E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE344E is #01CBB1. Grayscale: #737373. Windows color (decimal): -117682 or 5125374. OLE color: 5125374.
HSL color Cylindrical-coordinate representation of color #FE344E: hue angle of 352.28º 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 #FE344E is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 78 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.00 |
| HSL | 352.28º | 0.99% | 0.6% | - |
| HSV(B) | 352.28º | 0.8% | 1% | - |
| XYZ | 43.48 | 24.08 | 9.56 | - |
| YUV | 115.36 | 106.92 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 78 | 0 | 0.80 | 0.69 | 0.00 | 352.28 | 0.99 | 0.6 |
| Hex | FE | 34 | 4E | 0 | 50 | 45 | 0 | 160 | 63 | 3C |
| Octal | 376 | 64 | 116 | 0 | 120 | 105 | 0 | 540 | 143 | 74 |
| Binary | 11111110 | 110100 | 1001110 | 0 | 1010000 | 1000101 | 0 | 101100000 | 1100011 | 111100 |
Color Harmonies of #FE344E
Complementary color
Monochromatic Colors of #FE344E
Black with #FE344E
Text Example
Text Example
White with #FE344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE344E; }
p { color: rgb(254,52,78); }
H1.HeaderClassName
{
color: #FE344E;
}
.AnyTagClassName
{
color: #FE344E;
}
</style>
background-color css
<style>
a { background-color: #FE344E; }
a { background-color: rgb(254,52,78); }
div.DivClassName
{
background-color: #FE344E;
}
.BgClassName
{
background-color: #FE344E;
}
</style>
border-color css
<style>
span { border-color: #FE344E; }
span { border-color: rgb(254,52,78); }
td.TdClassName
{
border-color: #FE344E;
}
.TagClassName
{
border-color: #FE344E;
}
</style>