Shades of Radical Red #FE4160
Tints of Radical Red #FE4160
RGB
CMYK
RGB Variations
Color information
#FE4160 (or 0xFE4160) is known color: Radical Red. HEX triplet: FE, 41 and 60. RGB value is (254,65,96). Sum of RGB (Red+Green+Blue) = 254+65+96=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4160 is #01BE9F. Grayscale: #7D7D7D. Windows color (decimal): -114336 or 6308350. OLE color: 6308350.
HSL color Cylindrical-coordinate representation of color #FE4160: hue angle of 350.16º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4160 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 96 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.00 |
| HSL | 350.16º | 0.99% | 0.63% | - |
| HSV(B) | 350.16º | 0.74% | 1% | - |
| XYZ | 44.87 | 25.7 | 13.66 | - |
| YUV | 125.05 | 111.62 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 96 | 0 | 0.74 | 0.62 | 0.00 | 350.16 | 0.99 | 0.63 |
| Hex | FE | 41 | 60 | 0 | 4A | 3E | 0 | 15E | 63 | 3F |
| Octal | 376 | 101 | 140 | 0 | 112 | 76 | 0 | 536 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1100000 | 0 | 1001010 | 111110 | 0 | 101011110 | 1100011 | 111111 |
Color Harmonies of #FE4160
Complementary color
Monochromatic Colors of #FE4160
Black with #FE4160
Text Example
Text Example
White with #FE4160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4160; }
p { color: rgb(254,65,96); }
H1.HeaderClassName
{
color: #FE4160;
}
.AnyTagClassName
{
color: #FE4160;
}
</style>
background-color css
<style>
a { background-color: #FE4160; }
a { background-color: rgb(254,65,96); }
div.DivClassName
{
background-color: #FE4160;
}
.BgClassName
{
background-color: #FE4160;
}
</style>
border-color css
<style>
span { border-color: #FE4160; }
span { border-color: rgb(254,65,96); }
td.TdClassName
{
border-color: #FE4160;
}
.TagClassName
{
border-color: #FE4160;
}
</style>