Shades of Radical Red #FE2173
Tints of Radical Red #FE2173
RGB
CMYK
RGB Variations
Color information
#FE2173 (or 0xFE2173) is known color: Radical Red. HEX triplet: FE, 21 and 73. RGB value is (254,33,115). Sum of RGB (Red+Green+Blue) = 254+33+115=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2173 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2173 is #01DE8C. Grayscale: #6C6C6C. Windows color (decimal): -122509 or 7545342. OLE color: 7545342.
HSL color Cylindrical-coordinate representation of color #FE2173: hue angle of 337.74º 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 #FE2173 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 115 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.00 |
| HSL | 337.74º | 0.99% | 0.56% | - |
| HSV(B) | 337.74º | 0.87% | 1% | - |
| XYZ | 44.51 | 23.4 | 18.39 | - |
| YUV | 108.43 | 131.72 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 115 | 0 | 0.87 | 0.55 | 0.00 | 337.74 | 0.99 | 0.56 |
| Hex | FE | 21 | 73 | 0 | 57 | 37 | 0 | 152 | 63 | 38 |
| Octal | 376 | 41 | 163 | 0 | 127 | 67 | 0 | 522 | 143 | 70 |
| Binary | 11111110 | 100001 | 1110011 | 0 | 1010111 | 110111 | 0 | 101010010 | 1100011 | 111000 |
Color Harmonies of #FE2173
Complementary color
Monochromatic Colors of #FE2173
Black with #FE2173
Text Example
Text Example
White with #FE2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2173; }
p { color: rgb(254,33,115); }
H1.HeaderClassName
{
color: #FE2173;
}
.AnyTagClassName
{
color: #FE2173;
}
</style>
background-color css
<style>
a { background-color: #FE2173; }
a { background-color: rgb(254,33,115); }
div.DivClassName
{
background-color: #FE2173;
}
.BgClassName
{
background-color: #FE2173;
}
</style>
border-color css
<style>
span { border-color: #FE2173; }
span { border-color: rgb(254,33,115); }
td.TdClassName
{
border-color: #FE2173;
}
.TagClassName
{
border-color: #FE2173;
}
</style>