Shades of Radical Red #F72976
Tints of Radical Red #F72976
RGB
CMYK
RGB Variations
Color information
#F72976 (or 0xF72976) is known color: Radical Red. HEX triplet: F7, 29 and 76. RGB value is (247,41,118). Sum of RGB (Red+Green+Blue) = 247+41+118=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F72976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72976 is #08D689. Grayscale: #6F6F6F. Windows color (decimal): -579210 or 7743991. OLE color: 7743991.
HSL color Cylindrical-coordinate representation of color #F72976: hue angle of 337.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F72976 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 118 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.03 |
| HSL | 337.57º | 0.93% | 0.56% | - |
| HSV(B) | 337.57º | 0.83% | 0.97% | - |
| XYZ | 42.42 | 22.67 | 19.28 | - |
| YUV | 111.37 | 131.75 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 118 | 0 | 0.83 | 0.52 | 0.03 | 337.57 | 0.93 | 0.56 |
| Hex | F7 | 29 | 76 | 0 | 53 | 34 | 3 | 152 | 5D | 38 |
| Octal | 367 | 51 | 166 | 0 | 123 | 64 | 3 | 522 | 135 | 70 |
| Binary | 11110111 | 101001 | 1110110 | 0 | 1010011 | 110100 | 11 | 101010010 | 1011101 | 111000 |
Color Harmonies of #F72976
Complementary color
Monochromatic Colors of #F72976
Black with #F72976
Text Example
Text Example
White with #F72976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72976; }
p { color: rgb(247,41,118); }
H1.HeaderClassName
{
color: #F72976;
}
.AnyTagClassName
{
color: #F72976;
}
</style>
background-color css
<style>
a { background-color: #F72976; }
a { background-color: rgb(247,41,118); }
div.DivClassName
{
background-color: #F72976;
}
.BgClassName
{
background-color: #F72976;
}
</style>
border-color css
<style>
span { border-color: #F72976; }
span { border-color: rgb(247,41,118); }
td.TdClassName
{
border-color: #F72976;
}
.TagClassName
{
border-color: #F72976;
}
</style>