Shades of Radical Red #F92672
Tints of Radical Red #F92672
RGB
CMYK
RGB Variations
Color information
#F92672 (or 0xF92672) is known color: Radical Red. HEX triplet: F9, 26 and 72. RGB value is (249,38,114). Sum of RGB (Red+Green+Blue) = 249+38+114=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F92672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92672 is #06D98D. Grayscale: #6D6D6D. Windows color (decimal): -448910 or 7481081. OLE color: 7481081.
HSL color Cylindrical-coordinate representation of color #F92672: hue angle of 338.39º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F92672 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 114 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.02 |
| HSL | 338.39º | 0.95% | 0.56% | - |
| HSV(B) | 338.39º | 0.85% | 0.98% | - |
| XYZ | 42.8 | 22.74 | 18.05 | - |
| YUV | 109.75 | 130.4 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 114 | 0 | 0.85 | 0.54 | 0.02 | 338.39 | 0.95 | 0.56 |
| Hex | F9 | 26 | 72 | 0 | 55 | 36 | 2 | 152 | 5F | 38 |
| Octal | 371 | 46 | 162 | 0 | 125 | 66 | 2 | 522 | 137 | 70 |
| Binary | 11111001 | 100110 | 1110010 | 0 | 1010101 | 110110 | 10 | 101010010 | 1011111 | 111000 |
Color Harmonies of #F92672
Complementary color
Monochromatic Colors of #F92672
Black with #F92672
Text Example
Text Example
White with #F92672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92672; }
p { color: rgb(249,38,114); }
H1.HeaderClassName
{
color: #F92672;
}
.AnyTagClassName
{
color: #F92672;
}
</style>
background-color css
<style>
a { background-color: #F92672; }
a { background-color: rgb(249,38,114); }
div.DivClassName
{
background-color: #F92672;
}
.BgClassName
{
background-color: #F92672;
}
</style>
border-color css
<style>
span { border-color: #F92672; }
span { border-color: rgb(249,38,114); }
td.TdClassName
{
border-color: #F92672;
}
.TagClassName
{
border-color: #F92672;
}
</style>