Shades of Radical Red #F93160
Tints of Radical Red #F93160
RGB
CMYK
RGB Variations
Color information
#F93160 (or 0xF93160) is known color: Radical Red. HEX triplet: F9, 31 and 60. RGB value is (249,49,96). Sum of RGB (Red+Green+Blue) = 249+49+96=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F93160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93160 is #06CE9F. Grayscale: #727272. Windows color (decimal): -446112 or 6304249. OLE color: 6304249.
HSL color Cylindrical-coordinate representation of color #F93160: hue angle of 345.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93160 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 96 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.02 |
| HSL | 345.9º | 0.94% | 0.58% | - |
| HSV(B) | 345.9º | 0.8% | 0.98% | - |
| XYZ | 42.28 | 23.18 | 13.31 | - |
| YUV | 114.16 | 117.76 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 96 | 0 | 0.80 | 0.61 | 0.02 | 345.9 | 0.94 | 0.58 |
| Hex | F9 | 31 | 60 | 0 | 50 | 3D | 2 | 15A | 5E | 3A |
| Octal | 371 | 61 | 140 | 0 | 120 | 75 | 2 | 532 | 136 | 72 |
| Binary | 11111001 | 110001 | 1100000 | 0 | 1010000 | 111101 | 10 | 101011010 | 1011110 | 111010 |
Color Harmonies of #F93160
Complementary color
Monochromatic Colors of #F93160
Black with #F93160
Text Example
Text Example
White with #F93160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93160; }
p { color: rgb(249,49,96); }
H1.HeaderClassName
{
color: #F93160;
}
.AnyTagClassName
{
color: #F93160;
}
</style>
background-color css
<style>
a { background-color: #F93160; }
a { background-color: rgb(249,49,96); }
div.DivClassName
{
background-color: #F93160;
}
.BgClassName
{
background-color: #F93160;
}
</style>
border-color css
<style>
span { border-color: #F93160; }
span { border-color: rgb(249,49,96); }
td.TdClassName
{
border-color: #F93160;
}
.TagClassName
{
border-color: #F93160;
}
</style>