Shades of Radical Red #FE4C64
Tints of Radical Red #FE4C64
RGB
CMYK
RGB Variations
Color information
#FE4C64 (or 0xFE4C64) is known color: Radical Red. HEX triplet: FE, 4C and 64. RGB value is (254,76,100). Sum of RGB (Red+Green+Blue) = 254+76+100=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4C64 is #01B39B. Grayscale: #848484. Windows color (decimal): -111516 or 6573310. OLE color: 6573310.
HSL color Cylindrical-coordinate representation of color #FE4C64: hue angle of 351.91º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4C64 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 100 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.00 |
| HSL | 351.91º | 0.99% | 0.65% | - |
| HSV(B) | 351.91º | 0.7% | 1% | - |
| XYZ | 45.76 | 27.16 | 14.89 | - |
| YUV | 131.96 | 109.97 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 100 | 0 | 0.70 | 0.61 | 0.00 | 351.91 | 0.99 | 0.65 |
| Hex | FE | 4C | 64 | 0 | 46 | 3D | 0 | 160 | 63 | 41 |
| Octal | 376 | 114 | 144 | 0 | 106 | 75 | 0 | 540 | 143 | 101 |
| Binary | 11111110 | 1001100 | 1100100 | 0 | 1000110 | 111101 | 0 | 101100000 | 1100011 | 1000001 |
Color Harmonies of #FE4C64
Complementary color
Monochromatic Colors of #FE4C64
Black with #FE4C64
Text Example
Text Example
White with #FE4C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4C64; }
p { color: rgb(254,76,100); }
H1.HeaderClassName
{
color: #FE4C64;
}
.AnyTagClassName
{
color: #FE4C64;
}
</style>
background-color css
<style>
a { background-color: #FE4C64; }
a { background-color: rgb(254,76,100); }
div.DivClassName
{
background-color: #FE4C64;
}
.BgClassName
{
background-color: #FE4C64;
}
</style>
border-color css
<style>
span { border-color: #FE4C64; }
span { border-color: rgb(254,76,100); }
td.TdClassName
{
border-color: #FE4C64;
}
.TagClassName
{
border-color: #FE4C64;
}
</style>