Shades of Radical Red #F73153
Tints of Radical Red #F73153
RGB
CMYK
RGB Variations
Color information
#F73153 (or 0xF73153) is known color: Radical Red. HEX triplet: F7, 31 and 53. RGB value is (247,49,83). Sum of RGB (Red+Green+Blue) = 247+49+83=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F73153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73153 is #08CEAC. Grayscale: #707070. Windows color (decimal): -577197 or 5452279. OLE color: 5452279.
HSL color Cylindrical-coordinate representation of color #F73153: hue angle of 349.7º 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 #F73153 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 83 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.03 |
| HSL | 349.7º | 0.93% | 0.58% | - |
| HSV(B) | 349.7º | 0.8% | 0.97% | - |
| XYZ | 41.02 | 22.6 | 10.38 | - |
| YUV | 112.08 | 111.6 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 83 | 0 | 0.80 | 0.66 | 0.03 | 349.7 | 0.93 | 0.58 |
| Hex | F7 | 31 | 53 | 0 | 50 | 42 | 3 | 15E | 5D | 3A |
| Octal | 367 | 61 | 123 | 0 | 120 | 102 | 3 | 536 | 135 | 72 |
| Binary | 11110111 | 110001 | 1010011 | 0 | 1010000 | 1000010 | 11 | 101011110 | 1011101 | 111010 |
Color Harmonies of #F73153
Complementary color
Monochromatic Colors of #F73153
Black with #F73153
Text Example
Text Example
White with #F73153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73153; }
p { color: rgb(247,49,83); }
H1.HeaderClassName
{
color: #F73153;
}
.AnyTagClassName
{
color: #F73153;
}
</style>
background-color css
<style>
a { background-color: #F73153; }
a { background-color: rgb(247,49,83); }
div.DivClassName
{
background-color: #F73153;
}
.BgClassName
{
background-color: #F73153;
}
</style>
border-color css
<style>
span { border-color: #F73153; }
span { border-color: rgb(247,49,83); }
td.TdClassName
{
border-color: #F73153;
}
.TagClassName
{
border-color: #F73153;
}
</style>