Shades of Radical Red #FF405E
Tints of Radical Red #FF405E
RGB
CMYK
RGB Variations
Color information
#FF405E (or 0xFF405E) is known color: Radical Red. HEX triplet: FF, 40 and 5E. RGB value is (255,64,94). Sum of RGB (Red+Green+Blue) = 255+64+94=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF405E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF405E is #00BFA1. Grayscale: #7C7C7C. Windows color (decimal): -49058 or 6177023. OLE color: 6177023.
HSL color Cylindrical-coordinate representation of color #FF405E: hue angle of 350.58º 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 #FF405E is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 94 | - |
| CMYK | 0 | 0.75 | 0.63 | 0 |
| HSL | 350.58º | 1% | 0.63% | - |
| HSV(B) | 350.58º | 0.75% | 1% | - |
| XYZ | 45.09 | 25.73 | 13.18 | - |
| YUV | 124.53 | 110.78 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 94 | 0 | 0.75 | 0.63 | 0 | 350.58 | 1 | 0.63 |
| Hex | FF | 40 | 5E | 0 | 4B | 3F | 0 | 15F | 64 | 3F |
| Octal | 377 | 100 | 136 | 0 | 113 | 77 | 0 | 537 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1011110 | 0 | 1001011 | 111111 | 0 | 101011111 | 1100100 | 111111 |
Color Harmonies of #FF405E
Complementary color
Monochromatic Colors of #FF405E
Black with #FF405E
Text Example
Text Example
White with #FF405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF405E; }
p { color: rgb(255,64,94); }
H1.HeaderClassName
{
color: #FF405E;
}
.AnyTagClassName
{
color: #FF405E;
}
</style>
background-color css
<style>
a { background-color: #FF405E; }
a { background-color: rgb(255,64,94); }
div.DivClassName
{
background-color: #FF405E;
}
.BgClassName
{
background-color: #FF405E;
}
</style>
border-color css
<style>
span { border-color: #FF405E; }
span { border-color: rgb(255,64,94); }
td.TdClassName
{
border-color: #FF405E;
}
.TagClassName
{
border-color: #FF405E;
}
</style>