Shades of Radical Red #F62C62
Tints of Radical Red #F62C62
RGB
CMYK
RGB Variations
Color information
#F62C62 (or 0xF62C62) is known color: Radical Red. HEX triplet: F6, 2C and 62. RGB value is (246,44,98). Sum of RGB (Red+Green+Blue) = 246+44+98=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F62C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62C62 is #09D39D. Grayscale: #6E6E6E. Windows color (decimal): -643998 or 6434038. OLE color: 6434038.
HSL color Cylindrical-coordinate representation of color #F62C62: hue angle of 343.96º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62C62 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 44 | 98 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.04 |
| HSL | 343.96º | 0.92% | 0.57% | - |
| HSV(B) | 343.96º | 0.82% | 0.96% | - |
| XYZ | 41.11 | 22.28 | 13.69 | - |
| YUV | 110.55 | 120.92 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 44 | 98 | 0 | 0.82 | 0.60 | 0.04 | 343.96 | 0.92 | 0.57 |
| Hex | F6 | 2C | 62 | 0 | 52 | 3C | 4 | 158 | 5C | 39 |
| Octal | 366 | 54 | 142 | 0 | 122 | 74 | 4 | 530 | 134 | 71 |
| Binary | 11110110 | 101100 | 1100010 | 0 | 1010010 | 111100 | 100 | 101011000 | 1011100 | 111001 |
Color Harmonies of #F62C62
Complementary color
Monochromatic Colors of #F62C62
Black with #F62C62
Text Example
Text Example
White with #F62C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62C62; }
p { color: rgb(246,44,98); }
H1.HeaderClassName
{
color: #F62C62;
}
.AnyTagClassName
{
color: #F62C62;
}
</style>
background-color css
<style>
a { background-color: #F62C62; }
a { background-color: rgb(246,44,98); }
div.DivClassName
{
background-color: #F62C62;
}
.BgClassName
{
background-color: #F62C62;
}
</style>
border-color css
<style>
span { border-color: #F62C62; }
span { border-color: rgb(246,44,98); }
td.TdClassName
{
border-color: #F62C62;
}
.TagClassName
{
border-color: #F62C62;
}
</style>