Shades of Radical Red #F72E60
Tints of Radical Red #F72E60
RGB
CMYK
RGB Variations
Color information
#F72E60 (or 0xF72E60) is known color: Radical Red. HEX triplet: F7, 2E and 60. RGB value is (247,46,96). Sum of RGB (Red+Green+Blue) = 247+46+96=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F72E60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72E60 is #08D19F. Grayscale: #6F6F6F. Windows color (decimal): -577952 or 6303479. OLE color: 6303479.
HSL color Cylindrical-coordinate representation of color #F72E60: hue angle of 345.07º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72E60 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 46 | 96 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.03 |
| HSL | 345.07º | 0.93% | 0.57% | - |
| HSV(B) | 345.07º | 0.81% | 0.97% | - |
| XYZ | 41.45 | 22.57 | 13.24 | - |
| YUV | 111.8 | 119.09 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 46 | 96 | 0 | 0.81 | 0.61 | 0.03 | 345.07 | 0.93 | 0.57 |
| Hex | F7 | 2E | 60 | 0 | 51 | 3D | 3 | 159 | 5D | 39 |
| Octal | 367 | 56 | 140 | 0 | 121 | 75 | 3 | 531 | 135 | 71 |
| Binary | 11110111 | 101110 | 1100000 | 0 | 1010001 | 111101 | 11 | 101011001 | 1011101 | 111001 |
Color Harmonies of #F72E60
Complementary color
Monochromatic Colors of #F72E60
Black with #F72E60
Text Example
Text Example
White with #F72E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72E60; }
p { color: rgb(247,46,96); }
H1.HeaderClassName
{
color: #F72E60;
}
.AnyTagClassName
{
color: #F72E60;
}
</style>
background-color css
<style>
a { background-color: #F72E60; }
a { background-color: rgb(247,46,96); }
div.DivClassName
{
background-color: #F72E60;
}
.BgClassName
{
background-color: #F72E60;
}
</style>
border-color css
<style>
span { border-color: #F72E60; }
span { border-color: rgb(247,46,96); }
td.TdClassName
{
border-color: #F72E60;
}
.TagClassName
{
border-color: #F72E60;
}
</style>