Shades of Radical Red #FE4470
Tints of Radical Red #FE4470
RGB
CMYK
RGB Variations
Color information
#FE4470 (or 0xFE4470) is known color: Radical Red. HEX triplet: FE, 44 and 70. RGB value is (254,68,112). Sum of RGB (Red+Green+Blue) = 254+68+112=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4470 is #01BB8F. Grayscale: #808080. Windows color (decimal): -113552 or 7357694. OLE color: 7357694.
HSL color Cylindrical-coordinate representation of color #FE4470: hue angle of 345.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE4470 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 112 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.00 |
| HSL | 345.81º | 0.99% | 0.63% | - |
| HSV(B) | 345.81º | 0.73% | 1% | - |
| XYZ | 45.86 | 26.37 | 18 | - |
| YUV | 128.63 | 118.62 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 112 | 0 | 0.73 | 0.56 | 0.00 | 345.81 | 0.99 | 0.63 |
| Hex | FE | 44 | 70 | 0 | 49 | 38 | 0 | 15A | 63 | 3F |
| Octal | 376 | 104 | 160 | 0 | 111 | 70 | 0 | 532 | 143 | 77 |
| Binary | 11111110 | 1000100 | 1110000 | 0 | 1001001 | 111000 | 0 | 101011010 | 1100011 | 111111 |
Color Harmonies of #FE4470
Complementary color
Monochromatic Colors of #FE4470
Black with #FE4470
Text Example
Text Example
White with #FE4470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4470; }
p { color: rgb(254,68,112); }
H1.HeaderClassName
{
color: #FE4470;
}
.AnyTagClassName
{
color: #FE4470;
}
</style>
background-color css
<style>
a { background-color: #FE4470; }
a { background-color: rgb(254,68,112); }
div.DivClassName
{
background-color: #FE4470;
}
.BgClassName
{
background-color: #FE4470;
}
</style>
border-color css
<style>
span { border-color: #FE4470; }
span { border-color: rgb(254,68,112); }
td.TdClassName
{
border-color: #FE4470;
}
.TagClassName
{
border-color: #FE4470;
}
</style>