Shades of Radical Red #FE245E
Tints of Radical Red #FE245E
RGB
CMYK
RGB Variations
Color information
#FE245E (or 0xFE245E) is known color: Radical Red. HEX triplet: FE, 24 and 5E. RGB value is (254,36,94). Sum of RGB (Red+Green+Blue) = 254+36+94=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE245E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE245E is #01DBA1. Grayscale: #6B6B6B. Windows color (decimal): -121762 or 6169854. OLE color: 6169854.
HSL color Cylindrical-coordinate representation of color #FE245E: hue angle of 344.04º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE245E is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 94 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.00 |
| HSL | 344.04º | 0.99% | 0.57% | - |
| HSV(B) | 344.04º | 0.86% | 1% | - |
| XYZ | 43.52 | 23.14 | 12.76 | - |
| YUV | 107.79 | 120.22 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 94 | 0 | 0.86 | 0.63 | 0.00 | 344.04 | 0.99 | 0.57 |
| Hex | FE | 24 | 5E | 0 | 56 | 3F | 0 | 158 | 63 | 39 |
| Octal | 376 | 44 | 136 | 0 | 126 | 77 | 0 | 530 | 143 | 71 |
| Binary | 11111110 | 100100 | 1011110 | 0 | 1010110 | 111111 | 0 | 101011000 | 1100011 | 111001 |
Color Harmonies of #FE245E
Complementary color
Monochromatic Colors of #FE245E
Black with #FE245E
Text Example
Text Example
White with #FE245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE245E; }
p { color: rgb(254,36,94); }
H1.HeaderClassName
{
color: #FE245E;
}
.AnyTagClassName
{
color: #FE245E;
}
</style>
background-color css
<style>
a { background-color: #FE245E; }
a { background-color: rgb(254,36,94); }
div.DivClassName
{
background-color: #FE245E;
}
.BgClassName
{
background-color: #FE245E;
}
</style>
border-color css
<style>
span { border-color: #FE245E; }
span { border-color: rgb(254,36,94); }
td.TdClassName
{
border-color: #FE245E;
}
.TagClassName
{
border-color: #FE245E;
}
</style>