Shades of Ruby #F22164
Tints of Ruby #F22164
RGB
CMYK
RGB Variations
Color information
#F22164 (or 0xF22164) is known color: Ruby. HEX triplet: F2, 21 and 64. RGB value is (242,33,100). Sum of RGB (Red+Green+Blue) = 242+33+100=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F22164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22164 is #0DDE9B. Grayscale: #676767. Windows color (decimal): -908956 or 6562290. OLE color: 6562290.
HSL color Cylindrical-coordinate representation of color #F22164: hue angle of 340.77º 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 #F22164 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 100 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.05 |
| HSL | 340.77º | 0.89% | 0.54% | - |
| HSV(B) | 340.77º | 0.86% | 0.95% | - |
| XYZ | 39.46 | 20.89 | 14.01 | - |
| YUV | 103.13 | 126.24 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 100 | 0 | 0.86 | 0.59 | 0.05 | 340.77 | 0.89 | 0.54 |
| Hex | F2 | 21 | 64 | 0 | 56 | 3B | 5 | 155 | 59 | 36 |
| Octal | 362 | 41 | 144 | 0 | 126 | 73 | 5 | 525 | 131 | 66 |
| Binary | 11110010 | 100001 | 1100100 | 0 | 1010110 | 111011 | 101 | 101010101 | 1011001 | 110110 |
Color Harmonies of #F22164
Complementary color
Monochromatic Colors of #F22164
Black with #F22164
Text Example
Text Example
White with #F22164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22164; }
p { color: rgb(242,33,100); }
H1.HeaderClassName
{
color: #F22164;
}
.AnyTagClassName
{
color: #F22164;
}
</style>
background-color css
<style>
a { background-color: #F22164; }
a { background-color: rgb(242,33,100); }
div.DivClassName
{
background-color: #F22164;
}
.BgClassName
{
background-color: #F22164;
}
</style>
border-color css
<style>
span { border-color: #F22164; }
span { border-color: rgb(242,33,100); }
td.TdClassName
{
border-color: #F22164;
}
.TagClassName
{
border-color: #F22164;
}
</style>