Shades of Radical Red #F72F5E
Tints of Radical Red #F72F5E
RGB
CMYK
RGB Variations
Color information
#F72F5E (or 0xF72F5E) is known color: Radical Red. HEX triplet: F7, 2F and 5E. RGB value is (247,47,94). Sum of RGB (Red+Green+Blue) = 247+47+94=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72F5E is #08D0A1. Grayscale: #707070. Windows color (decimal): -577698 or 6172663. OLE color: 6172663.
HSL color Cylindrical-coordinate representation of color #F72F5E: hue angle of 345.9º 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 #F72F5E is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 47 | 94 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.03 |
| HSL | 345.9º | 0.93% | 0.58% | - |
| HSV(B) | 345.9º | 0.81% | 0.97% | - |
| XYZ | 41.39 | 22.62 | 12.77 | - |
| YUV | 112.16 | 117.76 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 47 | 94 | 0 | 0.81 | 0.62 | 0.03 | 345.9 | 0.93 | 0.58 |
| Hex | F7 | 2F | 5E | 0 | 51 | 3E | 3 | 15A | 5D | 3A |
| Octal | 367 | 57 | 136 | 0 | 121 | 76 | 3 | 532 | 135 | 72 |
| Binary | 11110111 | 101111 | 1011110 | 0 | 1010001 | 111110 | 11 | 101011010 | 1011101 | 111010 |
Color Harmonies of #F72F5E
Complementary color
Monochromatic Colors of #F72F5E
Black with #F72F5E
Text Example
Text Example
White with #F72F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72F5E; }
p { color: rgb(247,47,94); }
H1.HeaderClassName
{
color: #F72F5E;
}
.AnyTagClassName
{
color: #F72F5E;
}
</style>
background-color css
<style>
a { background-color: #F72F5E; }
a { background-color: rgb(247,47,94); }
div.DivClassName
{
background-color: #F72F5E;
}
.BgClassName
{
background-color: #F72F5E;
}
</style>
border-color css
<style>
span { border-color: #F72F5E; }
span { border-color: rgb(247,47,94); }
td.TdClassName
{
border-color: #F72F5E;
}
.TagClassName
{
border-color: #F72F5E;
}
</style>