Shades of Radical Red #FE3273
Tints of Radical Red #FE3273
RGB
CMYK
RGB Variations
Color information
#FE3273 (or 0xFE3273) is known color: Radical Red. HEX triplet: FE, 32 and 73. RGB value is (254,50,115). Sum of RGB (Red+Green+Blue) = 254+50+115=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3273 is #01CD8C. Grayscale: #767676. Windows color (decimal): -118157 or 7549694. OLE color: 7549694.
HSL color Cylindrical-coordinate representation of color #FE3273: hue angle of 340.88º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3273 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 115 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.00 |
| HSL | 340.88º | 0.99% | 0.6% | - |
| HSV(B) | 340.88º | 0.8% | 1% | - |
| XYZ | 45.11 | 24.59 | 18.59 | - |
| YUV | 118.41 | 126.09 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 115 | 0 | 0.80 | 0.55 | 0.00 | 340.88 | 0.99 | 0.6 |
| Hex | FE | 32 | 73 | 0 | 50 | 37 | 0 | 155 | 63 | 3C |
| Octal | 376 | 62 | 163 | 0 | 120 | 67 | 0 | 525 | 143 | 74 |
| Binary | 11111110 | 110010 | 1110011 | 0 | 1010000 | 110111 | 0 | 101010101 | 1100011 | 111100 |
Color Harmonies of #FE3273
Complementary color
Monochromatic Colors of #FE3273
Black with #FE3273
Text Example
Text Example
White with #FE3273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3273; }
p { color: rgb(254,50,115); }
H1.HeaderClassName
{
color: #FE3273;
}
.AnyTagClassName
{
color: #FE3273;
}
</style>
background-color css
<style>
a { background-color: #FE3273; }
a { background-color: rgb(254,50,115); }
div.DivClassName
{
background-color: #FE3273;
}
.BgClassName
{
background-color: #FE3273;
}
</style>
border-color css
<style>
span { border-color: #FE3273; }
span { border-color: rgb(254,50,115); }
td.TdClassName
{
border-color: #FE3273;
}
.TagClassName
{
border-color: #FE3273;
}
</style>