Shades of Radical Red #FE2E5D
Tints of Radical Red #FE2E5D
RGB
CMYK
RGB Variations
Color information
#FE2E5D (or 0xFE2E5D) is known color: Radical Red. HEX triplet: FE, 2E and 5D. RGB value is (254,46,93). Sum of RGB (Red+Green+Blue) = 254+46+93=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2E5D is #01D1A2. Grayscale: #717171. Windows color (decimal): -119203 or 6106878. OLE color: 6106878.
HSL color Cylindrical-coordinate representation of color #FE2E5D: hue angle of 346.44º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2E5D is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 93 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.00 |
| HSL | 346.44º | 0.99% | 0.59% | - |
| HSV(B) | 346.44º | 0.82% | 1% | - |
| XYZ | 43.83 | 23.82 | 12.64 | - |
| YUV | 113.55 | 116.41 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 93 | 0 | 0.82 | 0.63 | 0.00 | 346.44 | 0.99 | 0.59 |
| Hex | FE | 2E | 5D | 0 | 52 | 3F | 0 | 15A | 63 | 3B |
| Octal | 376 | 56 | 135 | 0 | 122 | 77 | 0 | 532 | 143 | 73 |
| Binary | 11111110 | 101110 | 1011101 | 0 | 1010010 | 111111 | 0 | 101011010 | 1100011 | 111011 |
Color Harmonies of #FE2E5D
Complementary color
Monochromatic Colors of #FE2E5D
Black with #FE2E5D
Text Example
Text Example
White with #FE2E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E5D; }
p { color: rgb(254,46,93); }
H1.HeaderClassName
{
color: #FE2E5D;
}
.AnyTagClassName
{
color: #FE2E5D;
}
</style>
background-color css
<style>
a { background-color: #FE2E5D; }
a { background-color: rgb(254,46,93); }
div.DivClassName
{
background-color: #FE2E5D;
}
.BgClassName
{
background-color: #FE2E5D;
}
</style>
border-color css
<style>
span { border-color: #FE2E5D; }
span { border-color: rgb(254,46,93); }
td.TdClassName
{
border-color: #FE2E5D;
}
.TagClassName
{
border-color: #FE2E5D;
}
</style>