Shades of Radical Red #F63360
Tints of Radical Red #F63360
RGB
CMYK
RGB Variations
Color information
#F63360 (or 0xF63360) is known color: Radical Red. HEX triplet: F6, 33 and 60. RGB value is (246,51,96). Sum of RGB (Red+Green+Blue) = 246+51+96=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F63360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63360 is #09CC9F. Grayscale: #727272. Windows color (decimal): -642208 or 6304758. OLE color: 6304758.
HSL color Cylindrical-coordinate representation of color #F63360: hue angle of 346.15º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F63360 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 51 | 96 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.04 |
| HSL | 346.15º | 0.92% | 0.58% | - |
| HSV(B) | 346.15º | 0.79% | 0.96% | - |
| XYZ | 41.3 | 22.81 | 13.29 | - |
| YUV | 114.44 | 117.6 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 51 | 96 | 0 | 0.79 | 0.61 | 0.04 | 346.15 | 0.92 | 0.58 |
| Hex | F6 | 33 | 60 | 0 | 4F | 3D | 4 | 15A | 5C | 3A |
| Octal | 366 | 63 | 140 | 0 | 117 | 75 | 4 | 532 | 134 | 72 |
| Binary | 11110110 | 110011 | 1100000 | 0 | 1001111 | 111101 | 100 | 101011010 | 1011100 | 111010 |
Color Harmonies of #F63360
Complementary color
Monochromatic Colors of #F63360
Black with #F63360
Text Example
Text Example
White with #F63360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63360; }
p { color: rgb(246,51,96); }
H1.HeaderClassName
{
color: #F63360;
}
.AnyTagClassName
{
color: #F63360;
}
</style>
background-color css
<style>
a { background-color: #F63360; }
a { background-color: rgb(246,51,96); }
div.DivClassName
{
background-color: #F63360;
}
.BgClassName
{
background-color: #F63360;
}
</style>
border-color css
<style>
span { border-color: #F63360; }
span { border-color: rgb(246,51,96); }
td.TdClassName
{
border-color: #F63360;
}
.TagClassName
{
border-color: #F63360;
}
</style>