Shades of Radical Red #FE1960
Tints of Radical Red #FE1960
RGB
CMYK
RGB Variations
Color information
#FE1960 (or 0xFE1960) is known color: Radical Red. HEX triplet: FE, 19 and 60. RGB value is (254,25,96). Sum of RGB (Red+Green+Blue) = 254+25+96=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1960 is #01E69F. Grayscale: #656565. Windows color (decimal): -124576 or 6298110. OLE color: 6298110.
HSL color Cylindrical-coordinate representation of color #FE1960: hue angle of 341.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1960 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 96 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.00 |
| HSL | 341.4º | 0.99% | 0.55% | - |
| HSV(B) | 341.4º | 0.9% | 1% | - |
| XYZ | 43.33 | 22.61 | 13.15 | - |
| YUV | 101.57 | 124.87 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 96 | 0 | 0.90 | 0.62 | 0.00 | 341.4 | 0.99 | 0.55 |
| Hex | FE | 19 | 60 | 0 | 5A | 3E | 0 | 155 | 63 | 37 |
| Octal | 376 | 31 | 140 | 0 | 132 | 76 | 0 | 525 | 143 | 67 |
| Binary | 11111110 | 11001 | 1100000 | 0 | 1011010 | 111110 | 0 | 101010101 | 1100011 | 110111 |
Color Harmonies of #FE1960
Complementary color
Monochromatic Colors of #FE1960
Black with #FE1960
Text Example
Text Example
White with #FE1960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1960; }
p { color: rgb(254,25,96); }
H1.HeaderClassName
{
color: #FE1960;
}
.AnyTagClassName
{
color: #FE1960;
}
</style>
background-color css
<style>
a { background-color: #FE1960; }
a { background-color: rgb(254,25,96); }
div.DivClassName
{
background-color: #FE1960;
}
.BgClassName
{
background-color: #FE1960;
}
</style>
border-color css
<style>
span { border-color: #FE1960; }
span { border-color: rgb(254,25,96); }
td.TdClassName
{
border-color: #FE1960;
}
.TagClassName
{
border-color: #FE1960;
}
</style>