Shades of Ruby #F12166
Tints of Ruby #F12166
RGB
CMYK
RGB Variations
Color information
#F12166 (or 0xF12166) is known color: Ruby. HEX triplet: F1, 21 and 66. RGB value is (241,33,102). Sum of RGB (Red+Green+Blue) = 241+33+102=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F12166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12166 is #0EDE99. Grayscale: #666666. Windows color (decimal): -974490 or 6693361. OLE color: 6693361.
HSL color Cylindrical-coordinate representation of color #F12166: hue angle of 340.1º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F12166 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 102 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.05 |
| HSL | 340.1º | 0.88% | 0.54% | - |
| HSV(B) | 340.1º | 0.86% | 0.95% | - |
| XYZ | 39.22 | 20.75 | 14.51 | - |
| YUV | 103.06 | 127.41 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 102 | 0 | 0.86 | 0.58 | 0.05 | 340.1 | 0.88 | 0.54 |
| Hex | F1 | 21 | 66 | 0 | 56 | 3A | 5 | 154 | 58 | 36 |
| Octal | 361 | 41 | 146 | 0 | 126 | 72 | 5 | 524 | 130 | 66 |
| Binary | 11110001 | 100001 | 1100110 | 0 | 1010110 | 111010 | 101 | 101010100 | 1011000 | 110110 |
Color Harmonies of #F12166
Complementary color
Monochromatic Colors of #F12166
Black with #F12166
Text Example
Text Example
White with #F12166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12166; }
p { color: rgb(241,33,102); }
H1.HeaderClassName
{
color: #F12166;
}
.AnyTagClassName
{
color: #F12166;
}
</style>
background-color css
<style>
a { background-color: #F12166; }
a { background-color: rgb(241,33,102); }
div.DivClassName
{
background-color: #F12166;
}
.BgClassName
{
background-color: #F12166;
}
</style>
border-color css
<style>
span { border-color: #F12166; }
span { border-color: rgb(241,33,102); }
td.TdClassName
{
border-color: #F12166;
}
.TagClassName
{
border-color: #F12166;
}
</style>