Shades of Radical Red #F93162
Tints of Radical Red #F93162
RGB
CMYK
RGB Variations
Color information
#F93162 (or 0xF93162) is known color: Radical Red. HEX triplet: F9, 31 and 62. RGB value is (249,49,98). Sum of RGB (Red+Green+Blue) = 249+49+98=396 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.88% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 249 - color contains mainly: red. Hex color #F93162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93162 is #06CE9D. Grayscale: #727272. Windows color (decimal): -446110 or 6435321. OLE color: 6435321.
HSL color Cylindrical-coordinate representation of color #F93162: hue angle of 345.3º 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 #F93162 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 98 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.02 |
| HSL | 345.3º | 0.94% | 0.58% | - |
| HSV(B) | 345.3º | 0.8% | 0.98% | - |
| XYZ | 42.37 | 23.22 | 13.8 | - |
| YUV | 114.39 | 118.76 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 98 | 0 | 0.80 | 0.61 | 0.02 | 345.3 | 0.94 | 0.58 |
| Hex | F9 | 31 | 62 | 0 | 50 | 3D | 2 | 159 | 5E | 3A |
| Octal | 371 | 61 | 142 | 0 | 120 | 75 | 2 | 531 | 136 | 72 |
| Binary | 11111001 | 110001 | 1100010 | 0 | 1010000 | 111101 | 10 | 101011001 | 1011110 | 111010 |
Color Harmonies of #F93162
Complementary color
Monochromatic Colors of #F93162
Black with #F93162
Text Example
Text Example
White with #F93162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93162; }
p { color: rgb(249,49,98); }
H1.HeaderClassName
{
color: #F93162;
}
.AnyTagClassName
{
color: #F93162;
}
</style>
background-color css
<style>
a { background-color: #F93162; }
a { background-color: rgb(249,49,98); }
div.DivClassName
{
background-color: #F93162;
}
.BgClassName
{
background-color: #F93162;
}
</style>
border-color css
<style>
span { border-color: #F93162; }
span { border-color: rgb(249,49,98); }
td.TdClassName
{
border-color: #F93162;
}
.TagClassName
{
border-color: #F93162;
}
</style>