Shades of Radical Red #F62B64
Tints of Radical Red #F62B64
RGB
CMYK
RGB Variations
Color information
#F62B64 (or 0xF62B64) is known color: Radical Red. HEX triplet: F6, 2B and 64. RGB value is (246,43,100). Sum of RGB (Red+Green+Blue) = 246+43+100=389 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.24% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 246 - color contains mainly: red. Hex color #F62B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62B64 is #09D49B. Grayscale: #6E6E6E. Windows color (decimal): -644252 or 6564854. OLE color: 6564854.
HSL color Cylindrical-coordinate representation of color #F62B64: hue angle of 343.15º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62B64 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 43 | 100 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.04 |
| HSL | 343.15º | 0.92% | 0.57% | - |
| HSV(B) | 343.15º | 0.83% | 0.96% | - |
| XYZ | 41.17 | 22.24 | 14.18 | - |
| YUV | 110.2 | 122.25 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 43 | 100 | 0 | 0.83 | 0.59 | 0.04 | 343.15 | 0.92 | 0.57 |
| Hex | F6 | 2B | 64 | 0 | 53 | 3B | 4 | 157 | 5C | 39 |
| Octal | 366 | 53 | 144 | 0 | 123 | 73 | 4 | 527 | 134 | 71 |
| Binary | 11110110 | 101011 | 1100100 | 0 | 1010011 | 111011 | 100 | 101010111 | 1011100 | 111001 |
Color Harmonies of #F62B64
Complementary color
Monochromatic Colors of #F62B64
Black with #F62B64
Text Example
Text Example
White with #F62B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62B64; }
p { color: rgb(246,43,100); }
H1.HeaderClassName
{
color: #F62B64;
}
.AnyTagClassName
{
color: #F62B64;
}
</style>
background-color css
<style>
a { background-color: #F62B64; }
a { background-color: rgb(246,43,100); }
div.DivClassName
{
background-color: #F62B64;
}
.BgClassName
{
background-color: #F62B64;
}
</style>
border-color css
<style>
span { border-color: #F62B64; }
span { border-color: rgb(246,43,100); }
td.TdClassName
{
border-color: #F62B64;
}
.TagClassName
{
border-color: #F62B64;
}
</style>