Shades of Radical Red #FE294C
Tints of Radical Red #FE294C
RGB
CMYK
RGB Variations
Color information
#FE294C (or 0xFE294C) is known color: Radical Red. HEX triplet: FE, 29 and 4C. RGB value is (254,41,76). Sum of RGB (Red+Green+Blue) = 254+41+76=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE294C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE294C is #01D6B3. Grayscale: #6C6C6C. Windows color (decimal): -120500 or 4991486. OLE color: 4991486.
HSL color Cylindrical-coordinate representation of color #FE294C: hue angle of 350.14º 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 #FE294C is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 76 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.00 |
| HSL | 350.14º | 0.99% | 0.58% | - |
| HSV(B) | 350.14º | 0.84% | 1% | - |
| XYZ | 42.97 | 23.18 | 9.05 | - |
| YUV | 108.68 | 109.57 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 76 | 0 | 0.84 | 0.70 | 0.00 | 350.14 | 0.99 | 0.58 |
| Hex | FE | 29 | 4C | 0 | 54 | 46 | 0 | 15E | 63 | 3A |
| Octal | 376 | 51 | 114 | 0 | 124 | 106 | 0 | 536 | 143 | 72 |
| Binary | 11111110 | 101001 | 1001100 | 0 | 1010100 | 1000110 | 0 | 101011110 | 1100011 | 111010 |
Color Harmonies of #FE294C
Complementary color
Monochromatic Colors of #FE294C
Black with #FE294C
Text Example
Text Example
White with #FE294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE294C; }
p { color: rgb(254,41,76); }
H1.HeaderClassName
{
color: #FE294C;
}
.AnyTagClassName
{
color: #FE294C;
}
</style>
background-color css
<style>
a { background-color: #FE294C; }
a { background-color: rgb(254,41,76); }
div.DivClassName
{
background-color: #FE294C;
}
.BgClassName
{
background-color: #FE294C;
}
</style>
border-color css
<style>
span { border-color: #FE294C; }
span { border-color: rgb(254,41,76); }
td.TdClassName
{
border-color: #FE294C;
}
.TagClassName
{
border-color: #FE294C;
}
</style>