Shades of Radical Red #F92E4D
Tints of Radical Red #F92E4D
RGB
CMYK
RGB Variations
Color information
#F92E4D (or 0xF92E4D) is known color: Radical Red. HEX triplet: F9, 2E and 4D. RGB value is (249,46,77). Sum of RGB (Red+Green+Blue) = 249+46+77=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92E4D is #06D1B2. Grayscale: #6E6E6E. Windows color (decimal): -446899 or 5058297. OLE color: 5058297.
HSL color Cylindrical-coordinate representation of color #F92E4D: hue angle of 350.84º 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 #F92E4D is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 77 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.02 |
| HSL | 350.84º | 0.94% | 0.58% | - |
| HSV(B) | 350.84º | 0.82% | 0.98% | - |
| XYZ | 41.38 | 22.63 | 9.21 | - |
| YUV | 110.23 | 109.25 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 77 | 0 | 0.82 | 0.69 | 0.02 | 350.84 | 0.94 | 0.58 |
| Hex | F9 | 2E | 4D | 0 | 52 | 45 | 2 | 15F | 5E | 3A |
| Octal | 371 | 56 | 115 | 0 | 122 | 105 | 2 | 537 | 136 | 72 |
| Binary | 11111001 | 101110 | 1001101 | 0 | 1010010 | 1000101 | 10 | 101011111 | 1011110 | 111010 |
Color Harmonies of #F92E4D
Complementary color
Monochromatic Colors of #F92E4D
Black with #F92E4D
Text Example
Text Example
White with #F92E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92E4D; }
p { color: rgb(249,46,77); }
H1.HeaderClassName
{
color: #F92E4D;
}
.AnyTagClassName
{
color: #F92E4D;
}
</style>
background-color css
<style>
a { background-color: #F92E4D; }
a { background-color: rgb(249,46,77); }
div.DivClassName
{
background-color: #F92E4D;
}
.BgClassName
{
background-color: #F92E4D;
}
</style>
border-color css
<style>
span { border-color: #F92E4D; }
span { border-color: rgb(249,46,77); }
td.TdClassName
{
border-color: #F92E4D;
}
.TagClassName
{
border-color: #F92E4D;
}
</style>