Shades of Radical Red #F0406B
Tints of Radical Red #F0406B
RGB
CMYK
RGB Variations
Color information
#F0406B (or 0xF0406B) is known color: Radical Red. HEX triplet: F0, 40 and 6B. RGB value is (240,64,107). Sum of RGB (Red+Green+Blue) = 240+64+107=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F0406B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0406B is #0FBF94. Grayscale: #797979. Windows color (decimal): -1032085 or 7028976. OLE color: 7028976.
HSL color Cylindrical-coordinate representation of color #F0406B: hue angle of 345.34º 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 #F0406B is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 107 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.06 |
| HSL | 345.34º | 0.85% | 0.6% | - |
| HSV(B) | 345.34º | 0.73% | 0.94% | - |
| XYZ | 40.42 | 23.25 | 16.27 | - |
| YUV | 121.53 | 119.81 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 107 | 0 | 0.73 | 0.55 | 0.06 | 345.34 | 0.85 | 0.6 |
| Hex | F0 | 40 | 6B | 0 | 49 | 37 | 6 | 159 | 55 | 3C |
| Octal | 360 | 100 | 153 | 0 | 111 | 67 | 6 | 531 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1101011 | 0 | 1001001 | 110111 | 110 | 101011001 | 1010101 | 111100 |
Color Harmonies of #F0406B
Complementary color
Monochromatic Colors of #F0406B
Black with #F0406B
Text Example
Text Example
White with #F0406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0406B; }
p { color: rgb(240,64,107); }
H1.HeaderClassName
{
color: #F0406B;
}
.AnyTagClassName
{
color: #F0406B;
}
</style>
background-color css
<style>
a { background-color: #F0406B; }
a { background-color: rgb(240,64,107); }
div.DivClassName
{
background-color: #F0406B;
}
.BgClassName
{
background-color: #F0406B;
}
</style>
border-color css
<style>
span { border-color: #F0406B; }
span { border-color: rgb(240,64,107); }
td.TdClassName
{
border-color: #F0406B;
}
.TagClassName
{
border-color: #F0406B;
}
</style>