Shades of Radical Red #F72978
Tints of Radical Red #F72978
RGB
CMYK
RGB Variations
Color information
#F72978 (or 0xF72978) is known color: Radical Red. HEX triplet: F7, 29 and 78. RGB value is (247,41,120). Sum of RGB (Red+Green+Blue) = 247+41+120=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F72978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72978 is #08D687. Grayscale: #6F6F6F. Windows color (decimal): -579208 or 7875063. OLE color: 7875063.
HSL color Cylindrical-coordinate representation of color #F72978: hue angle of 336.99º 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 #F72978 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 120 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.03 |
| HSL | 336.99º | 0.93% | 0.56% | - |
| HSV(B) | 336.99º | 0.83% | 0.97% | - |
| XYZ | 42.54 | 22.72 | 19.91 | - |
| YUV | 111.6 | 132.75 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 120 | 0 | 0.83 | 0.51 | 0.03 | 336.99 | 0.93 | 0.56 |
| Hex | F7 | 29 | 78 | 0 | 53 | 33 | 3 | 151 | 5D | 38 |
| Octal | 367 | 51 | 170 | 0 | 123 | 63 | 3 | 521 | 135 | 70 |
| Binary | 11110111 | 101001 | 1111000 | 0 | 1010011 | 110011 | 11 | 101010001 | 1011101 | 111000 |
Color Harmonies of #F72978
Complementary color
Monochromatic Colors of #F72978
Black with #F72978
Text Example
Text Example
White with #F72978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72978; }
p { color: rgb(247,41,120); }
H1.HeaderClassName
{
color: #F72978;
}
.AnyTagClassName
{
color: #F72978;
}
</style>
background-color css
<style>
a { background-color: #F72978; }
a { background-color: rgb(247,41,120); }
div.DivClassName
{
background-color: #F72978;
}
.BgClassName
{
background-color: #F72978;
}
</style>
border-color css
<style>
span { border-color: #F72978; }
span { border-color: rgb(247,41,120); }
td.TdClassName
{
border-color: #F72978;
}
.TagClassName
{
border-color: #F72978;
}
</style>