Shades of Radical Red #F92F77
Tints of Radical Red #F92F77
RGB
CMYK
RGB Variations
Color information
#F92F77 (or 0xF92F77) is known color: Radical Red. HEX triplet: F9, 2F and 77. RGB value is (249,47,119). Sum of RGB (Red+Green+Blue) = 249+47+119=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92F77 is #06D088. Grayscale: #737373. Windows color (decimal): -446601 or 7811065. OLE color: 7811065.
HSL color Cylindrical-coordinate representation of color #F92F77: hue angle of 338.61º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F92F77 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 119 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.02 |
| HSL | 338.61º | 0.94% | 0.58% | - |
| HSV(B) | 338.61º | 0.81% | 0.98% | - |
| XYZ | 43.41 | 23.5 | 19.7 | - |
| YUV | 115.61 | 129.92 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 119 | 0 | 0.81 | 0.52 | 0.02 | 338.61 | 0.94 | 0.58 |
| Hex | F9 | 2F | 77 | 0 | 51 | 34 | 2 | 153 | 5E | 3A |
| Octal | 371 | 57 | 167 | 0 | 121 | 64 | 2 | 523 | 136 | 72 |
| Binary | 11111001 | 101111 | 1110111 | 0 | 1010001 | 110100 | 10 | 101010011 | 1011110 | 111010 |
Color Harmonies of #F92F77
Complementary color
Monochromatic Colors of #F92F77
Black with #F92F77
Text Example
Text Example
White with #F92F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92F77; }
p { color: rgb(249,47,119); }
H1.HeaderClassName
{
color: #F92F77;
}
.AnyTagClassName
{
color: #F92F77;
}
</style>
background-color css
<style>
a { background-color: #F92F77; }
a { background-color: rgb(249,47,119); }
div.DivClassName
{
background-color: #F92F77;
}
.BgClassName
{
background-color: #F92F77;
}
</style>
border-color css
<style>
span { border-color: #F92F77; }
span { border-color: rgb(249,47,119); }
td.TdClassName
{
border-color: #F92F77;
}
.TagClassName
{
border-color: #F92F77;
}
</style>