Shades of Radical Red #FE326B
Tints of Radical Red #FE326B
RGB
CMYK
RGB Variations
Color information
#FE326B (or 0xFE326B) is known color: Radical Red. HEX triplet: FE, 32 and 6B. RGB value is (254,50,107). Sum of RGB (Red+Green+Blue) = 254+50+107=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE326B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE326B is #01CD94. Grayscale: #757575. Windows color (decimal): -118165 or 7025406. OLE color: 7025406.
HSL color Cylindrical-coordinate representation of color #FE326B: hue angle of 343.24º 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 #FE326B is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 107 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.00 |
| HSL | 343.24º | 0.99% | 0.6% | - |
| HSV(B) | 343.24º | 0.8% | 1% | - |
| XYZ | 44.67 | 24.41 | 16.27 | - |
| YUV | 117.49 | 122.09 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 107 | 0 | 0.80 | 0.58 | 0.00 | 343.24 | 0.99 | 0.6 |
| Hex | FE | 32 | 6B | 0 | 50 | 3A | 0 | 157 | 63 | 3C |
| Octal | 376 | 62 | 153 | 0 | 120 | 72 | 0 | 527 | 143 | 74 |
| Binary | 11111110 | 110010 | 1101011 | 0 | 1010000 | 111010 | 0 | 101010111 | 1100011 | 111100 |
Color Harmonies of #FE326B
Complementary color
Monochromatic Colors of #FE326B
Black with #FE326B
Text Example
Text Example
White with #FE326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE326B; }
p { color: rgb(254,50,107); }
H1.HeaderClassName
{
color: #FE326B;
}
.AnyTagClassName
{
color: #FE326B;
}
</style>
background-color css
<style>
a { background-color: #FE326B; }
a { background-color: rgb(254,50,107); }
div.DivClassName
{
background-color: #FE326B;
}
.BgClassName
{
background-color: #FE326B;
}
</style>
border-color css
<style>
span { border-color: #FE326B; }
span { border-color: rgb(254,50,107); }
td.TdClassName
{
border-color: #FE326B;
}
.TagClassName
{
border-color: #FE326B;
}
</style>