Shades of Radical Red #F73370
Tints of Radical Red #F73370
RGB
CMYK
RGB Variations
Color information
#F73370 (or 0xF73370) is known color: Radical Red. HEX triplet: F7, 33 and 70. RGB value is (247,51,112). Sum of RGB (Red+Green+Blue) = 247+51+112=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F73370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73370 is #08CC8F. Grayscale: #747474. Windows color (decimal): -576656 or 7353335. OLE color: 7353335.
HSL color Cylindrical-coordinate representation of color #F73370: hue angle of 341.33º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F73370 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 112 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.03 |
| HSL | 341.33º | 0.92% | 0.58% | - |
| HSV(B) | 341.33º | 0.79% | 0.97% | - |
| XYZ | 42.47 | 23.31 | 17.59 | - |
| YUV | 116.56 | 125.43 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 112 | 0 | 0.79 | 0.55 | 0.03 | 341.33 | 0.92 | 0.58 |
| Hex | F7 | 33 | 70 | 0 | 4F | 37 | 3 | 155 | 5C | 3A |
| Octal | 367 | 63 | 160 | 0 | 117 | 67 | 3 | 525 | 134 | 72 |
| Binary | 11110111 | 110011 | 1110000 | 0 | 1001111 | 110111 | 11 | 101010101 | 1011100 | 111010 |
Color Harmonies of #F73370
Complementary color
Monochromatic Colors of #F73370
Black with #F73370
Text Example
Text Example
White with #F73370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73370; }
p { color: rgb(247,51,112); }
H1.HeaderClassName
{
color: #F73370;
}
.AnyTagClassName
{
color: #F73370;
}
</style>
background-color css
<style>
a { background-color: #F73370; }
a { background-color: rgb(247,51,112); }
div.DivClassName
{
background-color: #F73370;
}
.BgClassName
{
background-color: #F73370;
}
</style>
border-color css
<style>
span { border-color: #F73370; }
span { border-color: rgb(247,51,112); }
td.TdClassName
{
border-color: #F73370;
}
.TagClassName
{
border-color: #F73370;
}
</style>