Shades of Radical Red #F92B50
Tints of Radical Red #F92B50
RGB
CMYK
RGB Variations
Color information
#F92B50 (or 0xF92B50) is known color: Radical Red. HEX triplet: F9, 2B and 50. RGB value is (249,43,80). Sum of RGB (Red+Green+Blue) = 249+43+80=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F92B50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92B50 is #06D4AF. Grayscale: #6C6C6C. Windows color (decimal): -447664 or 5254137. OLE color: 5254137.
HSL color Cylindrical-coordinate representation of color #F92B50: hue angle of 349.22º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92B50 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 43 | 80 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.02 |
| HSL | 349.22º | 0.94% | 0.57% | - |
| HSV(B) | 349.22º | 0.83% | 0.98% | - |
| XYZ | 41.38 | 22.45 | 9.74 | - |
| YUV | 108.81 | 111.75 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 43 | 80 | 0 | 0.83 | 0.68 | 0.02 | 349.22 | 0.94 | 0.57 |
| Hex | F9 | 2B | 50 | 0 | 53 | 44 | 2 | 15D | 5E | 39 |
| Octal | 371 | 53 | 120 | 0 | 123 | 104 | 2 | 535 | 136 | 71 |
| Binary | 11111001 | 101011 | 1010000 | 0 | 1010011 | 1000100 | 10 | 101011101 | 1011110 | 111001 |
Color Harmonies of #F92B50
Complementary color
Monochromatic Colors of #F92B50
Black with #F92B50
Text Example
Text Example
White with #F92B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92B50; }
p { color: rgb(249,43,80); }
H1.HeaderClassName
{
color: #F92B50;
}
.AnyTagClassName
{
color: #F92B50;
}
</style>
background-color css
<style>
a { background-color: #F92B50; }
a { background-color: rgb(249,43,80); }
div.DivClassName
{
background-color: #F92B50;
}
.BgClassName
{
background-color: #F92B50;
}
</style>
border-color css
<style>
span { border-color: #F92B50; }
span { border-color: rgb(249,43,80); }
td.TdClassName
{
border-color: #F92B50;
}
.TagClassName
{
border-color: #F92B50;
}
</style>