Shades of Radical Red #F92D76
Tints of Radical Red #F92D76
RGB
CMYK
RGB Variations
Color information
#F92D76 (or 0xF92D76) is known color: Radical Red. HEX triplet: F9, 2D and 76. RGB value is (249,45,118). Sum of RGB (Red+Green+Blue) = 249+45+118=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92D76 is #06D289. Grayscale: #727272. Windows color (decimal): -447114 or 7745017. OLE color: 7745017.
HSL color Cylindrical-coordinate representation of color #F92D76: hue angle of 338.53º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92D76 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 118 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.02 |
| HSL | 338.53º | 0.94% | 0.58% | - |
| HSV(B) | 338.53º | 0.82% | 0.98% | - |
| XYZ | 43.28 | 23.32 | 19.36 | - |
| YUV | 114.32 | 130.09 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 118 | 0 | 0.82 | 0.53 | 0.02 | 338.53 | 0.94 | 0.58 |
| Hex | F9 | 2D | 76 | 0 | 52 | 35 | 2 | 153 | 5E | 3A |
| Octal | 371 | 55 | 166 | 0 | 122 | 65 | 2 | 523 | 136 | 72 |
| Binary | 11111001 | 101101 | 1110110 | 0 | 1010010 | 110101 | 10 | 101010011 | 1011110 | 111010 |
Color Harmonies of #F92D76
Complementary color
Monochromatic Colors of #F92D76
Black with #F92D76
Text Example
Text Example
White with #F92D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D76; }
p { color: rgb(249,45,118); }
H1.HeaderClassName
{
color: #F92D76;
}
.AnyTagClassName
{
color: #F92D76;
}
</style>
background-color css
<style>
a { background-color: #F92D76; }
a { background-color: rgb(249,45,118); }
div.DivClassName
{
background-color: #F92D76;
}
.BgClassName
{
background-color: #F92D76;
}
</style>
border-color css
<style>
span { border-color: #F92D76; }
span { border-color: rgb(249,45,118); }
td.TdClassName
{
border-color: #F92D76;
}
.TagClassName
{
border-color: #F92D76;
}
</style>