Shades of Radical Red #FE325B
Tints of Radical Red #FE325B
RGB
CMYK
RGB Variations
Color information
#FE325B (or 0xFE325B) is known color: Radical Red. HEX triplet: FE, 32 and 5B. RGB value is (254,50,91). Sum of RGB (Red+Green+Blue) = 254+50+91=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE325B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE325B is #01CDA4. Grayscale: #737373. Windows color (decimal): -118181 or 5976830. OLE color: 5976830.
HSL color Cylindrical-coordinate representation of color #FE325B: hue angle of 347.94º 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 #FE325B is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 91 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.00 |
| HSL | 347.94º | 0.99% | 0.6% | - |
| HSV(B) | 347.94º | 0.8% | 1% | - |
| XYZ | 43.9 | 24.11 | 12.24 | - |
| YUV | 115.67 | 114.09 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 91 | 0 | 0.80 | 0.64 | 0.00 | 347.94 | 0.99 | 0.6 |
| Hex | FE | 32 | 5B | 0 | 50 | 40 | 0 | 15C | 63 | 3C |
| Octal | 376 | 62 | 133 | 0 | 120 | 100 | 0 | 534 | 143 | 74 |
| Binary | 11111110 | 110010 | 1011011 | 0 | 1010000 | 1000000 | 0 | 101011100 | 1100011 | 111100 |
Color Harmonies of #FE325B
Complementary color
Monochromatic Colors of #FE325B
Black with #FE325B
Text Example
Text Example
White with #FE325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE325B; }
p { color: rgb(254,50,91); }
H1.HeaderClassName
{
color: #FE325B;
}
.AnyTagClassName
{
color: #FE325B;
}
</style>
background-color css
<style>
a { background-color: #FE325B; }
a { background-color: rgb(254,50,91); }
div.DivClassName
{
background-color: #FE325B;
}
.BgClassName
{
background-color: #FE325B;
}
</style>
border-color css
<style>
span { border-color: #FE325B; }
span { border-color: rgb(254,50,91); }
td.TdClassName
{
border-color: #FE325B;
}
.TagClassName
{
border-color: #FE325B;
}
</style>