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