Shades of Radical Red #FE1E5A
Tints of Radical Red #FE1E5A
RGB
CMYK
RGB Variations
Color information
#FE1E5A (or 0xFE1E5A) is known color: Radical Red. HEX triplet: FE, 1E and 5A. RGB value is (254,30,90). Sum of RGB (Red+Green+Blue) = 254+30+90=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1E5A is #01E1A5. Grayscale: #676767. Windows color (decimal): -123302 or 5906174. OLE color: 5906174.
HSL color Cylindrical-coordinate representation of color #FE1E5A: hue angle of 343.93º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1E5A is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 90 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.00 |
| HSL | 343.93º | 0.99% | 0.56% | - |
| HSV(B) | 343.93º | 0.88% | 1% | - |
| XYZ | 43.18 | 22.74 | 11.79 | - |
| YUV | 103.82 | 120.21 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 90 | 0 | 0.88 | 0.65 | 0.00 | 343.93 | 0.99 | 0.56 |
| Hex | FE | 1E | 5A | 0 | 58 | 41 | 0 | 158 | 63 | 38 |
| Octal | 376 | 36 | 132 | 0 | 130 | 101 | 0 | 530 | 143 | 70 |
| Binary | 11111110 | 11110 | 1011010 | 0 | 1011000 | 1000001 | 0 | 101011000 | 1100011 | 111000 |
Color Harmonies of #FE1E5A
Complementary color
Monochromatic Colors of #FE1E5A
Black with #FE1E5A
Text Example
Text Example
White with #FE1E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1E5A; }
p { color: rgb(254,30,90); }
H1.HeaderClassName
{
color: #FE1E5A;
}
.AnyTagClassName
{
color: #FE1E5A;
}
</style>
background-color css
<style>
a { background-color: #FE1E5A; }
a { background-color: rgb(254,30,90); }
div.DivClassName
{
background-color: #FE1E5A;
}
.BgClassName
{
background-color: #FE1E5A;
}
</style>
border-color css
<style>
span { border-color: #FE1E5A; }
span { border-color: rgb(254,30,90); }
td.TdClassName
{
border-color: #FE1E5A;
}
.TagClassName
{
border-color: #FE1E5A;
}
</style>