Shades of Radical Red #FE3449
Tints of Radical Red #FE3449
RGB
CMYK
RGB Variations
Color information
#FE3449 (or 0xFE3449) is known color: Radical Red. HEX triplet: FE, 34 and 49. RGB value is (254,52,73). Sum of RGB (Red+Green+Blue) = 254+52+73=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3449 is #01CBB6. Grayscale: #727272. Windows color (decimal): -117687 or 4797694. OLE color: 4797694.
HSL color Cylindrical-coordinate representation of color #FE3449: hue angle of 353.76º 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 #FE3449 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 73 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.00 |
| HSL | 353.76º | 0.99% | 0.6% | - |
| HSV(B) | 353.76º | 0.8% | 1% | - |
| XYZ | 43.3 | 24.01 | 8.65 | - |
| YUV | 114.79 | 104.42 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 73 | 0 | 0.80 | 0.71 | 0.00 | 353.76 | 0.99 | 0.6 |
| Hex | FE | 34 | 49 | 0 | 50 | 47 | 0 | 162 | 63 | 3C |
| Octal | 376 | 64 | 111 | 0 | 120 | 107 | 0 | 542 | 143 | 74 |
| Binary | 11111110 | 110100 | 1001001 | 0 | 1010000 | 1000111 | 0 | 101100010 | 1100011 | 111100 |
Color Harmonies of #FE3449
Complementary color
Monochromatic Colors of #FE3449
Black with #FE3449
Text Example
Text Example
White with #FE3449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3449; }
p { color: rgb(254,52,73); }
H1.HeaderClassName
{
color: #FE3449;
}
.AnyTagClassName
{
color: #FE3449;
}
</style>
background-color css
<style>
a { background-color: #FE3449; }
a { background-color: rgb(254,52,73); }
div.DivClassName
{
background-color: #FE3449;
}
.BgClassName
{
background-color: #FE3449;
}
</style>
border-color css
<style>
span { border-color: #FE3449; }
span { border-color: rgb(254,52,73); }
td.TdClassName
{
border-color: #FE3449;
}
.TagClassName
{
border-color: #FE3449;
}
</style>