Shades of Radical Red #F62C68
Tints of Radical Red #F62C68
RGB
CMYK
RGB Variations
Color information
#F62C68 (or 0xF62C68) is known color: Radical Red. HEX triplet: F6, 2C and 68. RGB value is (246,44,104). Sum of RGB (Red+Green+Blue) = 246+44+104=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F62C68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62C68 is #09D397. Grayscale: #6F6F6F. Windows color (decimal): -643992 or 6827254. OLE color: 6827254.
HSL color Cylindrical-coordinate representation of color #F62C68: hue angle of 342.18º 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 #F62C68 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 44 | 104 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.04 |
| HSL | 342.18º | 0.92% | 0.57% | - |
| HSV(B) | 342.18º | 0.82% | 0.96% | - |
| XYZ | 41.41 | 22.39 | 15.24 | - |
| YUV | 111.24 | 123.92 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 44 | 104 | 0 | 0.82 | 0.58 | 0.04 | 342.18 | 0.92 | 0.57 |
| Hex | F6 | 2C | 68 | 0 | 52 | 3A | 4 | 156 | 5C | 39 |
| Octal | 366 | 54 | 150 | 0 | 122 | 72 | 4 | 526 | 134 | 71 |
| Binary | 11110110 | 101100 | 1101000 | 0 | 1010010 | 111010 | 100 | 101010110 | 1011100 | 111001 |
Color Harmonies of #F62C68
Complementary color
Monochromatic Colors of #F62C68
Black with #F62C68
Text Example
Text Example
White with #F62C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62C68; }
p { color: rgb(246,44,104); }
H1.HeaderClassName
{
color: #F62C68;
}
.AnyTagClassName
{
color: #F62C68;
}
</style>
background-color css
<style>
a { background-color: #F62C68; }
a { background-color: rgb(246,44,104); }
div.DivClassName
{
background-color: #F62C68;
}
.BgClassName
{
background-color: #F62C68;
}
</style>
border-color css
<style>
span { border-color: #F62C68; }
span { border-color: rgb(246,44,104); }
td.TdClassName
{
border-color: #F62C68;
}
.TagClassName
{
border-color: #F62C68;
}
</style>