Shades of Radical Red #F73872
Tints of Radical Red #F73872
RGB
CMYK
RGB Variations
Color information
#F73872 (or 0xF73872) is known color: Radical Red. HEX triplet: F7, 38 and 72. RGB value is (247,56,114). Sum of RGB (Red+Green+Blue) = 247+56+114=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F73872 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73872 is #08C78D. Grayscale: #777777. Windows color (decimal): -575374 or 7485687. OLE color: 7485687.
HSL color Cylindrical-coordinate representation of color #F73872: hue angle of 341.78º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73872 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 56 | 114 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.03 |
| HSL | 341.78º | 0.92% | 0.59% | - |
| HSV(B) | 341.78º | 0.77% | 0.97% | - |
| XYZ | 42.81 | 23.82 | 18.26 | - |
| YUV | 119.72 | 124.78 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 56 | 114 | 0 | 0.77 | 0.54 | 0.03 | 341.78 | 0.92 | 0.59 |
| Hex | F7 | 38 | 72 | 0 | 4D | 36 | 3 | 156 | 5C | 3B |
| Octal | 367 | 70 | 162 | 0 | 115 | 66 | 3 | 526 | 134 | 73 |
| Binary | 11110111 | 111000 | 1110010 | 0 | 1001101 | 110110 | 11 | 101010110 | 1011100 | 111011 |
Color Harmonies of #F73872
Complementary color
Monochromatic Colors of #F73872
Black with #F73872
Text Example
Text Example
White with #F73872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73872; }
p { color: rgb(247,56,114); }
H1.HeaderClassName
{
color: #F73872;
}
.AnyTagClassName
{
color: #F73872;
}
</style>
background-color css
<style>
a { background-color: #F73872; }
a { background-color: rgb(247,56,114); }
div.DivClassName
{
background-color: #F73872;
}
.BgClassName
{
background-color: #F73872;
}
</style>
border-color css
<style>
span { border-color: #F73872; }
span { border-color: rgb(247,56,114); }
td.TdClassName
{
border-color: #F73872;
}
.TagClassName
{
border-color: #F73872;
}
</style>