Shades of Radical Red #FF406D
Tints of Radical Red #FF406D
RGB
CMYK
RGB Variations
Color information
#FF406D (or 0xFF406D) is known color: Radical Red. HEX triplet: FF, 40 and 6D. RGB value is (255,64,109). Sum of RGB (Red+Green+Blue) = 255+64+109=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF406D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF406D is #00BF92. Grayscale: #7E7E7E. Windows color (decimal): -49043 or 7160063. OLE color: 7160063.
HSL color Cylindrical-coordinate representation of color #FF406D: hue angle of 345.86º 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 #FF406D is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 109 | - |
| CMYK | 0 | 0.75 | 0.57 | 0 |
| HSL | 345.86º | 1% | 0.63% | - |
| HSV(B) | 345.86º | 0.75% | 1% | - |
| XYZ | 45.83 | 26.03 | 17.08 | - |
| YUV | 126.24 | 118.28 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 109 | 0 | 0.75 | 0.57 | 0 | 345.86 | 1 | 0.63 |
| Hex | FF | 40 | 6D | 0 | 4B | 39 | 0 | 15A | 64 | 3F |
| Octal | 377 | 100 | 155 | 0 | 113 | 71 | 0 | 532 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1101101 | 0 | 1001011 | 111001 | 0 | 101011010 | 1100100 | 111111 |
Color Harmonies of #FF406D
Complementary color
Monochromatic Colors of #FF406D
Black with #FF406D
Text Example
Text Example
White with #FF406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF406D; }
p { color: rgb(255,64,109); }
H1.HeaderClassName
{
color: #FF406D;
}
.AnyTagClassName
{
color: #FF406D;
}
</style>
background-color css
<style>
a { background-color: #FF406D; }
a { background-color: rgb(255,64,109); }
div.DivClassName
{
background-color: #FF406D;
}
.BgClassName
{
background-color: #FF406D;
}
</style>
border-color css
<style>
span { border-color: #FF406D; }
span { border-color: rgb(255,64,109); }
td.TdClassName
{
border-color: #FF406D;
}
.TagClassName
{
border-color: #FF406D;
}
</style>