Shades of Radical Red #F62168
Tints of Radical Red #F62168
RGB
CMYK
RGB Variations
Color information
#F62168 (or 0xF62168) is known color: Radical Red. HEX triplet: F6, 21 and 68. RGB value is (246,33,104). Sum of RGB (Red+Green+Blue) = 246+33+104=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F62168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62168 is #09DE97. Grayscale: #686868. Windows color (decimal): -646808 or 6824438. OLE color: 6824438.
HSL color Cylindrical-coordinate representation of color #F62168: hue angle of 340º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62168 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 104 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.04 |
| HSL | 340º | 0.92% | 0.55% | - |
| HSV(B) | 340º | 0.87% | 0.96% | - |
| XYZ | 41.05 | 21.68 | 15.12 | - |
| YUV | 104.78 | 127.57 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 104 | 0 | 0.87 | 0.58 | 0.04 | 340 | 0.92 | 0.55 |
| Hex | F6 | 21 | 68 | 0 | 57 | 3A | 4 | 154 | 5C | 37 |
| Octal | 366 | 41 | 150 | 0 | 127 | 72 | 4 | 524 | 134 | 67 |
| Binary | 11110110 | 100001 | 1101000 | 0 | 1010111 | 111010 | 100 | 101010100 | 1011100 | 110111 |
Color Harmonies of #F62168
Complementary color
Monochromatic Colors of #F62168
Black with #F62168
Text Example
Text Example
White with #F62168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62168; }
p { color: rgb(246,33,104); }
H1.HeaderClassName
{
color: #F62168;
}
.AnyTagClassName
{
color: #F62168;
}
</style>
background-color css
<style>
a { background-color: #F62168; }
a { background-color: rgb(246,33,104); }
div.DivClassName
{
background-color: #F62168;
}
.BgClassName
{
background-color: #F62168;
}
</style>
border-color css
<style>
span { border-color: #F62168; }
span { border-color: rgb(246,33,104); }
td.TdClassName
{
border-color: #F62168;
}
.TagClassName
{
border-color: #F62168;
}
</style>