Shades of Radical Red #FF406C
Tints of Radical Red #FF406C
RGB
CMYK
RGB Variations
Color information
#FF406C (or 0xFF406C) is known color: Radical Red. HEX triplet: FF, 40 and 6C. RGB value is (255,64,108). Sum of RGB (Red+Green+Blue) = 255+64+108=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF406C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF406C is #00BF93. Grayscale: #7E7E7E. Windows color (decimal): -49044 or 7094527. OLE color: 7094527.
HSL color Cylindrical-coordinate representation of color #FF406C: hue angle of 346.18º 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 #FF406C is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 108 | - |
| CMYK | 0 | 0.75 | 0.58 | 0 |
| HSL | 346.18º | 1% | 0.63% | - |
| HSV(B) | 346.18º | 0.75% | 1% | - |
| XYZ | 45.78 | 26.01 | 16.79 | - |
| YUV | 126.13 | 117.78 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 108 | 0 | 0.75 | 0.58 | 0 | 346.18 | 1 | 0.63 |
| Hex | FF | 40 | 6C | 0 | 4B | 3A | 0 | 15A | 64 | 3F |
| Octal | 377 | 100 | 154 | 0 | 113 | 72 | 0 | 532 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1101100 | 0 | 1001011 | 111010 | 0 | 101011010 | 1100100 | 111111 |
Color Harmonies of #FF406C
Complementary color
Monochromatic Colors of #FF406C
Black with #FF406C
Text Example
Text Example
White with #FF406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF406C; }
p { color: rgb(255,64,108); }
H1.HeaderClassName
{
color: #FF406C;
}
.AnyTagClassName
{
color: #FF406C;
}
</style>
background-color css
<style>
a { background-color: #FF406C; }
a { background-color: rgb(255,64,108); }
div.DivClassName
{
background-color: #FF406C;
}
.BgClassName
{
background-color: #FF406C;
}
</style>
border-color css
<style>
span { border-color: #FF406C; }
span { border-color: rgb(255,64,108); }
td.TdClassName
{
border-color: #FF406C;
}
.TagClassName
{
border-color: #FF406C;
}
</style>