Shades of Radical Red #F63362
Tints of Radical Red #F63362
RGB
CMYK
RGB Variations
Color information
#F63362 (or 0xF63362) is known color: Radical Red. HEX triplet: F6, 33 and 62. RGB value is (246,51,98). Sum of RGB (Red+Green+Blue) = 246+51+98=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F63362 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63362 is #09CC9D. Grayscale: #727272. Windows color (decimal): -642206 or 6435830. OLE color: 6435830.
HSL color Cylindrical-coordinate representation of color #F63362: hue angle of 345.54º 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 #F63362 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 51 | 98 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.04 |
| HSL | 345.54º | 0.92% | 0.58% | - |
| HSV(B) | 345.54º | 0.79% | 0.96% | - |
| XYZ | 41.39 | 22.84 | 13.78 | - |
| YUV | 114.66 | 118.6 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 51 | 98 | 0 | 0.79 | 0.60 | 0.04 | 345.54 | 0.92 | 0.58 |
| Hex | F6 | 33 | 62 | 0 | 4F | 3C | 4 | 15A | 5C | 3A |
| Octal | 366 | 63 | 142 | 0 | 117 | 74 | 4 | 532 | 134 | 72 |
| Binary | 11110110 | 110011 | 1100010 | 0 | 1001111 | 111100 | 100 | 101011010 | 1011100 | 111010 |
Color Harmonies of #F63362
Complementary color
Monochromatic Colors of #F63362
Black with #F63362
Text Example
Text Example
White with #F63362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63362; }
p { color: rgb(246,51,98); }
H1.HeaderClassName
{
color: #F63362;
}
.AnyTagClassName
{
color: #F63362;
}
</style>
background-color css
<style>
a { background-color: #F63362; }
a { background-color: rgb(246,51,98); }
div.DivClassName
{
background-color: #F63362;
}
.BgClassName
{
background-color: #F63362;
}
</style>
border-color css
<style>
span { border-color: #F63362; }
span { border-color: rgb(246,51,98); }
td.TdClassName
{
border-color: #F63362;
}
.TagClassName
{
border-color: #F63362;
}
</style>