Shades of Radical Red #F62066
Tints of Radical Red #F62066
RGB
CMYK
RGB Variations
Color information
#F62066 (or 0xF62066) is known color: Radical Red. HEX triplet: F6, 20 and 66. RGB value is (246,32,102). Sum of RGB (Red+Green+Blue) = 246+32+102=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F62066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62066 is #09DF99. Grayscale: #676767. Windows color (decimal): -647066 or 6693110. OLE color: 6693110.
HSL color Cylindrical-coordinate representation of color #F62066: hue angle of 340.37º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62066 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 102 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.04 |
| HSL | 340.37º | 0.92% | 0.55% | - |
| HSV(B) | 340.37º | 0.87% | 0.96% | - |
| XYZ | 40.92 | 21.59 | 14.58 | - |
| YUV | 103.97 | 126.9 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 102 | 0 | 0.87 | 0.59 | 0.04 | 340.37 | 0.92 | 0.55 |
| Hex | F6 | 20 | 66 | 0 | 57 | 3B | 4 | 154 | 5C | 37 |
| Octal | 366 | 40 | 146 | 0 | 127 | 73 | 4 | 524 | 134 | 67 |
| Binary | 11110110 | 100000 | 1100110 | 0 | 1010111 | 111011 | 100 | 101010100 | 1011100 | 110111 |
Color Harmonies of #F62066
Complementary color
Monochromatic Colors of #F62066
Black with #F62066
Text Example
Text Example
White with #F62066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62066; }
p { color: rgb(246,32,102); }
H1.HeaderClassName
{
color: #F62066;
}
.AnyTagClassName
{
color: #F62066;
}
</style>
background-color css
<style>
a { background-color: #F62066; }
a { background-color: rgb(246,32,102); }
div.DivClassName
{
background-color: #F62066;
}
.BgClassName
{
background-color: #F62066;
}
</style>
border-color css
<style>
span { border-color: #F62066; }
span { border-color: rgb(246,32,102); }
td.TdClassName
{
border-color: #F62066;
}
.TagClassName
{
border-color: #F62066;
}
</style>