Shades of Radical Red #FF405B
Tints of Radical Red #FF405B
RGB
CMYK
RGB Variations
Color information
#FF405B (or 0xFF405B) is known color: Radical Red. HEX triplet: FF, 40 and 5B. RGB value is (255,64,91). Sum of RGB (Red+Green+Blue) = 255+64+91=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF405B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF405B is #00BFA4. Grayscale: #7C7C7C. Windows color (decimal): -49061 or 5980415. OLE color: 5980415.
HSL color Cylindrical-coordinate representation of color #FF405B: hue angle of 351.52º 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 #FF405B is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 91 | - |
| CMYK | 0 | 0.75 | 0.64 | 0 |
| HSL | 351.52º | 1% | 0.63% | - |
| HSV(B) | 351.52º | 0.75% | 1% | - |
| XYZ | 44.96 | 25.68 | 12.48 | - |
| YUV | 124.19 | 109.28 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 91 | 0 | 0.75 | 0.64 | 0 | 351.52 | 1 | 0.63 |
| Hex | FF | 40 | 5B | 0 | 4B | 40 | 0 | 160 | 64 | 3F |
| Octal | 377 | 100 | 133 | 0 | 113 | 100 | 0 | 540 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1011011 | 0 | 1001011 | 1000000 | 0 | 101100000 | 1100100 | 111111 |
Color Harmonies of #FF405B
Complementary color
Monochromatic Colors of #FF405B
Black with #FF405B
Text Example
Text Example
White with #FF405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF405B; }
p { color: rgb(255,64,91); }
H1.HeaderClassName
{
color: #FF405B;
}
.AnyTagClassName
{
color: #FF405B;
}
</style>
background-color css
<style>
a { background-color: #FF405B; }
a { background-color: rgb(255,64,91); }
div.DivClassName
{
background-color: #FF405B;
}
.BgClassName
{
background-color: #FF405B;
}
</style>
border-color css
<style>
span { border-color: #FF405B; }
span { border-color: rgb(255,64,91); }
td.TdClassName
{
border-color: #FF405B;
}
.TagClassName
{
border-color: #FF405B;
}
</style>