Shades of Radical Red #FE4064
Tints of Radical Red #FE4064
RGB
CMYK
RGB Variations
Color information
#FE4064 (or 0xFE4064) is known color: Radical Red. HEX triplet: FE, 40 and 64. RGB value is (254,64,100). Sum of RGB (Red+Green+Blue) = 254+64+100=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4064 is #01BF9B. Grayscale: #7C7C7C. Windows color (decimal): -114588 or 6570238. OLE color: 6570238.
HSL color Cylindrical-coordinate representation of color #FE4064: hue angle of 348.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE4064 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 100 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.00 |
| HSL | 348.63º | 0.99% | 0.62% | - |
| HSV(B) | 348.63º | 0.75% | 1% | - |
| XYZ | 45.01 | 25.66 | 14.64 | - |
| YUV | 124.91 | 113.95 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 100 | 0 | 0.75 | 0.61 | 0.00 | 348.63 | 0.99 | 0.62 |
| Hex | FE | 40 | 64 | 0 | 4B | 3D | 0 | 15D | 63 | 3E |
| Octal | 376 | 100 | 144 | 0 | 113 | 75 | 0 | 535 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1100100 | 0 | 1001011 | 111101 | 0 | 101011101 | 1100011 | 111110 |
Color Harmonies of #FE4064
Complementary color
Monochromatic Colors of #FE4064
Black with #FE4064
Text Example
Text Example
White with #FE4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4064; }
p { color: rgb(254,64,100); }
H1.HeaderClassName
{
color: #FE4064;
}
.AnyTagClassName
{
color: #FE4064;
}
</style>
background-color css
<style>
a { background-color: #FE4064; }
a { background-color: rgb(254,64,100); }
div.DivClassName
{
background-color: #FE4064;
}
.BgClassName
{
background-color: #FE4064;
}
</style>
border-color css
<style>
span { border-color: #FE4064; }
span { border-color: rgb(254,64,100); }
td.TdClassName
{
border-color: #FE4064;
}
.TagClassName
{
border-color: #FE4064;
}
</style>