Shades of Radical Red #FE3470
Tints of Radical Red #FE3470
RGB
CMYK
RGB Variations
Color information
#FE3470 (or 0xFE3470) is known color: Radical Red. HEX triplet: FE, 34 and 70. RGB value is (254,52,112). Sum of RGB (Red+Green+Blue) = 254+52+112=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3470 is #01CB8F. Grayscale: #777777. Windows color (decimal): -117648 or 7353598. OLE color: 7353598.
HSL color Cylindrical-coordinate representation of color #FE3470: hue angle of 342.18º 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 #FE3470 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 112 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.00 |
| HSL | 342.18º | 0.99% | 0.6% | - |
| HSV(B) | 342.18º | 0.8% | 1% | - |
| XYZ | 45.03 | 24.7 | 17.72 | - |
| YUV | 119.24 | 123.92 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 112 | 0 | 0.80 | 0.56 | 0.00 | 342.18 | 0.99 | 0.6 |
| Hex | FE | 34 | 70 | 0 | 50 | 38 | 0 | 156 | 63 | 3C |
| Octal | 376 | 64 | 160 | 0 | 120 | 70 | 0 | 526 | 143 | 74 |
| Binary | 11111110 | 110100 | 1110000 | 0 | 1010000 | 111000 | 0 | 101010110 | 1100011 | 111100 |
Color Harmonies of #FE3470
Complementary color
Monochromatic Colors of #FE3470
Black with #FE3470
Text Example
Text Example
White with #FE3470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3470; }
p { color: rgb(254,52,112); }
H1.HeaderClassName
{
color: #FE3470;
}
.AnyTagClassName
{
color: #FE3470;
}
</style>
background-color css
<style>
a { background-color: #FE3470; }
a { background-color: rgb(254,52,112); }
div.DivClassName
{
background-color: #FE3470;
}
.BgClassName
{
background-color: #FE3470;
}
</style>
border-color css
<style>
span { border-color: #FE3470; }
span { border-color: rgb(254,52,112); }
td.TdClassName
{
border-color: #FE3470;
}
.TagClassName
{
border-color: #FE3470;
}
</style>