Shades of Radical Red #F93166
Tints of Radical Red #F93166
RGB
CMYK
RGB Variations
Color information
#F93166 (or 0xF93166) is known color: Radical Red. HEX triplet: F9, 31 and 66. RGB value is (249,49,102). Sum of RGB (Red+Green+Blue) = 249+49+102=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F93166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93166 is #06CE99. Grayscale: #727272. Windows color (decimal): -446106 or 6697465. OLE color: 6697465.
HSL color Cylindrical-coordinate representation of color #F93166: hue angle of 344.1º 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 #F93166 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 102 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.02 |
| HSL | 344.1º | 0.94% | 0.58% | - |
| HSV(B) | 344.1º | 0.8% | 0.98% | - |
| XYZ | 42.56 | 23.3 | 14.82 | - |
| YUV | 114.84 | 120.76 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 102 | 0 | 0.80 | 0.59 | 0.02 | 344.1 | 0.94 | 0.58 |
| Hex | F9 | 31 | 66 | 0 | 50 | 3B | 2 | 158 | 5E | 3A |
| Octal | 371 | 61 | 146 | 0 | 120 | 73 | 2 | 530 | 136 | 72 |
| Binary | 11111001 | 110001 | 1100110 | 0 | 1010000 | 111011 | 10 | 101011000 | 1011110 | 111010 |
Color Harmonies of #F93166
Complementary color
Monochromatic Colors of #F93166
Black with #F93166
Text Example
Text Example
White with #F93166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93166; }
p { color: rgb(249,49,102); }
H1.HeaderClassName
{
color: #F93166;
}
.AnyTagClassName
{
color: #F93166;
}
</style>
background-color css
<style>
a { background-color: #F93166; }
a { background-color: rgb(249,49,102); }
div.DivClassName
{
background-color: #F93166;
}
.BgClassName
{
background-color: #F93166;
}
</style>
border-color css
<style>
span { border-color: #F93166; }
span { border-color: rgb(249,49,102); }
td.TdClassName
{
border-color: #F93166;
}
.TagClassName
{
border-color: #F93166;
}
</style>