Shades of Radical Red #F73175
Tints of Radical Red #F73175
RGB
CMYK
RGB Variations
Color information
#F73175 (or 0xF73175) is known color: Radical Red. HEX triplet: F7, 31 and 75. RGB value is (247,49,117). Sum of RGB (Red+Green+Blue) = 247+49+117=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F73175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73175 is #08CE8A. Grayscale: #737373. Windows color (decimal): -577163 or 7680503. OLE color: 7680503.
HSL color Cylindrical-coordinate representation of color #F73175: hue angle of 339.39º 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 #F73175 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 117 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.03 |
| HSL | 339.39º | 0.93% | 0.58% | - |
| HSV(B) | 339.39º | 0.8% | 0.97% | - |
| XYZ | 42.67 | 23.26 | 19.07 | - |
| YUV | 115.95 | 128.6 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 117 | 0 | 0.80 | 0.53 | 0.03 | 339.39 | 0.93 | 0.58 |
| Hex | F7 | 31 | 75 | 0 | 50 | 35 | 3 | 153 | 5D | 3A |
| Octal | 367 | 61 | 165 | 0 | 120 | 65 | 3 | 523 | 135 | 72 |
| Binary | 11110111 | 110001 | 1110101 | 0 | 1010000 | 110101 | 11 | 101010011 | 1011101 | 111010 |
Color Harmonies of #F73175
Complementary color
Monochromatic Colors of #F73175
Black with #F73175
Text Example
Text Example
White with #F73175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73175; }
p { color: rgb(247,49,117); }
H1.HeaderClassName
{
color: #F73175;
}
.AnyTagClassName
{
color: #F73175;
}
</style>
background-color css
<style>
a { background-color: #F73175; }
a { background-color: rgb(247,49,117); }
div.DivClassName
{
background-color: #F73175;
}
.BgClassName
{
background-color: #F73175;
}
</style>
border-color css
<style>
span { border-color: #F73175; }
span { border-color: rgb(247,49,117); }
td.TdClassName
{
border-color: #F73175;
}
.TagClassName
{
border-color: #F73175;
}
</style>