Shades of Radical Red #FE296D
Tints of Radical Red #FE296D
RGB
CMYK
RGB Variations
Color information
#FE296D (or 0xFE296D) is known color: Radical Red. HEX triplet: FE, 29 and 6D. RGB value is (254,41,109). Sum of RGB (Red+Green+Blue) = 254+41+109=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE296D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE296D is #01D692. Grayscale: #707070. Windows color (decimal): -120467 or 7154174. OLE color: 7154174.
HSL color Cylindrical-coordinate representation of color #FE296D: hue angle of 340.85º 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 #FE296D is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 109 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.00 |
| HSL | 340.85º | 0.99% | 0.58% | - |
| HSV(B) | 340.85º | 0.84% | 1% | - |
| XYZ | 44.43 | 23.76 | 16.71 | - |
| YUV | 112.44 | 126.07 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 109 | 0 | 0.84 | 0.57 | 0.00 | 340.85 | 0.99 | 0.58 |
| Hex | FE | 29 | 6D | 0 | 54 | 39 | 0 | 155 | 63 | 3A |
| Octal | 376 | 51 | 155 | 0 | 124 | 71 | 0 | 525 | 143 | 72 |
| Binary | 11111110 | 101001 | 1101101 | 0 | 1010100 | 111001 | 0 | 101010101 | 1100011 | 111010 |
Color Harmonies of #FE296D
Complementary color
Monochromatic Colors of #FE296D
Black with #FE296D
Text Example
Text Example
White with #FE296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE296D; }
p { color: rgb(254,41,109); }
H1.HeaderClassName
{
color: #FE296D;
}
.AnyTagClassName
{
color: #FE296D;
}
</style>
background-color css
<style>
a { background-color: #FE296D; }
a { background-color: rgb(254,41,109); }
div.DivClassName
{
background-color: #FE296D;
}
.BgClassName
{
background-color: #FE296D;
}
</style>
border-color css
<style>
span { border-color: #FE296D; }
span { border-color: rgb(254,41,109); }
td.TdClassName
{
border-color: #FE296D;
}
.TagClassName
{
border-color: #FE296D;
}
</style>