Shades of Radical Red #FF4046
Tints of Radical Red #FF4046
RGB
CMYK
RGB Variations
Color information
#FF4046 (or 0xFF4046) is known color: Radical Red. HEX triplet: FF, 40 and 46. RGB value is (255,64,70). Sum of RGB (Red+Green+Blue) = 255+64+70=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4046 is #00BFB9. Grayscale: #797979. Windows color (decimal): -49082 or 4604159. OLE color: 4604159.
HSL color Cylindrical-coordinate representation of color #FF4046: hue angle of 358.12º 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 #FF4046 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 70 | - |
| CMYK | 0 | 0.75 | 0.73 | 0 |
| HSL | 358.12º | 1% | 0.63% | - |
| HSV(B) | 358.12º | 0.75% | 1% | - |
| XYZ | 44.18 | 25.37 | 8.36 | - |
| YUV | 121.79 | 98.78 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 70 | 0 | 0.75 | 0.73 | 0 | 358.12 | 1 | 0.63 |
| Hex | FF | 40 | 46 | 0 | 4B | 49 | 0 | 166 | 64 | 3F |
| Octal | 377 | 100 | 106 | 0 | 113 | 111 | 0 | 546 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1000110 | 0 | 1001011 | 1001001 | 0 | 101100110 | 1100100 | 111111 |
Color Harmonies of #FF4046
Complementary color
Monochromatic Colors of #FF4046
Black with #FF4046
Text Example
Text Example
White with #FF4046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4046; }
p { color: rgb(255,64,70); }
H1.HeaderClassName
{
color: #FF4046;
}
.AnyTagClassName
{
color: #FF4046;
}
</style>
background-color css
<style>
a { background-color: #FF4046; }
a { background-color: rgb(255,64,70); }
div.DivClassName
{
background-color: #FF4046;
}
.BgClassName
{
background-color: #FF4046;
}
</style>
border-color css
<style>
span { border-color: #FF4046; }
span { border-color: rgb(255,64,70); }
td.TdClassName
{
border-color: #FF4046;
}
.TagClassName
{
border-color: #FF4046;
}
</style>