Shades of Radical Red #FE215D
Tints of Radical Red #FE215D
RGB
CMYK
RGB Variations
Color information
#FE215D (or 0xFE215D) is known color: Radical Red. HEX triplet: FE, 21 and 5D. RGB value is (254,33,93). Sum of RGB (Red+Green+Blue) = 254+33+93=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE215D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE215D is #01DEA2. Grayscale: #696969. Windows color (decimal): -122531 or 6103550. OLE color: 6103550.
HSL color Cylindrical-coordinate representation of color #FE215D: hue angle of 343.71º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE215D is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 93 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.00 |
| HSL | 343.71º | 0.99% | 0.56% | - |
| HSV(B) | 343.71º | 0.87% | 1% | - |
| XYZ | 43.39 | 22.95 | 12.5 | - |
| YUV | 105.92 | 120.72 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 93 | 0 | 0.87 | 0.63 | 0.00 | 343.71 | 0.99 | 0.56 |
| Hex | FE | 21 | 5D | 0 | 57 | 3F | 0 | 158 | 63 | 38 |
| Octal | 376 | 41 | 135 | 0 | 127 | 77 | 0 | 530 | 143 | 70 |
| Binary | 11111110 | 100001 | 1011101 | 0 | 1010111 | 111111 | 0 | 101011000 | 1100011 | 111000 |
Color Harmonies of #FE215D
Complementary color
Monochromatic Colors of #FE215D
Black with #FE215D
Text Example
Text Example
White with #FE215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE215D; }
p { color: rgb(254,33,93); }
H1.HeaderClassName
{
color: #FE215D;
}
.AnyTagClassName
{
color: #FE215D;
}
</style>
background-color css
<style>
a { background-color: #FE215D; }
a { background-color: rgb(254,33,93); }
div.DivClassName
{
background-color: #FE215D;
}
.BgClassName
{
background-color: #FE215D;
}
</style>
border-color css
<style>
span { border-color: #FE215D; }
span { border-color: rgb(254,33,93); }
td.TdClassName
{
border-color: #FE215D;
}
.TagClassName
{
border-color: #FE215D;
}
</style>