Shades of Radical Red #F92F50
Tints of Radical Red #F92F50
RGB
CMYK
RGB Variations
Color information
#F92F50 (or 0xF92F50) is known color: Radical Red. HEX triplet: F9, 2F and 50. RGB value is (249,47,80). Sum of RGB (Red+Green+Blue) = 249+47+80=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92F50 is #06D0AF. Grayscale: #6F6F6F. Windows color (decimal): -446640 or 5255161. OLE color: 5255161.
HSL color Cylindrical-coordinate representation of color #F92F50: hue angle of 350.2º 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 #F92F50 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 80 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.02 |
| HSL | 350.2º | 0.94% | 0.58% | - |
| HSV(B) | 350.2º | 0.81% | 0.98% | - |
| XYZ | 41.53 | 22.75 | 9.79 | - |
| YUV | 111.16 | 110.42 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 80 | 0 | 0.81 | 0.68 | 0.02 | 350.2 | 0.94 | 0.58 |
| Hex | F9 | 2F | 50 | 0 | 51 | 44 | 2 | 15E | 5E | 3A |
| Octal | 371 | 57 | 120 | 0 | 121 | 104 | 2 | 536 | 136 | 72 |
| Binary | 11111001 | 101111 | 1010000 | 0 | 1010001 | 1000100 | 10 | 101011110 | 1011110 | 111010 |
Color Harmonies of #F92F50
Complementary color
Monochromatic Colors of #F92F50
Black with #F92F50
Text Example
Text Example
White with #F92F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92F50; }
p { color: rgb(249,47,80); }
H1.HeaderClassName
{
color: #F92F50;
}
.AnyTagClassName
{
color: #F92F50;
}
</style>
background-color css
<style>
a { background-color: #F92F50; }
a { background-color: rgb(249,47,80); }
div.DivClassName
{
background-color: #F92F50;
}
.BgClassName
{
background-color: #F92F50;
}
</style>
border-color css
<style>
span { border-color: #F92F50; }
span { border-color: rgb(249,47,80); }
td.TdClassName
{
border-color: #F92F50;
}
.TagClassName
{
border-color: #F92F50;
}
</style>