Shades of Radical Red #FE4B64
Tints of Radical Red #FE4B64
RGB
CMYK
RGB Variations
Color information
#FE4B64 (or 0xFE4B64) is known color: Radical Red. HEX triplet: FE, 4B and 64. RGB value is (254,75,100). Sum of RGB (Red+Green+Blue) = 254+75+100=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4B64 is #01B49B. Grayscale: #838383. Windows color (decimal): -111772 or 6573054. OLE color: 6573054.
HSL color Cylindrical-coordinate representation of color #FE4B64: hue angle of 351.62º 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 #FE4B64 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 100 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.00 |
| HSL | 351.62º | 0.99% | 0.65% | - |
| HSV(B) | 351.62º | 0.7% | 1% | - |
| XYZ | 45.69 | 27.02 | 14.86 | - |
| YUV | 131.37 | 110.3 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 100 | 0 | 0.70 | 0.61 | 0.00 | 351.62 | 0.99 | 0.65 |
| Hex | FE | 4B | 64 | 0 | 46 | 3D | 0 | 160 | 63 | 41 |
| Octal | 376 | 113 | 144 | 0 | 106 | 75 | 0 | 540 | 143 | 101 |
| Binary | 11111110 | 1001011 | 1100100 | 0 | 1000110 | 111101 | 0 | 101100000 | 1100011 | 1000001 |
Color Harmonies of #FE4B64
Complementary color
Monochromatic Colors of #FE4B64
Black with #FE4B64
Text Example
Text Example
White with #FE4B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B64; }
p { color: rgb(254,75,100); }
H1.HeaderClassName
{
color: #FE4B64;
}
.AnyTagClassName
{
color: #FE4B64;
}
</style>
background-color css
<style>
a { background-color: #FE4B64; }
a { background-color: rgb(254,75,100); }
div.DivClassName
{
background-color: #FE4B64;
}
.BgClassName
{
background-color: #FE4B64;
}
</style>
border-color css
<style>
span { border-color: #FE4B64; }
span { border-color: rgb(254,75,100); }
td.TdClassName
{
border-color: #FE4B64;
}
.TagClassName
{
border-color: #FE4B64;
}
</style>