Shades of Radical Red #FE335D
Tints of Radical Red #FE335D
RGB
CMYK
RGB Variations
Color information
#FE335D (or 0xFE335D) is known color: Radical Red. HEX triplet: FE, 33 and 5D. RGB value is (254,51,93). Sum of RGB (Red+Green+Blue) = 254+51+93=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE335D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE335D is #01CCA2. Grayscale: #747474. Windows color (decimal): -117923 or 6108158. OLE color: 6108158.
HSL color Cylindrical-coordinate representation of color #FE335D: hue angle of 347.59º 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 #FE335D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 93 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.00 |
| HSL | 347.59º | 0.99% | 0.6% | - |
| HSV(B) | 347.59º | 0.8% | 1% | - |
| XYZ | 44.03 | 24.23 | 12.71 | - |
| YUV | 116.49 | 114.75 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 93 | 0 | 0.80 | 0.63 | 0.00 | 347.59 | 0.99 | 0.6 |
| Hex | FE | 33 | 5D | 0 | 50 | 3F | 0 | 15C | 63 | 3C |
| Octal | 376 | 63 | 135 | 0 | 120 | 77 | 0 | 534 | 143 | 74 |
| Binary | 11111110 | 110011 | 1011101 | 0 | 1010000 | 111111 | 0 | 101011100 | 1100011 | 111100 |
Color Harmonies of #FE335D
Complementary color
Monochromatic Colors of #FE335D
Black with #FE335D
Text Example
Text Example
White with #FE335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE335D; }
p { color: rgb(254,51,93); }
H1.HeaderClassName
{
color: #FE335D;
}
.AnyTagClassName
{
color: #FE335D;
}
</style>
background-color css
<style>
a { background-color: #FE335D; }
a { background-color: rgb(254,51,93); }
div.DivClassName
{
background-color: #FE335D;
}
.BgClassName
{
background-color: #FE335D;
}
</style>
border-color css
<style>
span { border-color: #FE335D; }
span { border-color: rgb(254,51,93); }
td.TdClassName
{
border-color: #FE335D;
}
.TagClassName
{
border-color: #FE335D;
}
</style>