Shades of Radical Red #F93059
Tints of Radical Red #F93059
RGB
CMYK
RGB Variations
Color information
#F93059 (or 0xF93059) is known color: Radical Red. HEX triplet: F9, 30 and 59. RGB value is (249,48,89). Sum of RGB (Red+Green+Blue) = 249+48+89=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F93059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93059 is #06CFA6. Grayscale: #707070. Windows color (decimal): -446375 or 5845241. OLE color: 5845241.
HSL color Cylindrical-coordinate representation of color #F93059: hue angle of 347.76º 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 #F93059 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 89 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.02 |
| HSL | 347.76º | 0.94% | 0.58% | - |
| HSV(B) | 347.76º | 0.81% | 0.98% | - |
| XYZ | 41.93 | 22.97 | 11.68 | - |
| YUV | 112.77 | 114.59 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 89 | 0 | 0.81 | 0.64 | 0.02 | 347.76 | 0.94 | 0.58 |
| Hex | F9 | 30 | 59 | 0 | 51 | 40 | 2 | 15C | 5E | 3A |
| Octal | 371 | 60 | 131 | 0 | 121 | 100 | 2 | 534 | 136 | 72 |
| Binary | 11111001 | 110000 | 1011001 | 0 | 1010001 | 1000000 | 10 | 101011100 | 1011110 | 111010 |
Color Harmonies of #F93059
Complementary color
Monochromatic Colors of #F93059
Black with #F93059
Text Example
Text Example
White with #F93059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93059; }
p { color: rgb(249,48,89); }
H1.HeaderClassName
{
color: #F93059;
}
.AnyTagClassName
{
color: #F93059;
}
</style>
background-color css
<style>
a { background-color: #F93059; }
a { background-color: rgb(249,48,89); }
div.DivClassName
{
background-color: #F93059;
}
.BgClassName
{
background-color: #F93059;
}
</style>
border-color css
<style>
span { border-color: #F93059; }
span { border-color: rgb(249,48,89); }
td.TdClassName
{
border-color: #F93059;
}
.TagClassName
{
border-color: #F93059;
}
</style>