Shades of Radical Red #FE1959
Tints of Radical Red #FE1959
RGB
CMYK
RGB Variations
Color information
#FE1959 (or 0xFE1959) is known color: Radical Red. HEX triplet: FE, 19 and 59. RGB value is (254,25,89). Sum of RGB (Red+Green+Blue) = 254+25+89=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1959 is #01E6A6. Grayscale: #646464. Windows color (decimal): -124583 or 5839358. OLE color: 5839358.
HSL color Cylindrical-coordinate representation of color #FE1959: hue angle of 343.23º 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 #FE1959 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 89 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.00 |
| HSL | 343.23º | 0.99% | 0.55% | - |
| HSV(B) | 343.23º | 0.9% | 1% | - |
| XYZ | 43.02 | 22.49 | 11.52 | - |
| YUV | 100.77 | 121.37 | 237.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 89 | 0 | 0.90 | 0.65 | 0.00 | 343.23 | 0.99 | 0.55 |
| Hex | FE | 19 | 59 | 0 | 5A | 41 | 0 | 157 | 63 | 37 |
| Octal | 376 | 31 | 131 | 0 | 132 | 101 | 0 | 527 | 143 | 67 |
| Binary | 11111110 | 11001 | 1011001 | 0 | 1011010 | 1000001 | 0 | 101010111 | 1100011 | 110111 |
Color Harmonies of #FE1959
Complementary color
Monochromatic Colors of #FE1959
Black with #FE1959
Text Example
Text Example
White with #FE1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1959; }
p { color: rgb(254,25,89); }
H1.HeaderClassName
{
color: #FE1959;
}
.AnyTagClassName
{
color: #FE1959;
}
</style>
background-color css
<style>
a { background-color: #FE1959; }
a { background-color: rgb(254,25,89); }
div.DivClassName
{
background-color: #FE1959;
}
.BgClassName
{
background-color: #FE1959;
}
</style>
border-color css
<style>
span { border-color: #FE1959; }
span { border-color: rgb(254,25,89); }
td.TdClassName
{
border-color: #FE1959;
}
.TagClassName
{
border-color: #FE1959;
}
</style>