Shades of Radical Red #FE335B
Tints of Radical Red #FE335B
RGB
CMYK
RGB Variations
Color information
#FE335B (or 0xFE335B) is known color: Radical Red. HEX triplet: FE, 33 and 5B. RGB value is (254,51,91). Sum of RGB (Red+Green+Blue) = 254+51+91=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE335B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE335B is #01CCA4. Grayscale: #747474. Windows color (decimal): -117925 or 5977086. OLE color: 5977086.
HSL color Cylindrical-coordinate representation of color #FE335B: hue angle of 348.18º 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 #FE335B is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 91 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.00 |
| HSL | 348.18º | 0.99% | 0.6% | - |
| HSV(B) | 348.18º | 0.8% | 1% | - |
| XYZ | 43.95 | 24.19 | 12.25 | - |
| YUV | 116.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 91 | 0 | 0.80 | 0.64 | 0.00 | 348.18 | 0.99 | 0.6 |
| Hex | FE | 33 | 5B | 0 | 50 | 40 | 0 | 15C | 63 | 3C |
| Octal | 376 | 63 | 133 | 0 | 120 | 100 | 0 | 534 | 143 | 74 |
| Binary | 11111110 | 110011 | 1011011 | 0 | 1010000 | 1000000 | 0 | 101011100 | 1100011 | 111100 |
Color Harmonies of #FE335B
Complementary color
Monochromatic Colors of #FE335B
Black with #FE335B
Text Example
Text Example
White with #FE335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE335B; }
p { color: rgb(254,51,91); }
H1.HeaderClassName
{
color: #FE335B;
}
.AnyTagClassName
{
color: #FE335B;
}
</style>
background-color css
<style>
a { background-color: #FE335B; }
a { background-color: rgb(254,51,91); }
div.DivClassName
{
background-color: #FE335B;
}
.BgClassName
{
background-color: #FE335B;
}
</style>
border-color css
<style>
span { border-color: #FE335B; }
span { border-color: rgb(254,51,91); }
td.TdClassName
{
border-color: #FE335B;
}
.TagClassName
{
border-color: #FE335B;
}
</style>