Shades of Radical Red #F63062
Tints of Radical Red #F63062
RGB
CMYK
RGB Variations
Color information
#F63062 (or 0xF63062) is known color: Radical Red. HEX triplet: F6, 30 and 62. RGB value is (246,48,98). Sum of RGB (Red+Green+Blue) = 246+48+98=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F63062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63062 is #09CF9D. Grayscale: #707070. Windows color (decimal): -642974 or 6435062. OLE color: 6435062.
HSL color Cylindrical-coordinate representation of color #F63062: hue angle of 344.85º 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 #F63062 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 98 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.04 |
| HSL | 344.85º | 0.92% | 0.58% | - |
| HSV(B) | 344.85º | 0.8% | 0.96% | - |
| XYZ | 41.27 | 22.59 | 13.74 | - |
| YUV | 112.9 | 119.6 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 98 | 0 | 0.80 | 0.60 | 0.04 | 344.85 | 0.92 | 0.58 |
| Hex | F6 | 30 | 62 | 0 | 50 | 3C | 4 | 159 | 5C | 3A |
| Octal | 366 | 60 | 142 | 0 | 120 | 74 | 4 | 531 | 134 | 72 |
| Binary | 11110110 | 110000 | 1100010 | 0 | 1010000 | 111100 | 100 | 101011001 | 1011100 | 111010 |
Color Harmonies of #F63062
Complementary color
Monochromatic Colors of #F63062
Black with #F63062
Text Example
Text Example
White with #F63062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63062; }
p { color: rgb(246,48,98); }
H1.HeaderClassName
{
color: #F63062;
}
.AnyTagClassName
{
color: #F63062;
}
</style>
background-color css
<style>
a { background-color: #F63062; }
a { background-color: rgb(246,48,98); }
div.DivClassName
{
background-color: #F63062;
}
.BgClassName
{
background-color: #F63062;
}
</style>
border-color css
<style>
span { border-color: #F63062; }
span { border-color: rgb(246,48,98); }
td.TdClassName
{
border-color: #F63062;
}
.TagClassName
{
border-color: #F63062;
}
</style>