Shades of Radical Red #F73063
Tints of Radical Red #F73063
RGB
CMYK
RGB Variations
Color information
#F73063 (or 0xF73063) is known color: Radical Red. HEX triplet: F7, 30 and 63. RGB value is (247,48,99). Sum of RGB (Red+Green+Blue) = 247+48+99=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F73063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73063 is #08CF9C. Grayscale: #717171. Windows color (decimal): -577437 or 6500599. OLE color: 6500599.
HSL color Cylindrical-coordinate representation of color #F73063: hue angle of 344.62º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F73063 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 99 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.03 |
| HSL | 344.62º | 0.93% | 0.58% | - |
| HSV(B) | 344.62º | 0.81% | 0.97% | - |
| XYZ | 41.67 | 22.79 | 14.01 | - |
| YUV | 113.32 | 119.93 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 99 | 0 | 0.81 | 0.60 | 0.03 | 344.62 | 0.93 | 0.58 |
| Hex | F7 | 30 | 63 | 0 | 51 | 3C | 3 | 159 | 5D | 3A |
| Octal | 367 | 60 | 143 | 0 | 121 | 74 | 3 | 531 | 135 | 72 |
| Binary | 11110111 | 110000 | 1100011 | 0 | 1010001 | 111100 | 11 | 101011001 | 1011101 | 111010 |
Color Harmonies of #F73063
Complementary color
Monochromatic Colors of #F73063
Black with #F73063
Text Example
Text Example
White with #F73063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73063; }
p { color: rgb(247,48,99); }
H1.HeaderClassName
{
color: #F73063;
}
.AnyTagClassName
{
color: #F73063;
}
</style>
background-color css
<style>
a { background-color: #F73063; }
a { background-color: rgb(247,48,99); }
div.DivClassName
{
background-color: #F73063;
}
.BgClassName
{
background-color: #F73063;
}
</style>
border-color css
<style>
span { border-color: #F73063; }
span { border-color: rgb(247,48,99); }
td.TdClassName
{
border-color: #F73063;
}
.TagClassName
{
border-color: #F73063;
}
</style>