Shades of Radical Red #FE345E
Tints of Radical Red #FE345E
RGB
CMYK
RGB Variations
Color information
#FE345E (or 0xFE345E) is known color: Radical Red. HEX triplet: FE, 34 and 5E. RGB value is (254,52,94). Sum of RGB (Red+Green+Blue) = 254+52+94=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE345E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE345E is #01CBA1. Grayscale: #757575. Windows color (decimal): -117666 or 6173950. OLE color: 6173950.
HSL color Cylindrical-coordinate representation of color #FE345E: hue angle of 347.52º 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 #FE345E is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 94 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.00 |
| HSL | 347.52º | 0.99% | 0.6% | - |
| HSV(B) | 347.52º | 0.8% | 1% | - |
| XYZ | 44.12 | 24.33 | 12.96 | - |
| YUV | 117.19 | 114.92 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 94 | 0 | 0.80 | 0.63 | 0.00 | 347.52 | 0.99 | 0.6 |
| Hex | FE | 34 | 5E | 0 | 50 | 3F | 0 | 15C | 63 | 3C |
| Octal | 376 | 64 | 136 | 0 | 120 | 77 | 0 | 534 | 143 | 74 |
| Binary | 11111110 | 110100 | 1011110 | 0 | 1010000 | 111111 | 0 | 101011100 | 1100011 | 111100 |
Color Harmonies of #FE345E
Complementary color
Monochromatic Colors of #FE345E
Black with #FE345E
Text Example
Text Example
White with #FE345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE345E; }
p { color: rgb(254,52,94); }
H1.HeaderClassName
{
color: #FE345E;
}
.AnyTagClassName
{
color: #FE345E;
}
</style>
background-color css
<style>
a { background-color: #FE345E; }
a { background-color: rgb(254,52,94); }
div.DivClassName
{
background-color: #FE345E;
}
.BgClassName
{
background-color: #FE345E;
}
</style>
border-color css
<style>
span { border-color: #FE345E; }
span { border-color: rgb(254,52,94); }
td.TdClassName
{
border-color: #FE345E;
}
.TagClassName
{
border-color: #FE345E;
}
</style>