Shades of Radical Red #FE1861
Tints of Radical Red #FE1861
RGB
CMYK
RGB Variations
Color information
#FE1861 (or 0xFE1861) is known color: Radical Red. HEX triplet: FE, 18 and 61. RGB value is (254,24,97). Sum of RGB (Red+Green+Blue) = 254+24+97=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1861 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1861 is #01E79E. Grayscale: #656565. Windows color (decimal): -124831 or 6363390. OLE color: 6363390.
HSL color Cylindrical-coordinate representation of color #FE1861: hue angle of 340.96º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1861 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 97 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.00 |
| HSL | 340.96º | 0.99% | 0.55% | - |
| HSV(B) | 340.96º | 0.91% | 1% | - |
| XYZ | 43.36 | 22.59 | 13.38 | - |
| YUV | 101.09 | 125.7 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 97 | 0 | 0.91 | 0.62 | 0.00 | 340.96 | 0.99 | 0.55 |
| Hex | FE | 18 | 61 | 0 | 5B | 3E | 0 | 155 | 63 | 37 |
| Octal | 376 | 30 | 141 | 0 | 133 | 76 | 0 | 525 | 143 | 67 |
| Binary | 11111110 | 11000 | 1100001 | 0 | 1011011 | 111110 | 0 | 101010101 | 1100011 | 110111 |
Color Harmonies of #FE1861
Complementary color
Monochromatic Colors of #FE1861
Black with #FE1861
Text Example
Text Example
White with #FE1861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1861; }
p { color: rgb(254,24,97); }
H1.HeaderClassName
{
color: #FE1861;
}
.AnyTagClassName
{
color: #FE1861;
}
</style>
background-color css
<style>
a { background-color: #FE1861; }
a { background-color: rgb(254,24,97); }
div.DivClassName
{
background-color: #FE1861;
}
.BgClassName
{
background-color: #FE1861;
}
</style>
border-color css
<style>
span { border-color: #FE1861; }
span { border-color: rgb(254,24,97); }
td.TdClassName
{
border-color: #FE1861;
}
.TagClassName
{
border-color: #FE1861;
}
</style>