Shades of Radical Red #FE214E
Tints of Radical Red #FE214E
RGB
CMYK
RGB Variations
Color information
#FE214E (or 0xFE214E) is known color: Radical Red. HEX triplet: FE, 21 and 4E. RGB value is (254,33,78). Sum of RGB (Red+Green+Blue) = 254+33+78=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE214E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE214E is #01DEB1. Grayscale: #686868. Windows color (decimal): -122546 or 5120510. OLE color: 5120510.
HSL color Cylindrical-coordinate representation of color #FE214E: hue angle of 347.78º 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 #FE214E is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 78 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.00 |
| HSL | 347.78º | 0.99% | 0.56% | - |
| HSV(B) | 347.78º | 0.87% | 1% | - |
| XYZ | 42.79 | 22.71 | 9.34 | - |
| YUV | 104.21 | 113.22 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 78 | 0 | 0.87 | 0.69 | 0.00 | 347.78 | 0.99 | 0.56 |
| Hex | FE | 21 | 4E | 0 | 57 | 45 | 0 | 15C | 63 | 38 |
| Octal | 376 | 41 | 116 | 0 | 127 | 105 | 0 | 534 | 143 | 70 |
| Binary | 11111110 | 100001 | 1001110 | 0 | 1010111 | 1000101 | 0 | 101011100 | 1100011 | 111000 |
Color Harmonies of #FE214E
Complementary color
Monochromatic Colors of #FE214E
Black with #FE214E
Text Example
Text Example
White with #FE214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE214E; }
p { color: rgb(254,33,78); }
H1.HeaderClassName
{
color: #FE214E;
}
.AnyTagClassName
{
color: #FE214E;
}
</style>
background-color css
<style>
a { background-color: #FE214E; }
a { background-color: rgb(254,33,78); }
div.DivClassName
{
background-color: #FE214E;
}
.BgClassName
{
background-color: #FE214E;
}
</style>
border-color css
<style>
span { border-color: #FE214E; }
span { border-color: rgb(254,33,78); }
td.TdClassName
{
border-color: #FE214E;
}
.TagClassName
{
border-color: #FE214E;
}
</style>