Shades of Radical Red #F63064
Tints of Radical Red #F63064
RGB
CMYK
RGB Variations
Color information
#F63064 (or 0xF63064) is known color: Radical Red. HEX triplet: F6, 30 and 64. RGB value is (246,48,100). Sum of RGB (Red+Green+Blue) = 246+48+100=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F63064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63064 is #09CF9B. Grayscale: #717171. Windows color (decimal): -642972 or 6566134. OLE color: 6566134.
HSL color Cylindrical-coordinate representation of color #F63064: hue angle of 344.24º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63064 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 100 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.04 |
| HSL | 344.24º | 0.92% | 0.58% | - |
| HSV(B) | 344.24º | 0.8% | 0.96% | - |
| XYZ | 41.36 | 22.63 | 14.24 | - |
| YUV | 113.13 | 120.6 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 100 | 0 | 0.80 | 0.59 | 0.04 | 344.24 | 0.92 | 0.58 |
| Hex | F6 | 30 | 64 | 0 | 50 | 3B | 4 | 158 | 5C | 3A |
| Octal | 366 | 60 | 144 | 0 | 120 | 73 | 4 | 530 | 134 | 72 |
| Binary | 11110110 | 110000 | 1100100 | 0 | 1010000 | 111011 | 100 | 101011000 | 1011100 | 111010 |
Color Harmonies of #F63064
Complementary color
Monochromatic Colors of #F63064
Black with #F63064
Text Example
Text Example
White with #F63064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63064; }
p { color: rgb(246,48,100); }
H1.HeaderClassName
{
color: #F63064;
}
.AnyTagClassName
{
color: #F63064;
}
</style>
background-color css
<style>
a { background-color: #F63064; }
a { background-color: rgb(246,48,100); }
div.DivClassName
{
background-color: #F63064;
}
.BgClassName
{
background-color: #F63064;
}
</style>
border-color css
<style>
span { border-color: #F63064; }
span { border-color: rgb(246,48,100); }
td.TdClassName
{
border-color: #F63064;
}
.TagClassName
{
border-color: #F63064;
}
</style>