Shades of Radical Red #F62964
Tints of Radical Red #F62964
RGB
CMYK
RGB Variations
Color information
#F62964 (or 0xF62964) is known color: Radical Red. HEX triplet: F6, 29 and 64. RGB value is (246,41,100). Sum of RGB (Red+Green+Blue) = 246+41+100=387 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.57% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 246 - color contains mainly: red. Hex color #F62964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62964 is #09D69B. Grayscale: #6C6C6C. Windows color (decimal): -644764 or 6564342. OLE color: 6564342.
HSL color Cylindrical-coordinate representation of color #F62964: hue angle of 342.73º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62964 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 100 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.04 |
| HSL | 342.73º | 0.92% | 0.56% | - |
| HSV(B) | 342.73º | 0.83% | 0.96% | - |
| XYZ | 41.1 | 22.1 | 14.16 | - |
| YUV | 109.02 | 122.92 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 100 | 0 | 0.83 | 0.59 | 0.04 | 342.73 | 0.92 | 0.56 |
| Hex | F6 | 29 | 64 | 0 | 53 | 3B | 4 | 157 | 5C | 38 |
| Octal | 366 | 51 | 144 | 0 | 123 | 73 | 4 | 527 | 134 | 70 |
| Binary | 11110110 | 101001 | 1100100 | 0 | 1010011 | 111011 | 100 | 101010111 | 1011100 | 111000 |
Color Harmonies of #F62964
Complementary color
Monochromatic Colors of #F62964
Black with #F62964
Text Example
Text Example
White with #F62964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62964; }
p { color: rgb(246,41,100); }
H1.HeaderClassName
{
color: #F62964;
}
.AnyTagClassName
{
color: #F62964;
}
</style>
background-color css
<style>
a { background-color: #F62964; }
a { background-color: rgb(246,41,100); }
div.DivClassName
{
background-color: #F62964;
}
.BgClassName
{
background-color: #F62964;
}
</style>
border-color css
<style>
span { border-color: #F62964; }
span { border-color: rgb(246,41,100); }
td.TdClassName
{
border-color: #F62964;
}
.TagClassName
{
border-color: #F62964;
}
</style>