Shades of Radical Red #FE216C
Tints of Radical Red #FE216C
RGB
CMYK
RGB Variations
Color information
#FE216C (or 0xFE216C) is known color: Radical Red. HEX triplet: FE, 21 and 6C. RGB value is (254,33,108). Sum of RGB (Red+Green+Blue) = 254+33+108=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE216C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE216C is #01DE93. Grayscale: #6B6B6B. Windows color (decimal): -122516 or 7086590. OLE color: 7086590.
HSL color Cylindrical-coordinate representation of color #FE216C: hue angle of 339.64º 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 #FE216C is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 108 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.00 |
| HSL | 339.64º | 0.99% | 0.56% | - |
| HSV(B) | 339.64º | 0.87% | 1% | - |
| XYZ | 44.12 | 23.24 | 16.35 | - |
| YUV | 107.63 | 128.22 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 108 | 0 | 0.87 | 0.57 | 0.00 | 339.64 | 0.99 | 0.56 |
| Hex | FE | 21 | 6C | 0 | 57 | 39 | 0 | 154 | 63 | 38 |
| Octal | 376 | 41 | 154 | 0 | 127 | 71 | 0 | 524 | 143 | 70 |
| Binary | 11111110 | 100001 | 1101100 | 0 | 1010111 | 111001 | 0 | 101010100 | 1100011 | 111000 |
Color Harmonies of #FE216C
Complementary color
Monochromatic Colors of #FE216C
Black with #FE216C
Text Example
Text Example
White with #FE216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE216C; }
p { color: rgb(254,33,108); }
H1.HeaderClassName
{
color: #FE216C;
}
.AnyTagClassName
{
color: #FE216C;
}
</style>
background-color css
<style>
a { background-color: #FE216C; }
a { background-color: rgb(254,33,108); }
div.DivClassName
{
background-color: #FE216C;
}
.BgClassName
{
background-color: #FE216C;
}
</style>
border-color css
<style>
span { border-color: #FE216C; }
span { border-color: rgb(254,33,108); }
td.TdClassName
{
border-color: #FE216C;
}
.TagClassName
{
border-color: #FE216C;
}
</style>