Shades of Radical Red #F63262
Tints of Radical Red #F63262
RGB
CMYK
RGB Variations
Color information
#F63262 (or 0xF63262) is known color: Radical Red. HEX triplet: F6, 32 and 62. RGB value is (246,50,98). Sum of RGB (Red+Green+Blue) = 246+50+98=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F63262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63262 is #09CD9D. Grayscale: #727272. Windows color (decimal): -642462 or 6435574. OLE color: 6435574.
HSL color Cylindrical-coordinate representation of color #F63262: hue angle of 345.31º 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 #F63262 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 98 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.04 |
| HSL | 345.31º | 0.92% | 0.58% | - |
| HSV(B) | 345.31º | 0.8% | 0.96% | - |
| XYZ | 41.35 | 22.76 | 13.77 | - |
| YUV | 114.08 | 118.93 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 98 | 0 | 0.80 | 0.60 | 0.04 | 345.31 | 0.92 | 0.58 |
| Hex | F6 | 32 | 62 | 0 | 50 | 3C | 4 | 159 | 5C | 3A |
| Octal | 366 | 62 | 142 | 0 | 120 | 74 | 4 | 531 | 134 | 72 |
| Binary | 11110110 | 110010 | 1100010 | 0 | 1010000 | 111100 | 100 | 101011001 | 1011100 | 111010 |
Color Harmonies of #F63262
Complementary color
Monochromatic Colors of #F63262
Black with #F63262
Text Example
Text Example
White with #F63262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63262; }
p { color: rgb(246,50,98); }
H1.HeaderClassName
{
color: #F63262;
}
.AnyTagClassName
{
color: #F63262;
}
</style>
background-color css
<style>
a { background-color: #F63262; }
a { background-color: rgb(246,50,98); }
div.DivClassName
{
background-color: #F63262;
}
.BgClassName
{
background-color: #F63262;
}
</style>
border-color css
<style>
span { border-color: #F63262; }
span { border-color: rgb(246,50,98); }
td.TdClassName
{
border-color: #F63262;
}
.TagClassName
{
border-color: #F63262;
}
</style>