Shades of Radical Red #FE3164
Tints of Radical Red #FE3164
RGB
CMYK
RGB Variations
Color information
#FE3164 (or 0xFE3164) is known color: Radical Red. HEX triplet: FE, 31 and 64. RGB value is (254,49,100). Sum of RGB (Red+Green+Blue) = 254+49+100=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3164 is #01CE9B. Grayscale: #747474. Windows color (decimal): -118428 or 6566398. OLE color: 6566398.
HSL color Cylindrical-coordinate representation of color #FE3164: hue angle of 345.07º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3164 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 100 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.00 |
| HSL | 345.07º | 0.99% | 0.59% | - |
| HSV(B) | 345.07º | 0.81% | 1% | - |
| XYZ | 44.27 | 24.19 | 14.39 | - |
| YUV | 116.11 | 118.92 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 100 | 0 | 0.81 | 0.61 | 0.00 | 345.07 | 0.99 | 0.59 |
| Hex | FE | 31 | 64 | 0 | 51 | 3D | 0 | 159 | 63 | 3B |
| Octal | 376 | 61 | 144 | 0 | 121 | 75 | 0 | 531 | 143 | 73 |
| Binary | 11111110 | 110001 | 1100100 | 0 | 1010001 | 111101 | 0 | 101011001 | 1100011 | 111011 |
Color Harmonies of #FE3164
Complementary color
Monochromatic Colors of #FE3164
Black with #FE3164
Text Example
Text Example
White with #FE3164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3164; }
p { color: rgb(254,49,100); }
H1.HeaderClassName
{
color: #FE3164;
}
.AnyTagClassName
{
color: #FE3164;
}
</style>
background-color css
<style>
a { background-color: #FE3164; }
a { background-color: rgb(254,49,100); }
div.DivClassName
{
background-color: #FE3164;
}
.BgClassName
{
background-color: #FE3164;
}
</style>
border-color css
<style>
span { border-color: #FE3164; }
span { border-color: rgb(254,49,100); }
td.TdClassName
{
border-color: #FE3164;
}
.TagClassName
{
border-color: #FE3164;
}
</style>