Shades of Radical Red #F73076
Tints of Radical Red #F73076
RGB
CMYK
RGB Variations
Color information
#F73076 (or 0xF73076) is known color: Radical Red. HEX triplet: F7, 30 and 76. RGB value is (247,48,118). Sum of RGB (Red+Green+Blue) = 247+48+118=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F73076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73076 is #08CF89. Grayscale: #737373. Windows color (decimal): -577418 or 7745783. OLE color: 7745783.
HSL color Cylindrical-coordinate representation of color #F73076: hue angle of 338.89º 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 #F73076 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 118 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.03 |
| HSL | 338.89º | 0.93% | 0.58% | - |
| HSV(B) | 338.89º | 0.81% | 0.97% | - |
| XYZ | 42.68 | 23.2 | 19.37 | - |
| YUV | 115.48 | 129.43 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 118 | 0 | 0.81 | 0.52 | 0.03 | 338.89 | 0.93 | 0.58 |
| Hex | F7 | 30 | 76 | 0 | 51 | 34 | 3 | 153 | 5D | 3A |
| Octal | 367 | 60 | 166 | 0 | 121 | 64 | 3 | 523 | 135 | 72 |
| Binary | 11110111 | 110000 | 1110110 | 0 | 1010001 | 110100 | 11 | 101010011 | 1011101 | 111010 |
Color Harmonies of #F73076
Complementary color
Monochromatic Colors of #F73076
Black with #F73076
Text Example
Text Example
White with #F73076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73076; }
p { color: rgb(247,48,118); }
H1.HeaderClassName
{
color: #F73076;
}
.AnyTagClassName
{
color: #F73076;
}
</style>
background-color css
<style>
a { background-color: #F73076; }
a { background-color: rgb(247,48,118); }
div.DivClassName
{
background-color: #F73076;
}
.BgClassName
{
background-color: #F73076;
}
</style>
border-color css
<style>
span { border-color: #F73076; }
span { border-color: rgb(247,48,118); }
td.TdClassName
{
border-color: #F73076;
}
.TagClassName
{
border-color: #F73076;
}
</style>