Shades of Radical Red #F73672
Tints of Radical Red #F73672
RGB
CMYK
RGB Variations
Color information
#F73672 (or 0xF73672) is known color: Radical Red. HEX triplet: F7, 36 and 72. RGB value is (247,54,114). Sum of RGB (Red+Green+Blue) = 247+54+114=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F73672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73672 is #08C98D. Grayscale: #767676. Windows color (decimal): -575886 or 7485175. OLE color: 7485175.
HSL color Cylindrical-coordinate representation of color #F73672: hue angle of 341.35º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F73672 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 54 | 114 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.03 |
| HSL | 341.35º | 0.92% | 0.59% | - |
| HSV(B) | 341.35º | 0.78% | 0.97% | - |
| XYZ | 42.71 | 23.63 | 18.23 | - |
| YUV | 118.55 | 125.44 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 54 | 114 | 0 | 0.78 | 0.54 | 0.03 | 341.35 | 0.92 | 0.59 |
| Hex | F7 | 36 | 72 | 0 | 4E | 36 | 3 | 155 | 5C | 3B |
| Octal | 367 | 66 | 162 | 0 | 116 | 66 | 3 | 525 | 134 | 73 |
| Binary | 11110111 | 110110 | 1110010 | 0 | 1001110 | 110110 | 11 | 101010101 | 1011100 | 111011 |
Color Harmonies of #F73672
Complementary color
Monochromatic Colors of #F73672
Black with #F73672
Text Example
Text Example
White with #F73672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73672; }
p { color: rgb(247,54,114); }
H1.HeaderClassName
{
color: #F73672;
}
.AnyTagClassName
{
color: #F73672;
}
</style>
background-color css
<style>
a { background-color: #F73672; }
a { background-color: rgb(247,54,114); }
div.DivClassName
{
background-color: #F73672;
}
.BgClassName
{
background-color: #F73672;
}
</style>
border-color css
<style>
span { border-color: #F73672; }
span { border-color: rgb(247,54,114); }
td.TdClassName
{
border-color: #F73672;
}
.TagClassName
{
border-color: #F73672;
}
</style>