Shades of Radical Red #FE346E
Tints of Radical Red #FE346E
RGB
CMYK
RGB Variations
Color information
#FE346E (or 0xFE346E) is known color: Radical Red. HEX triplet: FE, 34 and 6E. RGB value is (254,52,110). Sum of RGB (Red+Green+Blue) = 254+52+110=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE346E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE346E is #01CB91. Grayscale: #767676. Windows color (decimal): -117650 or 7222526. OLE color: 7222526.
HSL color Cylindrical-coordinate representation of color #FE346E: hue angle of 342.77º 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 #FE346E is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 110 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.00 |
| HSL | 342.77º | 0.99% | 0.6% | - |
| HSV(B) | 342.77º | 0.8% | 1% | - |
| XYZ | 44.92 | 24.65 | 17.14 | - |
| YUV | 119.01 | 122.92 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 110 | 0 | 0.80 | 0.57 | 0.00 | 342.77 | 0.99 | 0.6 |
| Hex | FE | 34 | 6E | 0 | 50 | 39 | 0 | 157 | 63 | 3C |
| Octal | 376 | 64 | 156 | 0 | 120 | 71 | 0 | 527 | 143 | 74 |
| Binary | 11111110 | 110100 | 1101110 | 0 | 1010000 | 111001 | 0 | 101010111 | 1100011 | 111100 |
Color Harmonies of #FE346E
Complementary color
Monochromatic Colors of #FE346E
Black with #FE346E
Text Example
Text Example
White with #FE346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE346E; }
p { color: rgb(254,52,110); }
H1.HeaderClassName
{
color: #FE346E;
}
.AnyTagClassName
{
color: #FE346E;
}
</style>
background-color css
<style>
a { background-color: #FE346E; }
a { background-color: rgb(254,52,110); }
div.DivClassName
{
background-color: #FE346E;
}
.BgClassName
{
background-color: #FE346E;
}
</style>
border-color css
<style>
span { border-color: #FE346E; }
span { border-color: rgb(254,52,110); }
td.TdClassName
{
border-color: #FE346E;
}
.TagClassName
{
border-color: #FE346E;
}
</style>