Shades of Radical Red #F73270
Tints of Radical Red #F73270
RGB
CMYK
RGB Variations
Color information
#F73270 (or 0xF73270) is known color: Radical Red. HEX triplet: F7, 32 and 70. RGB value is (247,50,112). Sum of RGB (Red+Green+Blue) = 247+50+112=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F73270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73270 is #08CD8F. Grayscale: #737373. Windows color (decimal): -576912 or 7353079. OLE color: 7353079.
HSL color Cylindrical-coordinate representation of color #F73270: hue angle of 341.12º degrees, saturation: 0.92, 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 #F73270 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 50 | 112 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.03 |
| HSL | 341.12º | 0.92% | 0.58% | - |
| HSV(B) | 341.12º | 0.8% | 0.97% | - |
| XYZ | 42.42 | 23.23 | 17.58 | - |
| YUV | 115.97 | 125.77 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 112 | 0 | 0.80 | 0.55 | 0.03 | 341.12 | 0.92 | 0.58 |
| Hex | F7 | 32 | 70 | 0 | 50 | 37 | 3 | 155 | 5C | 3A |
| Octal | 367 | 62 | 160 | 0 | 120 | 67 | 3 | 525 | 134 | 72 |
| Binary | 11110111 | 110010 | 1110000 | 0 | 1010000 | 110111 | 11 | 101010101 | 1011100 | 111010 |
Color Harmonies of #F73270
Complementary color
Monochromatic Colors of #F73270
Black with #F73270
Text Example
Text Example
White with #F73270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73270; }
p { color: rgb(247,50,112); }
H1.HeaderClassName
{
color: #F73270;
}
.AnyTagClassName
{
color: #F73270;
}
</style>
background-color css
<style>
a { background-color: #F73270; }
a { background-color: rgb(247,50,112); }
div.DivClassName
{
background-color: #F73270;
}
.BgClassName
{
background-color: #F73270;
}
</style>
border-color css
<style>
span { border-color: #F73270; }
span { border-color: rgb(247,50,112); }
td.TdClassName
{
border-color: #F73270;
}
.TagClassName
{
border-color: #F73270;
}
</style>