Shades of Radical Red #F63168
Tints of Radical Red #F63168
RGB
CMYK
RGB Variations
Color information
#F63168 (or 0xF63168) is known color: Radical Red. HEX triplet: F6, 31 and 68. RGB value is (246,49,104). Sum of RGB (Red+Green+Blue) = 246+49+104=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F63168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63168 is #09CE97. Grayscale: #727272. Windows color (decimal): -642712 or 6828534. OLE color: 6828534.
HSL color Cylindrical-coordinate representation of color #F63168: hue angle of 343.25º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63168 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 104 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.04 |
| HSL | 343.25º | 0.92% | 0.58% | - |
| HSV(B) | 343.25º | 0.8% | 0.96% | - |
| XYZ | 41.6 | 22.79 | 15.3 | - |
| YUV | 114.17 | 122.27 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 104 | 0 | 0.80 | 0.58 | 0.04 | 343.25 | 0.92 | 0.58 |
| Hex | F6 | 31 | 68 | 0 | 50 | 3A | 4 | 157 | 5C | 3A |
| Octal | 366 | 61 | 150 | 0 | 120 | 72 | 4 | 527 | 134 | 72 |
| Binary | 11110110 | 110001 | 1101000 | 0 | 1010000 | 111010 | 100 | 101010111 | 1011100 | 111010 |
Color Harmonies of #F63168
Complementary color
Monochromatic Colors of #F63168
Black with #F63168
Text Example
Text Example
White with #F63168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63168; }
p { color: rgb(246,49,104); }
H1.HeaderClassName
{
color: #F63168;
}
.AnyTagClassName
{
color: #F63168;
}
</style>
background-color css
<style>
a { background-color: #F63168; }
a { background-color: rgb(246,49,104); }
div.DivClassName
{
background-color: #F63168;
}
.BgClassName
{
background-color: #F63168;
}
</style>
border-color css
<style>
span { border-color: #F63168; }
span { border-color: rgb(246,49,104); }
td.TdClassName
{
border-color: #F63168;
}
.TagClassName
{
border-color: #F63168;
}
</style>