Shades of Radical Red #FE294D
Tints of Radical Red #FE294D
RGB
CMYK
RGB Variations
Color information
#FE294D (or 0xFE294D) is known color: Radical Red. HEX triplet: FE, 29 and 4D. RGB value is (254,41,77). Sum of RGB (Red+Green+Blue) = 254+41+77=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE294D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE294D is #01D6B2. Grayscale: #6C6C6C. Windows color (decimal): -120499 or 5057022. OLE color: 5057022.
HSL color Cylindrical-coordinate representation of color #FE294D: hue angle of 349.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE294D is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 77 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.00 |
| HSL | 349.86º | 0.99% | 0.58% | - |
| HSV(B) | 349.86º | 0.84% | 1% | - |
| XYZ | 43.01 | 23.19 | 9.23 | - |
| YUV | 108.79 | 110.07 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 77 | 0 | 0.84 | 0.70 | 0.00 | 349.86 | 0.99 | 0.58 |
| Hex | FE | 29 | 4D | 0 | 54 | 46 | 0 | 15E | 63 | 3A |
| Octal | 376 | 51 | 115 | 0 | 124 | 106 | 0 | 536 | 143 | 72 |
| Binary | 11111110 | 101001 | 1001101 | 0 | 1010100 | 1000110 | 0 | 101011110 | 1100011 | 111010 |
Color Harmonies of #FE294D
Complementary color
Monochromatic Colors of #FE294D
Black with #FE294D
Text Example
Text Example
White with #FE294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE294D; }
p { color: rgb(254,41,77); }
H1.HeaderClassName
{
color: #FE294D;
}
.AnyTagClassName
{
color: #FE294D;
}
</style>
background-color css
<style>
a { background-color: #FE294D; }
a { background-color: rgb(254,41,77); }
div.DivClassName
{
background-color: #FE294D;
}
.BgClassName
{
background-color: #FE294D;
}
</style>
border-color css
<style>
span { border-color: #FE294D; }
span { border-color: rgb(254,41,77); }
td.TdClassName
{
border-color: #FE294D;
}
.TagClassName
{
border-color: #FE294D;
}
</style>