Shades of Radical Red #FE3466
Tints of Radical Red #FE3466
RGB
CMYK
RGB Variations
Color information
#FE3466 (or 0xFE3466) is known color: Radical Red. HEX triplet: FE, 34 and 66. RGB value is (254,52,102). Sum of RGB (Red+Green+Blue) = 254+52+102=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3466 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3466 is #01CB99. Grayscale: #767676. Windows color (decimal): -117658 or 6698238. OLE color: 6698238.
HSL color Cylindrical-coordinate representation of color #FE3466: hue angle of 345.15º 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 #FE3466 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 102 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.00 |
| HSL | 345.15º | 0.99% | 0.6% | - |
| HSV(B) | 345.15º | 0.8% | 1% | - |
| XYZ | 44.5 | 24.49 | 14.95 | - |
| YUV | 118.1 | 118.92 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 102 | 0 | 0.80 | 0.60 | 0.00 | 345.15 | 0.99 | 0.6 |
| Hex | FE | 34 | 66 | 0 | 50 | 3C | 0 | 159 | 63 | 3C |
| Octal | 376 | 64 | 146 | 0 | 120 | 74 | 0 | 531 | 143 | 74 |
| Binary | 11111110 | 110100 | 1100110 | 0 | 1010000 | 111100 | 0 | 101011001 | 1100011 | 111100 |
Color Harmonies of #FE3466
Complementary color
Monochromatic Colors of #FE3466
Black with #FE3466
Text Example
Text Example
White with #FE3466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3466; }
p { color: rgb(254,52,102); }
H1.HeaderClassName
{
color: #FE3466;
}
.AnyTagClassName
{
color: #FE3466;
}
</style>
background-color css
<style>
a { background-color: #FE3466; }
a { background-color: rgb(254,52,102); }
div.DivClassName
{
background-color: #FE3466;
}
.BgClassName
{
background-color: #FE3466;
}
</style>
border-color css
<style>
span { border-color: #FE3466; }
span { border-color: rgb(254,52,102); }
td.TdClassName
{
border-color: #FE3466;
}
.TagClassName
{
border-color: #FE3466;
}
</style>