Shades of Radical Red #F92472
Tints of Radical Red #F92472
RGB
CMYK
RGB Variations
Color information
#F92472 (or 0xF92472) is known color: Radical Red. HEX triplet: F9, 24 and 72. RGB value is (249,36,114). Sum of RGB (Red+Green+Blue) = 249+36+114=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F92472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92472 is #06DB8D. Grayscale: #6C6C6C. Windows color (decimal): -449422 or 7480569. OLE color: 7480569.
HSL color Cylindrical-coordinate representation of color #F92472: hue angle of 338.03º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F92472 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 36 | 114 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.02 |
| HSL | 338.03º | 0.95% | 0.56% | - |
| HSV(B) | 338.03º | 0.86% | 0.98% | - |
| XYZ | 42.74 | 22.62 | 18.03 | - |
| YUV | 108.58 | 131.07 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 36 | 114 | 0 | 0.86 | 0.54 | 0.02 | 338.03 | 0.95 | 0.56 |
| Hex | F9 | 24 | 72 | 0 | 56 | 36 | 2 | 152 | 5F | 38 |
| Octal | 371 | 44 | 162 | 0 | 126 | 66 | 2 | 522 | 137 | 70 |
| Binary | 11111001 | 100100 | 1110010 | 0 | 1010110 | 110110 | 10 | 101010010 | 1011111 | 111000 |
Color Harmonies of #F92472
Complementary color
Monochromatic Colors of #F92472
Black with #F92472
Text Example
Text Example
White with #F92472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92472; }
p { color: rgb(249,36,114); }
H1.HeaderClassName
{
color: #F92472;
}
.AnyTagClassName
{
color: #F92472;
}
</style>
background-color css
<style>
a { background-color: #F92472; }
a { background-color: rgb(249,36,114); }
div.DivClassName
{
background-color: #F92472;
}
.BgClassName
{
background-color: #F92472;
}
</style>
border-color css
<style>
span { border-color: #F92472; }
span { border-color: rgb(249,36,114); }
td.TdClassName
{
border-color: #F92472;
}
.TagClassName
{
border-color: #F92472;
}
</style>