Shades of Radical Red #F0406A
Tints of Radical Red #F0406A
RGB
CMYK
RGB Variations
Color information
#F0406A (or 0xF0406A) is known color: Radical Red. HEX triplet: F0, 40 and 6A. RGB value is (240,64,106). Sum of RGB (Red+Green+Blue) = 240+64+106=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F0406A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0406A is #0FBF95. Grayscale: #797979. Windows color (decimal): -1032086 or 6963440. OLE color: 6963440.
HSL color Cylindrical-coordinate representation of color #F0406A: hue angle of 345.68º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0406A is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 106 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.06 |
| HSL | 345.68º | 0.85% | 0.6% | - |
| HSV(B) | 345.68º | 0.73% | 0.94% | - |
| XYZ | 40.37 | 23.23 | 15.99 | - |
| YUV | 121.41 | 119.31 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 106 | 0 | 0.73 | 0.56 | 0.06 | 345.68 | 0.85 | 0.6 |
| Hex | F0 | 40 | 6A | 0 | 49 | 38 | 6 | 15A | 55 | 3C |
| Octal | 360 | 100 | 152 | 0 | 111 | 70 | 6 | 532 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1101010 | 0 | 1001001 | 111000 | 110 | 101011010 | 1010101 | 111100 |
Color Harmonies of #F0406A
Complementary color
Monochromatic Colors of #F0406A
Black with #F0406A
Text Example
Text Example
White with #F0406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0406A; }
p { color: rgb(240,64,106); }
H1.HeaderClassName
{
color: #F0406A;
}
.AnyTagClassName
{
color: #F0406A;
}
</style>
background-color css
<style>
a { background-color: #F0406A; }
a { background-color: rgb(240,64,106); }
div.DivClassName
{
background-color: #F0406A;
}
.BgClassName
{
background-color: #F0406A;
}
</style>
border-color css
<style>
span { border-color: #F0406A; }
span { border-color: rgb(240,64,106); }
td.TdClassName
{
border-color: #F0406A;
}
.TagClassName
{
border-color: #F0406A;
}
</style>