Shades of Radical Red #FF464A
Tints of Radical Red #FF464A
RGB
CMYK
RGB Variations
Color information
#FF464A (or 0xFF464A) is known color: Radical Red. HEX triplet: FF, 46 and 4A. RGB value is (255,70,74). Sum of RGB (Red+Green+Blue) = 255+70+74=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF464A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF464A is #00B9B5. Grayscale: #7D7D7D. Windows color (decimal): -47542 or 4867839. OLE color: 4867839.
HSL color Cylindrical-coordinate representation of color #FF464A: hue angle of 358.7º 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 #FF464A is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 74 | - |
| CMYK | 0 | 0.73 | 0.71 | 0 |
| HSL | 358.7º | 1% | 0.64% | - |
| HSV(B) | 358.7º | 0.73% | 1% | - |
| XYZ | 44.67 | 26.13 | 9.17 | - |
| YUV | 125.77 | 98.79 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 74 | 0 | 0.73 | 0.71 | 0 | 358.7 | 1 | 0.64 |
| Hex | FF | 46 | 4A | 0 | 49 | 47 | 0 | 167 | 64 | 40 |
| Octal | 377 | 106 | 112 | 0 | 111 | 107 | 0 | 547 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1001010 | 0 | 1001001 | 1000111 | 0 | 101100111 | 1100100 | 1000000 |
Color Harmonies of #FF464A
Complementary color
Monochromatic Colors of #FF464A
Black with #FF464A
Text Example
Text Example
White with #FF464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF464A; }
p { color: rgb(255,70,74); }
H1.HeaderClassName
{
color: #FF464A;
}
.AnyTagClassName
{
color: #FF464A;
}
</style>
background-color css
<style>
a { background-color: #FF464A; }
a { background-color: rgb(255,70,74); }
div.DivClassName
{
background-color: #FF464A;
}
.BgClassName
{
background-color: #FF464A;
}
</style>
border-color css
<style>
span { border-color: #FF464A; }
span { border-color: rgb(255,70,74); }
td.TdClassName
{
border-color: #FF464A;
}
.TagClassName
{
border-color: #FF464A;
}
</style>