Shades of Radical Red #F73075
Tints of Radical Red #F73075
RGB
CMYK
RGB Variations
Color information
#F73075 (or 0xF73075) is known color: Radical Red. HEX triplet: F7, 30 and 75. RGB value is (247,48,117). Sum of RGB (Red+Green+Blue) = 247+48+117=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F73075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73075 is #08CF8A. Grayscale: #737373. Windows color (decimal): -577419 or 7680247. OLE color: 7680247.
HSL color Cylindrical-coordinate representation of color #F73075: hue angle of 339.2º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F73075 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 117 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.03 |
| HSL | 339.2º | 0.93% | 0.58% | - |
| HSV(B) | 339.2º | 0.81% | 0.97% | - |
| XYZ | 42.63 | 23.17 | 19.06 | - |
| YUV | 115.37 | 128.93 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 117 | 0 | 0.81 | 0.53 | 0.03 | 339.2 | 0.93 | 0.58 |
| Hex | F7 | 30 | 75 | 0 | 51 | 35 | 3 | 153 | 5D | 3A |
| Octal | 367 | 60 | 165 | 0 | 121 | 65 | 3 | 523 | 135 | 72 |
| Binary | 11110111 | 110000 | 1110101 | 0 | 1010001 | 110101 | 11 | 101010011 | 1011101 | 111010 |
Color Harmonies of #F73075
Complementary color
Monochromatic Colors of #F73075
Black with #F73075
Text Example
Text Example
White with #F73075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73075; }
p { color: rgb(247,48,117); }
H1.HeaderClassName
{
color: #F73075;
}
.AnyTagClassName
{
color: #F73075;
}
</style>
background-color css
<style>
a { background-color: #F73075; }
a { background-color: rgb(247,48,117); }
div.DivClassName
{
background-color: #F73075;
}
.BgClassName
{
background-color: #F73075;
}
</style>
border-color css
<style>
span { border-color: #F73075; }
span { border-color: rgb(247,48,117); }
td.TdClassName
{
border-color: #F73075;
}
.TagClassName
{
border-color: #F73075;
}
</style>