Shades of Radical Red #F73170
Tints of Radical Red #F73170
RGB
CMYK
RGB Variations
Color information
#F73170 (or 0xF73170) is known color: Radical Red. HEX triplet: F7, 31 and 70. RGB value is (247,49,112). Sum of RGB (Red+Green+Blue) = 247+49+112=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F73170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73170 is #08CE8F. Grayscale: #737373. Windows color (decimal): -577168 or 7352823. OLE color: 7352823.
HSL color Cylindrical-coordinate representation of color #F73170: hue angle of 340.91º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F73170 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 112 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.03 |
| HSL | 340.91º | 0.93% | 0.58% | - |
| HSV(B) | 340.91º | 0.8% | 0.97% | - |
| XYZ | 42.38 | 23.14 | 17.56 | - |
| YUV | 115.38 | 126.1 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 112 | 0 | 0.80 | 0.55 | 0.03 | 340.91 | 0.93 | 0.58 |
| Hex | F7 | 31 | 70 | 0 | 50 | 37 | 3 | 155 | 5D | 3A |
| Octal | 367 | 61 | 160 | 0 | 120 | 67 | 3 | 525 | 135 | 72 |
| Binary | 11110111 | 110001 | 1110000 | 0 | 1010000 | 110111 | 11 | 101010101 | 1011101 | 111010 |
Color Harmonies of #F73170
Complementary color
Monochromatic Colors of #F73170
Black with #F73170
Text Example
Text Example
White with #F73170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73170; }
p { color: rgb(247,49,112); }
H1.HeaderClassName
{
color: #F73170;
}
.AnyTagClassName
{
color: #F73170;
}
</style>
background-color css
<style>
a { background-color: #F73170; }
a { background-color: rgb(247,49,112); }
div.DivClassName
{
background-color: #F73170;
}
.BgClassName
{
background-color: #F73170;
}
</style>
border-color css
<style>
span { border-color: #F73170; }
span { border-color: rgb(247,49,112); }
td.TdClassName
{
border-color: #F73170;
}
.TagClassName
{
border-color: #F73170;
}
</style>