Shades of Radical Red #FE335A
Tints of Radical Red #FE335A
RGB
CMYK
RGB Variations
Color information
#FE335A (or 0xFE335A) is known color: Radical Red. HEX triplet: FE, 33 and 5A. RGB value is (254,51,90). Sum of RGB (Red+Green+Blue) = 254+51+90=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE335A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE335A is #01CCA5. Grayscale: #747474. Windows color (decimal): -117926 or 5911550. OLE color: 5911550.
HSL color Cylindrical-coordinate representation of color #FE335A: hue angle of 348.47º 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 #FE335A is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 90 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.00 |
| HSL | 348.47º | 0.99% | 0.6% | - |
| HSV(B) | 348.47º | 0.8% | 1% | - |
| XYZ | 43.9 | 24.18 | 12.03 | - |
| YUV | 116.14 | 113.25 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 90 | 0 | 0.80 | 0.65 | 0.00 | 348.47 | 0.99 | 0.6 |
| Hex | FE | 33 | 5A | 0 | 50 | 41 | 0 | 15C | 63 | 3C |
| Octal | 376 | 63 | 132 | 0 | 120 | 101 | 0 | 534 | 143 | 74 |
| Binary | 11111110 | 110011 | 1011010 | 0 | 1010000 | 1000001 | 0 | 101011100 | 1100011 | 111100 |
Color Harmonies of #FE335A
Complementary color
Monochromatic Colors of #FE335A
Black with #FE335A
Text Example
Text Example
White with #FE335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE335A; }
p { color: rgb(254,51,90); }
H1.HeaderClassName
{
color: #FE335A;
}
.AnyTagClassName
{
color: #FE335A;
}
</style>
background-color css
<style>
a { background-color: #FE335A; }
a { background-color: rgb(254,51,90); }
div.DivClassName
{
background-color: #FE335A;
}
.BgClassName
{
background-color: #FE335A;
}
</style>
border-color css
<style>
span { border-color: #FE335A; }
span { border-color: rgb(254,51,90); }
td.TdClassName
{
border-color: #FE335A;
}
.TagClassName
{
border-color: #FE335A;
}
</style>