Shades of Radical Red #F63160
Tints of Radical Red #F63160
RGB
CMYK
RGB Variations
Color information
#F63160 (or 0xF63160) is known color: Radical Red. HEX triplet: F6, 31 and 60. RGB value is (246,49,96). Sum of RGB (Red+Green+Blue) = 246+49+96=391 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.92% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 246 - color contains mainly: red. Hex color #F63160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63160 is #09CE9F. Grayscale: #717171. Windows color (decimal): -642720 or 6304246. OLE color: 6304246.
HSL color Cylindrical-coordinate representation of color #F63160: hue angle of 345.69º 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 #F63160 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 96 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.04 |
| HSL | 345.69º | 0.92% | 0.58% | - |
| HSV(B) | 345.69º | 0.8% | 0.96% | - |
| XYZ | 41.22 | 22.63 | 13.26 | - |
| YUV | 113.26 | 118.27 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 96 | 0 | 0.80 | 0.61 | 0.04 | 345.69 | 0.92 | 0.58 |
| Hex | F6 | 31 | 60 | 0 | 50 | 3D | 4 | 15A | 5C | 3A |
| Octal | 366 | 61 | 140 | 0 | 120 | 75 | 4 | 532 | 134 | 72 |
| Binary | 11110110 | 110001 | 1100000 | 0 | 1010000 | 111101 | 100 | 101011010 | 1011100 | 111010 |
Color Harmonies of #F63160
Complementary color
Monochromatic Colors of #F63160
Black with #F63160
Text Example
Text Example
White with #F63160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63160; }
p { color: rgb(246,49,96); }
H1.HeaderClassName
{
color: #F63160;
}
.AnyTagClassName
{
color: #F63160;
}
</style>
background-color css
<style>
a { background-color: #F63160; }
a { background-color: rgb(246,49,96); }
div.DivClassName
{
background-color: #F63160;
}
.BgClassName
{
background-color: #F63160;
}
</style>
border-color css
<style>
span { border-color: #F63160; }
span { border-color: rgb(246,49,96); }
td.TdClassName
{
border-color: #F63160;
}
.TagClassName
{
border-color: #F63160;
}
</style>