Shades of Radical Red #FE2D5E
Tints of Radical Red #FE2D5E
RGB
CMYK
RGB Variations
Color information
#FE2D5E (or 0xFE2D5E) is known color: Radical Red. HEX triplet: FE, 2D and 5E. RGB value is (254,45,94). Sum of RGB (Red+Green+Blue) = 254+45+94=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2D5E is #01D2A1. Grayscale: #717171. Windows color (decimal): -119458 or 6172158. OLE color: 6172158.
HSL color Cylindrical-coordinate representation of color #FE2D5E: hue angle of 345.93º 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 #FE2D5E is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 94 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.00 |
| HSL | 345.93º | 0.99% | 0.59% | - |
| HSV(B) | 345.93º | 0.82% | 1% | - |
| XYZ | 43.83 | 23.76 | 12.86 | - |
| YUV | 113.08 | 117.24 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 94 | 0 | 0.82 | 0.63 | 0.00 | 345.93 | 0.99 | 0.59 |
| Hex | FE | 2D | 5E | 0 | 52 | 3F | 0 | 15A | 63 | 3B |
| Octal | 376 | 55 | 136 | 0 | 122 | 77 | 0 | 532 | 143 | 73 |
| Binary | 11111110 | 101101 | 1011110 | 0 | 1010010 | 111111 | 0 | 101011010 | 1100011 | 111011 |
Color Harmonies of #FE2D5E
Complementary color
Monochromatic Colors of #FE2D5E
Black with #FE2D5E
Text Example
Text Example
White with #FE2D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D5E; }
p { color: rgb(254,45,94); }
H1.HeaderClassName
{
color: #FE2D5E;
}
.AnyTagClassName
{
color: #FE2D5E;
}
</style>
background-color css
<style>
a { background-color: #FE2D5E; }
a { background-color: rgb(254,45,94); }
div.DivClassName
{
background-color: #FE2D5E;
}
.BgClassName
{
background-color: #FE2D5E;
}
</style>
border-color css
<style>
span { border-color: #FE2D5E; }
span { border-color: rgb(254,45,94); }
td.TdClassName
{
border-color: #FE2D5E;
}
.TagClassName
{
border-color: #FE2D5E;
}
</style>