Shades of Radical Red #F73150
Tints of Radical Red #F73150
RGB
CMYK
RGB Variations
Color information
#F73150 (or 0xF73150) is known color: Radical Red. HEX triplet: F7, 31 and 50. RGB value is (247,49,80). Sum of RGB (Red+Green+Blue) = 247+49+80=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F73150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73150 is #08CEAF. Grayscale: #6F6F6F. Windows color (decimal): -577200 or 5255671. OLE color: 5255671.
HSL color Cylindrical-coordinate representation of color #F73150: hue angle of 350.61º 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 #F73150 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 80 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.03 |
| HSL | 350.61º | 0.93% | 0.58% | - |
| HSV(B) | 350.61º | 0.8% | 0.97% | - |
| XYZ | 40.9 | 22.55 | 9.79 | - |
| YUV | 111.74 | 110.1 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 80 | 0 | 0.80 | 0.68 | 0.03 | 350.61 | 0.93 | 0.58 |
| Hex | F7 | 31 | 50 | 0 | 50 | 44 | 3 | 15F | 5D | 3A |
| Octal | 367 | 61 | 120 | 0 | 120 | 104 | 3 | 537 | 135 | 72 |
| Binary | 11110111 | 110001 | 1010000 | 0 | 1010000 | 1000100 | 11 | 101011111 | 1011101 | 111010 |
Color Harmonies of #F73150
Complementary color
Monochromatic Colors of #F73150
Black with #F73150
Text Example
Text Example
White with #F73150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73150; }
p { color: rgb(247,49,80); }
H1.HeaderClassName
{
color: #F73150;
}
.AnyTagClassName
{
color: #F73150;
}
</style>
background-color css
<style>
a { background-color: #F73150; }
a { background-color: rgb(247,49,80); }
div.DivClassName
{
background-color: #F73150;
}
.BgClassName
{
background-color: #F73150;
}
</style>
border-color css
<style>
span { border-color: #F73150; }
span { border-color: rgb(247,49,80); }
td.TdClassName
{
border-color: #F73150;
}
.TagClassName
{
border-color: #F73150;
}
</style>