Shades of Radical Red #FE214C
Tints of Radical Red #FE214C
RGB
CMYK
RGB Variations
Color information
#FE214C (or 0xFE214C) is known color: Radical Red. HEX triplet: FE, 21 and 4C. RGB value is (254,33,76). Sum of RGB (Red+Green+Blue) = 254+33+76=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE214C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE214C is #01DEB3. Grayscale: #686868. Windows color (decimal): -122548 or 4989438. OLE color: 4989438.
HSL color Cylindrical-coordinate representation of color #FE214C: hue angle of 348.33º 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 #FE214C is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 76 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.00 |
| HSL | 348.33º | 0.99% | 0.56% | - |
| HSV(B) | 348.33º | 0.87% | 1% | - |
| XYZ | 42.72 | 22.68 | 8.96 | - |
| YUV | 103.98 | 112.22 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 76 | 0 | 0.87 | 0.70 | 0.00 | 348.33 | 0.99 | 0.56 |
| Hex | FE | 21 | 4C | 0 | 57 | 46 | 0 | 15C | 63 | 38 |
| Octal | 376 | 41 | 114 | 0 | 127 | 106 | 0 | 534 | 143 | 70 |
| Binary | 11111110 | 100001 | 1001100 | 0 | 1010111 | 1000110 | 0 | 101011100 | 1100011 | 111000 |
Color Harmonies of #FE214C
Complementary color
Monochromatic Colors of #FE214C
Black with #FE214C
Text Example
Text Example
White with #FE214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE214C; }
p { color: rgb(254,33,76); }
H1.HeaderClassName
{
color: #FE214C;
}
.AnyTagClassName
{
color: #FE214C;
}
</style>
background-color css
<style>
a { background-color: #FE214C; }
a { background-color: rgb(254,33,76); }
div.DivClassName
{
background-color: #FE214C;
}
.BgClassName
{
background-color: #FE214C;
}
</style>
border-color css
<style>
span { border-color: #FE214C; }
span { border-color: rgb(254,33,76); }
td.TdClassName
{
border-color: #FE214C;
}
.TagClassName
{
border-color: #FE214C;
}
</style>