Shades of Radical Red #FE3456
Tints of Radical Red #FE3456
RGB
CMYK
RGB Variations
Color information
#FE3456 (or 0xFE3456) is known color: Radical Red. HEX triplet: FE, 34 and 56. RGB value is (254,52,86). Sum of RGB (Red+Green+Blue) = 254+52+86=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3456 is #01CBA9. Grayscale: #747474. Windows color (decimal): -117674 or 5649662. OLE color: 5649662.
HSL color Cylindrical-coordinate representation of color #FE3456: hue angle of 349.9º 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 #FE3456 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 86 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.00 |
| HSL | 349.9º | 0.99% | 0.6% | - |
| HSV(B) | 349.9º | 0.8% | 1% | - |
| XYZ | 43.78 | 24.2 | 11.17 | - |
| YUV | 116.27 | 110.92 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 86 | 0 | 0.80 | 0.66 | 0.00 | 349.9 | 0.99 | 0.6 |
| Hex | FE | 34 | 56 | 0 | 50 | 42 | 0 | 15E | 63 | 3C |
| Octal | 376 | 64 | 126 | 0 | 120 | 102 | 0 | 536 | 143 | 74 |
| Binary | 11111110 | 110100 | 1010110 | 0 | 1010000 | 1000010 | 0 | 101011110 | 1100011 | 111100 |
Color Harmonies of #FE3456
Complementary color
Monochromatic Colors of #FE3456
Black with #FE3456
Text Example
Text Example
White with #FE3456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3456; }
p { color: rgb(254,52,86); }
H1.HeaderClassName
{
color: #FE3456;
}
.AnyTagClassName
{
color: #FE3456;
}
</style>
background-color css
<style>
a { background-color: #FE3456; }
a { background-color: rgb(254,52,86); }
div.DivClassName
{
background-color: #FE3456;
}
.BgClassName
{
background-color: #FE3456;
}
</style>
border-color css
<style>
span { border-color: #FE3456; }
span { border-color: rgb(254,52,86); }
td.TdClassName
{
border-color: #FE3456;
}
.TagClassName
{
border-color: #FE3456;
}
</style>