Shades of Radical Red #FE326A
Tints of Radical Red #FE326A
RGB
CMYK
RGB Variations
Color information
#FE326A (or 0xFE326A) is known color: Radical Red. HEX triplet: FE, 32 and 6A. RGB value is (254,50,106). Sum of RGB (Red+Green+Blue) = 254+50+106=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE326A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE326A is #01CD95. Grayscale: #757575. Windows color (decimal): -118166 or 6959870. OLE color: 6959870.
HSL color Cylindrical-coordinate representation of color #FE326A: hue angle of 343.53º 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 #FE326A is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 106 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.00 |
| HSL | 343.53º | 0.99% | 0.6% | - |
| HSV(B) | 343.53º | 0.8% | 1% | - |
| XYZ | 44.62 | 24.39 | 15.99 | - |
| YUV | 117.38 | 121.59 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 106 | 0 | 0.80 | 0.58 | 0.00 | 343.53 | 0.99 | 0.6 |
| Hex | FE | 32 | 6A | 0 | 50 | 3A | 0 | 158 | 63 | 3C |
| Octal | 376 | 62 | 152 | 0 | 120 | 72 | 0 | 530 | 143 | 74 |
| Binary | 11111110 | 110010 | 1101010 | 0 | 1010000 | 111010 | 0 | 101011000 | 1100011 | 111100 |
Color Harmonies of #FE326A
Complementary color
Monochromatic Colors of #FE326A
Black with #FE326A
Text Example
Text Example
White with #FE326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE326A; }
p { color: rgb(254,50,106); }
H1.HeaderClassName
{
color: #FE326A;
}
.AnyTagClassName
{
color: #FE326A;
}
</style>
background-color css
<style>
a { background-color: #FE326A; }
a { background-color: rgb(254,50,106); }
div.DivClassName
{
background-color: #FE326A;
}
.BgClassName
{
background-color: #FE326A;
}
</style>
border-color css
<style>
span { border-color: #FE326A; }
span { border-color: rgb(254,50,106); }
td.TdClassName
{
border-color: #FE326A;
}
.TagClassName
{
border-color: #FE326A;
}
</style>