Shades of Radical Red #F72966
Tints of Radical Red #F72966
RGB
CMYK
RGB Variations
Color information
#F72966 (or 0xF72966) is known color: Radical Red. HEX triplet: F7, 29 and 66. RGB value is (247,41,102). Sum of RGB (Red+Green+Blue) = 247+41+102=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F72966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72966 is #08D699. Grayscale: #6D6D6D. Windows color (decimal): -579226 or 6695415. OLE color: 6695415.
HSL color Cylindrical-coordinate representation of color #F72966: hue angle of 342.23º 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 #F72966 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 102 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.03 |
| HSL | 342.23º | 0.93% | 0.56% | - |
| HSV(B) | 342.23º | 0.83% | 0.97% | - |
| XYZ | 41.55 | 22.32 | 14.69 | - |
| YUV | 109.55 | 123.75 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 102 | 0 | 0.83 | 0.59 | 0.03 | 342.23 | 0.93 | 0.56 |
| Hex | F7 | 29 | 66 | 0 | 53 | 3B | 3 | 156 | 5D | 38 |
| Octal | 367 | 51 | 146 | 0 | 123 | 73 | 3 | 526 | 135 | 70 |
| Binary | 11110111 | 101001 | 1100110 | 0 | 1010011 | 111011 | 11 | 101010110 | 1011101 | 111000 |
Color Harmonies of #F72966
Complementary color
Monochromatic Colors of #F72966
Black with #F72966
Text Example
Text Example
White with #F72966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72966; }
p { color: rgb(247,41,102); }
H1.HeaderClassName
{
color: #F72966;
}
.AnyTagClassName
{
color: #F72966;
}
</style>
background-color css
<style>
a { background-color: #F72966; }
a { background-color: rgb(247,41,102); }
div.DivClassName
{
background-color: #F72966;
}
.BgClassName
{
background-color: #F72966;
}
</style>
border-color css
<style>
span { border-color: #F72966; }
span { border-color: rgb(247,41,102); }
td.TdClassName
{
border-color: #F72966;
}
.TagClassName
{
border-color: #F72966;
}
</style>