Shades of Radical Red #FF464D
Tints of Radical Red #FF464D
RGB
CMYK
RGB Variations
Color information
#FF464D (or 0xFF464D) is known color: Radical Red. HEX triplet: FF, 46 and 4D. RGB value is (255,70,77). Sum of RGB (Red+Green+Blue) = 255+70+77=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF464D is #00B9B2. Grayscale: #7E7E7E. Windows color (decimal): -47539 or 5064447. OLE color: 5064447.
HSL color Cylindrical-coordinate representation of color #FF464D: hue angle of 357.73º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF464D is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 77 | - |
| CMYK | 0 | 0.73 | 0.70 | 0 |
| HSL | 357.73º | 1% | 0.64% | - |
| HSV(B) | 357.73º | 0.73% | 1% | - |
| XYZ | 44.77 | 26.18 | 9.71 | - |
| YUV | 126.11 | 100.29 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 77 | 0 | 0.73 | 0.70 | 0 | 357.73 | 1 | 0.64 |
| Hex | FF | 46 | 4D | 0 | 49 | 46 | 0 | 166 | 64 | 40 |
| Octal | 377 | 106 | 115 | 0 | 111 | 106 | 0 | 546 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1001101 | 0 | 1001001 | 1000110 | 0 | 101100110 | 1100100 | 1000000 |
Color Harmonies of #FF464D
Complementary color
Monochromatic Colors of #FF464D
Black with #FF464D
Text Example
Text Example
White with #FF464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF464D; }
p { color: rgb(255,70,77); }
H1.HeaderClassName
{
color: #FF464D;
}
.AnyTagClassName
{
color: #FF464D;
}
</style>
background-color css
<style>
a { background-color: #FF464D; }
a { background-color: rgb(255,70,77); }
div.DivClassName
{
background-color: #FF464D;
}
.BgClassName
{
background-color: #FF464D;
}
</style>
border-color css
<style>
span { border-color: #FF464D; }
span { border-color: rgb(255,70,77); }
td.TdClassName
{
border-color: #FF464D;
}
.TagClassName
{
border-color: #FF464D;
}
</style>