Shades of Radical Red #FF4064
Tints of Radical Red #FF4064
RGB
CMYK
RGB Variations
Color information
#FF4064 (or 0xFF4064) is known color: Radical Red. HEX triplet: FF, 40 and 64. RGB value is (255,64,100). Sum of RGB (Red+Green+Blue) = 255+64+100=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4064 is #00BF9B. Grayscale: #7D7D7D. Windows color (decimal): -49052 or 6570239. OLE color: 6570239.
HSL color Cylindrical-coordinate representation of color #FF4064: hue angle of 348.69º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4064 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 100 | - |
| CMYK | 0 | 0.75 | 0.61 | 0 |
| HSL | 348.69º | 1% | 0.63% | - |
| HSV(B) | 348.69º | 0.75% | 1% | - |
| XYZ | 45.37 | 25.85 | 14.65 | - |
| YUV | 125.21 | 113.78 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 100 | 0 | 0.75 | 0.61 | 0 | 348.69 | 1 | 0.63 |
| Hex | FF | 40 | 64 | 0 | 4B | 3D | 0 | 15D | 64 | 3F |
| Octal | 377 | 100 | 144 | 0 | 113 | 75 | 0 | 535 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1100100 | 0 | 1001011 | 111101 | 0 | 101011101 | 1100100 | 111111 |
Color Harmonies of #FF4064
Complementary color
Monochromatic Colors of #FF4064
Black with #FF4064
Text Example
Text Example
White with #FF4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4064; }
p { color: rgb(255,64,100); }
H1.HeaderClassName
{
color: #FF4064;
}
.AnyTagClassName
{
color: #FF4064;
}
</style>
background-color css
<style>
a { background-color: #FF4064; }
a { background-color: rgb(255,64,100); }
div.DivClassName
{
background-color: #FF4064;
}
.BgClassName
{
background-color: #FF4064;
}
</style>
border-color css
<style>
span { border-color: #FF4064; }
span { border-color: rgb(255,64,100); }
td.TdClassName
{
border-color: #FF4064;
}
.TagClassName
{
border-color: #FF4064;
}
</style>