Shades of Radical Red #FE3366
Tints of Radical Red #FE3366
RGB
CMYK
RGB Variations
Color information
#FE3366 (or 0xFE3366) is known color: Radical Red. HEX triplet: FE, 33 and 66. RGB value is (254,51,102). Sum of RGB (Red+Green+Blue) = 254+51+102=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3366 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3366 is #01CC99. Grayscale: #757575. Windows color (decimal): -117914 or 6697982. OLE color: 6697982.
HSL color Cylindrical-coordinate representation of color #FE3366: hue angle of 344.93º 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 #FE3366 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 102 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.00 |
| HSL | 344.93º | 0.99% | 0.6% | - |
| HSV(B) | 344.93º | 0.8% | 1% | - |
| XYZ | 44.46 | 24.4 | 14.94 | - |
| YUV | 117.51 | 119.25 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 102 | 0 | 0.80 | 0.60 | 0.00 | 344.93 | 0.99 | 0.6 |
| Hex | FE | 33 | 66 | 0 | 50 | 3C | 0 | 159 | 63 | 3C |
| Octal | 376 | 63 | 146 | 0 | 120 | 74 | 0 | 531 | 143 | 74 |
| Binary | 11111110 | 110011 | 1100110 | 0 | 1010000 | 111100 | 0 | 101011001 | 1100011 | 111100 |
Color Harmonies of #FE3366
Complementary color
Monochromatic Colors of #FE3366
Black with #FE3366
Text Example
Text Example
White with #FE3366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3366; }
p { color: rgb(254,51,102); }
H1.HeaderClassName
{
color: #FE3366;
}
.AnyTagClassName
{
color: #FE3366;
}
</style>
background-color css
<style>
a { background-color: #FE3366; }
a { background-color: rgb(254,51,102); }
div.DivClassName
{
background-color: #FE3366;
}
.BgClassName
{
background-color: #FE3366;
}
</style>
border-color css
<style>
span { border-color: #FE3366; }
span { border-color: rgb(254,51,102); }
td.TdClassName
{
border-color: #FE3366;
}
.TagClassName
{
border-color: #FE3366;
}
</style>