Shades of Radical Red #F73166
Tints of Radical Red #F73166
RGB
CMYK
RGB Variations
Color information
#F73166 (or 0xF73166) is known color: Radical Red. HEX triplet: F7, 31 and 66. RGB value is (247,49,102). Sum of RGB (Red+Green+Blue) = 247+49+102=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F73166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73166 is #08CE99. Grayscale: #727272. Windows color (decimal): -577178 or 6697463. OLE color: 6697463.
HSL color Cylindrical-coordinate representation of color #F73166: hue angle of 343.94º 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 #F73166 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 102 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.03 |
| HSL | 343.94º | 0.93% | 0.58% | - |
| HSV(B) | 343.94º | 0.8% | 0.97% | - |
| XYZ | 41.85 | 22.93 | 14.79 | - |
| YUV | 114.24 | 121.1 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 102 | 0 | 0.80 | 0.59 | 0.03 | 343.94 | 0.93 | 0.58 |
| Hex | F7 | 31 | 66 | 0 | 50 | 3B | 3 | 158 | 5D | 3A |
| Octal | 367 | 61 | 146 | 0 | 120 | 73 | 3 | 530 | 135 | 72 |
| Binary | 11110111 | 110001 | 1100110 | 0 | 1010000 | 111011 | 11 | 101011000 | 1011101 | 111010 |
Color Harmonies of #F73166
Complementary color
Monochromatic Colors of #F73166
Black with #F73166
Text Example
Text Example
White with #F73166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73166; }
p { color: rgb(247,49,102); }
H1.HeaderClassName
{
color: #F73166;
}
.AnyTagClassName
{
color: #F73166;
}
</style>
background-color css
<style>
a { background-color: #F73166; }
a { background-color: rgb(247,49,102); }
div.DivClassName
{
background-color: #F73166;
}
.BgClassName
{
background-color: #F73166;
}
</style>
border-color css
<style>
span { border-color: #F73166; }
span { border-color: rgb(247,49,102); }
td.TdClassName
{
border-color: #F73166;
}
.TagClassName
{
border-color: #F73166;
}
</style>