Shades of Radical Red #F93370
Tints of Radical Red #F93370
RGB
CMYK
RGB Variations
Color information
#F93370 (or 0xF93370) is known color: Radical Red. HEX triplet: F9, 33 and 70. RGB value is (249,51,112). Sum of RGB (Red+Green+Blue) = 249+51+112=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F93370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93370 is #06CC8F. Grayscale: #757575. Windows color (decimal): -445584 or 7353337. OLE color: 7353337.
HSL color Cylindrical-coordinate representation of color #F93370: hue angle of 341.52º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93370 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 112 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.02 |
| HSL | 341.52º | 0.94% | 0.59% | - |
| HSV(B) | 341.52º | 0.8% | 0.98% | - |
| XYZ | 43.18 | 23.68 | 17.62 | - |
| YUV | 117.16 | 125.1 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 112 | 0 | 0.80 | 0.55 | 0.02 | 341.52 | 0.94 | 0.59 |
| Hex | F9 | 33 | 70 | 0 | 50 | 37 | 2 | 156 | 5E | 3B |
| Octal | 371 | 63 | 160 | 0 | 120 | 67 | 2 | 526 | 136 | 73 |
| Binary | 11111001 | 110011 | 1110000 | 0 | 1010000 | 110111 | 10 | 101010110 | 1011110 | 111011 |
Color Harmonies of #F93370
Complementary color
Monochromatic Colors of #F93370
Black with #F93370
Text Example
Text Example
White with #F93370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93370; }
p { color: rgb(249,51,112); }
H1.HeaderClassName
{
color: #F93370;
}
.AnyTagClassName
{
color: #F93370;
}
</style>
background-color css
<style>
a { background-color: #F93370; }
a { background-color: rgb(249,51,112); }
div.DivClassName
{
background-color: #F93370;
}
.BgClassName
{
background-color: #F93370;
}
</style>
border-color css
<style>
span { border-color: #F93370; }
span { border-color: rgb(249,51,112); }
td.TdClassName
{
border-color: #F93370;
}
.TagClassName
{
border-color: #F93370;
}
</style>