Shades of Radical Red #FE4460
Tints of Radical Red #FE4460
RGB
CMYK
RGB Variations
Color information
#FE4460 (or 0xFE4460) is known color: Radical Red. HEX triplet: FE, 44 and 60. RGB value is (254,68,96). Sum of RGB (Red+Green+Blue) = 254+68+96=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4460 is #01BB9F. Grayscale: #7E7E7E. Windows color (decimal): -113568 or 6309118. OLE color: 6309118.
HSL color Cylindrical-coordinate representation of color #FE4460: hue angle of 350.97º 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 #FE4460 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 96 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.00 |
| HSL | 350.97º | 0.99% | 0.63% | - |
| HSV(B) | 350.97º | 0.73% | 1% | - |
| XYZ | 45.05 | 26.05 | 13.72 | - |
| YUV | 126.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 96 | 0 | 0.73 | 0.62 | 0.00 | 350.97 | 0.99 | 0.63 |
| Hex | FE | 44 | 60 | 0 | 49 | 3E | 0 | 15F | 63 | 3F |
| Octal | 376 | 104 | 140 | 0 | 111 | 76 | 0 | 537 | 143 | 77 |
| Binary | 11111110 | 1000100 | 1100000 | 0 | 1001001 | 111110 | 0 | 101011111 | 1100011 | 111111 |
Color Harmonies of #FE4460
Complementary color
Monochromatic Colors of #FE4460
Black with #FE4460
Text Example
Text Example
White with #FE4460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4460; }
p { color: rgb(254,68,96); }
H1.HeaderClassName
{
color: #FE4460;
}
.AnyTagClassName
{
color: #FE4460;
}
</style>
background-color css
<style>
a { background-color: #FE4460; }
a { background-color: rgb(254,68,96); }
div.DivClassName
{
background-color: #FE4460;
}
.BgClassName
{
background-color: #FE4460;
}
</style>
border-color css
<style>
span { border-color: #FE4460; }
span { border-color: rgb(254,68,96); }
td.TdClassName
{
border-color: #FE4460;
}
.TagClassName
{
border-color: #FE4460;
}
</style>