Shades of Radical Red #F92E5A
Tints of Radical Red #F92E5A
RGB
CMYK
RGB Variations
Color information
#F92E5A (or 0xF92E5A) is known color: Radical Red. HEX triplet: F9, 2E and 5A. RGB value is (249,46,90). Sum of RGB (Red+Green+Blue) = 249+46+90=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92E5A is #06D1A5. Grayscale: #6F6F6F. Windows color (decimal): -446886 or 5910265. OLE color: 5910265.
HSL color Cylindrical-coordinate representation of color #F92E5A: hue angle of 347º 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 #F92E5A is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 90 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.02 |
| HSL | 347º | 0.94% | 0.58% | - |
| HSV(B) | 347º | 0.82% | 0.98% | - |
| XYZ | 41.89 | 22.83 | 11.87 | - |
| YUV | 111.71 | 115.75 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 90 | 0 | 0.82 | 0.64 | 0.02 | 347 | 0.94 | 0.58 |
| Hex | F9 | 2E | 5A | 0 | 52 | 40 | 2 | 15B | 5E | 3A |
| Octal | 371 | 56 | 132 | 0 | 122 | 100 | 2 | 533 | 136 | 72 |
| Binary | 11111001 | 101110 | 1011010 | 0 | 1010010 | 1000000 | 10 | 101011011 | 1011110 | 111010 |
Color Harmonies of #F92E5A
Complementary color
Monochromatic Colors of #F92E5A
Black with #F92E5A
Text Example
Text Example
White with #F92E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92E5A; }
p { color: rgb(249,46,90); }
H1.HeaderClassName
{
color: #F92E5A;
}
.AnyTagClassName
{
color: #F92E5A;
}
</style>
background-color css
<style>
a { background-color: #F92E5A; }
a { background-color: rgb(249,46,90); }
div.DivClassName
{
background-color: #F92E5A;
}
.BgClassName
{
background-color: #F92E5A;
}
</style>
border-color css
<style>
span { border-color: #F92E5A; }
span { border-color: rgb(249,46,90); }
td.TdClassName
{
border-color: #F92E5A;
}
.TagClassName
{
border-color: #F92E5A;
}
</style>