Shades of Radical Red #F92072
Tints of Radical Red #F92072
RGB
CMYK
RGB Variations
Color information
#F92072 (or 0xF92072) is known color: Radical Red. HEX triplet: F9, 20 and 72. RGB value is (249,32,114). Sum of RGB (Red+Green+Blue) = 249+32+114=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F92072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92072 is #06DF8D. Grayscale: #6A6A6A. Windows color (decimal): -450446 or 7479545. OLE color: 7479545.
HSL color Cylindrical-coordinate representation of color #F92072: hue angle of 337.33º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92072 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 114 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.02 |
| HSL | 337.33º | 0.95% | 0.55% | - |
| HSV(B) | 337.33º | 0.87% | 0.98% | - |
| XYZ | 42.62 | 22.39 | 17.99 | - |
| YUV | 106.23 | 132.39 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 114 | 0 | 0.87 | 0.54 | 0.02 | 337.33 | 0.95 | 0.55 |
| Hex | F9 | 20 | 72 | 0 | 57 | 36 | 2 | 151 | 5F | 37 |
| Octal | 371 | 40 | 162 | 0 | 127 | 66 | 2 | 521 | 137 | 67 |
| Binary | 11111001 | 100000 | 1110010 | 0 | 1010111 | 110110 | 10 | 101010001 | 1011111 | 110111 |
Color Harmonies of #F92072
Complementary color
Monochromatic Colors of #F92072
Black with #F92072
Text Example
Text Example
White with #F92072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92072; }
p { color: rgb(249,32,114); }
H1.HeaderClassName
{
color: #F92072;
}
.AnyTagClassName
{
color: #F92072;
}
</style>
background-color css
<style>
a { background-color: #F92072; }
a { background-color: rgb(249,32,114); }
div.DivClassName
{
background-color: #F92072;
}
.BgClassName
{
background-color: #F92072;
}
</style>
border-color css
<style>
span { border-color: #F92072; }
span { border-color: rgb(249,32,114); }
td.TdClassName
{
border-color: #F92072;
}
.TagClassName
{
border-color: #F92072;
}
</style>