Shades of Ruby #F22166
Tints of Ruby #F22166
RGB
CMYK
RGB Variations
Color information
#F22166 (or 0xF22166) is known color: Ruby. HEX triplet: F2, 21 and 66. RGB value is (242,33,102). Sum of RGB (Red+Green+Blue) = 242+33+102=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F22166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22166 is #0DDE99. Grayscale: #676767. Windows color (decimal): -908954 or 6693362. OLE color: 6693362.
HSL color Cylindrical-coordinate representation of color #F22166: hue angle of 340.19º degrees, saturation: 0.89, 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 #F22166 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 102 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.05 |
| HSL | 340.19º | 0.89% | 0.54% | - |
| HSV(B) | 340.19º | 0.86% | 0.95% | - |
| XYZ | 39.56 | 20.92 | 14.52 | - |
| YUV | 103.36 | 127.24 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 102 | 0 | 0.86 | 0.58 | 0.05 | 340.19 | 0.89 | 0.54 |
| Hex | F2 | 21 | 66 | 0 | 56 | 3A | 5 | 154 | 59 | 36 |
| Octal | 362 | 41 | 146 | 0 | 126 | 72 | 5 | 524 | 131 | 66 |
| Binary | 11110010 | 100001 | 1100110 | 0 | 1010110 | 111010 | 101 | 101010100 | 1011001 | 110110 |
Color Harmonies of #F22166
Complementary color
Monochromatic Colors of #F22166
Black with #F22166
Text Example
Text Example
White with #F22166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22166; }
p { color: rgb(242,33,102); }
H1.HeaderClassName
{
color: #F22166;
}
.AnyTagClassName
{
color: #F22166;
}
</style>
background-color css
<style>
a { background-color: #F22166; }
a { background-color: rgb(242,33,102); }
div.DivClassName
{
background-color: #F22166;
}
.BgClassName
{
background-color: #F22166;
}
</style>
border-color css
<style>
span { border-color: #F22166; }
span { border-color: rgb(242,33,102); }
td.TdClassName
{
border-color: #F22166;
}
.TagClassName
{
border-color: #F22166;
}
</style>