Shades of Radical Red #F63073
Tints of Radical Red #F63073
RGB
CMYK
RGB Variations
Color information
#F63073 (or 0xF63073) is known color: Radical Red. HEX triplet: F6, 30 and 73. RGB value is (246,48,115). Sum of RGB (Red+Green+Blue) = 246+48+115=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F63073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63073 is #09CF8C. Grayscale: #727272. Windows color (decimal): -642957 or 7549174. OLE color: 7549174.
HSL color Cylindrical-coordinate representation of color #F63073: hue angle of 339.7º 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 #F63073 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 115 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.04 |
| HSL | 339.7º | 0.92% | 0.58% | - |
| HSV(B) | 339.7º | 0.8% | 0.96% | - |
| XYZ | 42.16 | 22.94 | 18.43 | - |
| YUV | 114.84 | 128.1 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 115 | 0 | 0.80 | 0.53 | 0.04 | 339.7 | 0.92 | 0.58 |
| Hex | F6 | 30 | 73 | 0 | 50 | 35 | 4 | 154 | 5C | 3A |
| Octal | 366 | 60 | 163 | 0 | 120 | 65 | 4 | 524 | 134 | 72 |
| Binary | 11110110 | 110000 | 1110011 | 0 | 1010000 | 110101 | 100 | 101010100 | 1011100 | 111010 |
Color Harmonies of #F63073
Complementary color
Monochromatic Colors of #F63073
Black with #F63073
Text Example
Text Example
White with #F63073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63073; }
p { color: rgb(246,48,115); }
H1.HeaderClassName
{
color: #F63073;
}
.AnyTagClassName
{
color: #F63073;
}
</style>
background-color css
<style>
a { background-color: #F63073; }
a { background-color: rgb(246,48,115); }
div.DivClassName
{
background-color: #F63073;
}
.BgClassName
{
background-color: #F63073;
}
</style>
border-color css
<style>
span { border-color: #F63073; }
span { border-color: rgb(246,48,115); }
td.TdClassName
{
border-color: #F63073;
}
.TagClassName
{
border-color: #F63073;
}
</style>