Shades of Radical Red #FE295E
Tints of Radical Red #FE295E
RGB
CMYK
RGB Variations
Color information
#FE295E (or 0xFE295E) is known color: Radical Red. HEX triplet: FE, 29 and 5E. RGB value is (254,41,94). Sum of RGB (Red+Green+Blue) = 254+41+94=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE295E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE295E is #01D6A1. Grayscale: #6E6E6E. Windows color (decimal): -120482 or 6171134. OLE color: 6171134.
HSL color Cylindrical-coordinate representation of color #FE295E: hue angle of 345.07º 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 #FE295E is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 94 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.00 |
| HSL | 345.07º | 0.99% | 0.58% | - |
| HSV(B) | 345.07º | 0.84% | 1% | - |
| XYZ | 43.69 | 23.46 | 12.82 | - |
| YUV | 110.73 | 118.57 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 94 | 0 | 0.84 | 0.63 | 0.00 | 345.07 | 0.99 | 0.58 |
| Hex | FE | 29 | 5E | 0 | 54 | 3F | 0 | 159 | 63 | 3A |
| Octal | 376 | 51 | 136 | 0 | 124 | 77 | 0 | 531 | 143 | 72 |
| Binary | 11111110 | 101001 | 1011110 | 0 | 1010100 | 111111 | 0 | 101011001 | 1100011 | 111010 |
Color Harmonies of #FE295E
Complementary color
Monochromatic Colors of #FE295E
Black with #FE295E
Text Example
Text Example
White with #FE295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE295E; }
p { color: rgb(254,41,94); }
H1.HeaderClassName
{
color: #FE295E;
}
.AnyTagClassName
{
color: #FE295E;
}
</style>
background-color css
<style>
a { background-color: #FE295E; }
a { background-color: rgb(254,41,94); }
div.DivClassName
{
background-color: #FE295E;
}
.BgClassName
{
background-color: #FE295E;
}
</style>
border-color css
<style>
span { border-color: #FE295E; }
span { border-color: rgb(254,41,94); }
td.TdClassName
{
border-color: #FE295E;
}
.TagClassName
{
border-color: #FE295E;
}
</style>