Shades of Radical Red #FE344D
Tints of Radical Red #FE344D
RGB
CMYK
RGB Variations
Color information
#FE344D (or 0xFE344D) is known color: Radical Red. HEX triplet: FE, 34 and 4D. RGB value is (254,52,77). Sum of RGB (Red+Green+Blue) = 254+52+77=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE344D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE344D is #01CBB2. Grayscale: #737373. Windows color (decimal): -117683 or 5059838. OLE color: 5059838.
HSL color Cylindrical-coordinate representation of color #FE344D: hue angle of 352.57º 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 #FE344D is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 77 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.00 |
| HSL | 352.57º | 0.99% | 0.6% | - |
| HSV(B) | 352.57º | 0.8% | 1% | - |
| XYZ | 43.44 | 24.06 | 9.38 | - |
| YUV | 115.25 | 106.42 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 77 | 0 | 0.80 | 0.70 | 0.00 | 352.57 | 0.99 | 0.6 |
| Hex | FE | 34 | 4D | 0 | 50 | 46 | 0 | 161 | 63 | 3C |
| Octal | 376 | 64 | 115 | 0 | 120 | 106 | 0 | 541 | 143 | 74 |
| Binary | 11111110 | 110100 | 1001101 | 0 | 1010000 | 1000110 | 0 | 101100001 | 1100011 | 111100 |
Color Harmonies of #FE344D
Complementary color
Monochromatic Colors of #FE344D
Black with #FE344D
Text Example
Text Example
White with #FE344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE344D; }
p { color: rgb(254,52,77); }
H1.HeaderClassName
{
color: #FE344D;
}
.AnyTagClassName
{
color: #FE344D;
}
</style>
background-color css
<style>
a { background-color: #FE344D; }
a { background-color: rgb(254,52,77); }
div.DivClassName
{
background-color: #FE344D;
}
.BgClassName
{
background-color: #FE344D;
}
</style>
border-color css
<style>
span { border-color: #FE344D; }
span { border-color: rgb(254,52,77); }
td.TdClassName
{
border-color: #FE344D;
}
.TagClassName
{
border-color: #FE344D;
}
</style>