Shades of Radical Red #FE1969
Tints of Radical Red #FE1969
RGB
CMYK
RGB Variations
Color information
#FE1969 (or 0xFE1969) is known color: Radical Red. HEX triplet: FE, 19 and 69. RGB value is (254,25,105). Sum of RGB (Red+Green+Blue) = 254+25+105=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1969 is #01E696. Grayscale: #666666. Windows color (decimal): -124567 or 6887934. OLE color: 6887934.
HSL color Cylindrical-coordinate representation of color #FE1969: hue angle of 339.04º 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 #FE1969 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 105 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.00 |
| HSL | 339.04º | 0.99% | 0.55% | - |
| HSV(B) | 339.04º | 0.9% | 1% | - |
| XYZ | 43.77 | 22.79 | 15.46 | - |
| YUV | 102.59 | 129.37 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 105 | 0 | 0.90 | 0.59 | 0.00 | 339.04 | 0.99 | 0.55 |
| Hex | FE | 19 | 69 | 0 | 5A | 3B | 0 | 153 | 63 | 37 |
| Octal | 376 | 31 | 151 | 0 | 132 | 73 | 0 | 523 | 143 | 67 |
| Binary | 11111110 | 11001 | 1101001 | 0 | 1011010 | 111011 | 0 | 101010011 | 1100011 | 110111 |
Color Harmonies of #FE1969
Complementary color
Monochromatic Colors of #FE1969
Black with #FE1969
Text Example
Text Example
White with #FE1969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1969; }
p { color: rgb(254,25,105); }
H1.HeaderClassName
{
color: #FE1969;
}
.AnyTagClassName
{
color: #FE1969;
}
</style>
background-color css
<style>
a { background-color: #FE1969; }
a { background-color: rgb(254,25,105); }
div.DivClassName
{
background-color: #FE1969;
}
.BgClassName
{
background-color: #FE1969;
}
</style>
border-color css
<style>
span { border-color: #FE1969; }
span { border-color: rgb(254,25,105); }
td.TdClassName
{
border-color: #FE1969;
}
.TagClassName
{
border-color: #FE1969;
}
</style>