Shades of Radical Red #FE3476
Tints of Radical Red #FE3476
RGB
CMYK
RGB Variations
Color information
#FE3476 (or 0xFE3476) is known color: Radical Red. HEX triplet: FE, 34 and 76. RGB value is (254,52,118). Sum of RGB (Red+Green+Blue) = 254+52+118=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3476 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3476 is #01CB89. Grayscale: #777777. Windows color (decimal): -117642 or 7746814. OLE color: 7746814.
HSL color Cylindrical-coordinate representation of color #FE3476: hue angle of 340.4º 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 #FE3476 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 118 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.00 |
| HSL | 340.4º | 0.99% | 0.6% | - |
| HSV(B) | 340.4º | 0.8% | 1% | - |
| XYZ | 45.37 | 24.83 | 19.54 | - |
| YUV | 119.92 | 126.92 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 118 | 0 | 0.80 | 0.54 | 0.00 | 340.4 | 0.99 | 0.6 |
| Hex | FE | 34 | 76 | 0 | 50 | 36 | 0 | 154 | 63 | 3C |
| Octal | 376 | 64 | 166 | 0 | 120 | 66 | 0 | 524 | 143 | 74 |
| Binary | 11111110 | 110100 | 1110110 | 0 | 1010000 | 110110 | 0 | 101010100 | 1100011 | 111100 |
Color Harmonies of #FE3476
Complementary color
Monochromatic Colors of #FE3476
Black with #FE3476
Text Example
Text Example
White with #FE3476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3476; }
p { color: rgb(254,52,118); }
H1.HeaderClassName
{
color: #FE3476;
}
.AnyTagClassName
{
color: #FE3476;
}
</style>
background-color css
<style>
a { background-color: #FE3476; }
a { background-color: rgb(254,52,118); }
div.DivClassName
{
background-color: #FE3476;
}
.BgClassName
{
background-color: #FE3476;
}
</style>
border-color css
<style>
span { border-color: #FE3476; }
span { border-color: rgb(254,52,118); }
td.TdClassName
{
border-color: #FE3476;
}
.TagClassName
{
border-color: #FE3476;
}
</style>