Shades of Radical Red #FE464D
Tints of Radical Red #FE464D
RGB
CMYK
RGB Variations
Color information
#FE464D (or 0xFE464D) is known color: Radical Red. HEX triplet: FE, 46 and 4D. RGB value is (254,70,77). Sum of RGB (Red+Green+Blue) = 254+70+77=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE464D is #01B9B2. Grayscale: #7D7D7D. Windows color (decimal): -113075 or 5064446. OLE color: 5064446.
HSL color Cylindrical-coordinate representation of color #FE464D: hue angle of 357.72º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE464D is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 77 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.00 |
| HSL | 357.72º | 0.99% | 0.64% | - |
| HSV(B) | 357.72º | 0.72% | 1% | - |
| XYZ | 44.4 | 25.99 | 9.7 | - |
| YUV | 125.81 | 100.46 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 77 | 0 | 0.72 | 0.70 | 0.00 | 357.72 | 0.99 | 0.64 |
| Hex | FE | 46 | 4D | 0 | 48 | 46 | 0 | 166 | 63 | 40 |
| Octal | 376 | 106 | 115 | 0 | 110 | 106 | 0 | 546 | 143 | 100 |
| Binary | 11111110 | 1000110 | 1001101 | 0 | 1001000 | 1000110 | 0 | 101100110 | 1100011 | 1000000 |
Color Harmonies of #FE464D
Complementary color
Monochromatic Colors of #FE464D
Black with #FE464D
Text Example
Text Example
White with #FE464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE464D; }
p { color: rgb(254,70,77); }
H1.HeaderClassName
{
color: #FE464D;
}
.AnyTagClassName
{
color: #FE464D;
}
</style>
background-color css
<style>
a { background-color: #FE464D; }
a { background-color: rgb(254,70,77); }
div.DivClassName
{
background-color: #FE464D;
}
.BgClassName
{
background-color: #FE464D;
}
</style>
border-color css
<style>
span { border-color: #FE464D; }
span { border-color: rgb(254,70,77); }
td.TdClassName
{
border-color: #FE464D;
}
.TagClassName
{
border-color: #FE464D;
}
</style>