Shades of Radical Red #FE3355
Tints of Radical Red #FE3355
RGB
CMYK
RGB Variations
Color information
#FE3355 (or 0xFE3355) is known color: Radical Red. HEX triplet: FE, 33 and 55. RGB value is (254,51,85). Sum of RGB (Red+Green+Blue) = 254+51+85=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3355 is #01CCAA. Grayscale: #737373. Windows color (decimal): -117931 or 5583870. OLE color: 5583870.
HSL color Cylindrical-coordinate representation of color #FE3355: hue angle of 349.95º 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 #FE3355 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 85 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.00 |
| HSL | 349.95º | 0.99% | 0.6% | - |
| HSV(B) | 349.95º | 0.8% | 1% | - |
| XYZ | 43.7 | 24.09 | 10.94 | - |
| YUV | 115.57 | 110.75 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 85 | 0 | 0.80 | 0.67 | 0.00 | 349.95 | 0.99 | 0.6 |
| Hex | FE | 33 | 55 | 0 | 50 | 43 | 0 | 15E | 63 | 3C |
| Octal | 376 | 63 | 125 | 0 | 120 | 103 | 0 | 536 | 143 | 74 |
| Binary | 11111110 | 110011 | 1010101 | 0 | 1010000 | 1000011 | 0 | 101011110 | 1100011 | 111100 |
Color Harmonies of #FE3355
Complementary color
Monochromatic Colors of #FE3355
Black with #FE3355
Text Example
Text Example
White with #FE3355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3355; }
p { color: rgb(254,51,85); }
H1.HeaderClassName
{
color: #FE3355;
}
.AnyTagClassName
{
color: #FE3355;
}
</style>
background-color css
<style>
a { background-color: #FE3355; }
a { background-color: rgb(254,51,85); }
div.DivClassName
{
background-color: #FE3355;
}
.BgClassName
{
background-color: #FE3355;
}
</style>
border-color css
<style>
span { border-color: #FE3355; }
span { border-color: rgb(254,51,85); }
td.TdClassName
{
border-color: #FE3355;
}
.TagClassName
{
border-color: #FE3355;
}
</style>