Shades of Ruby #F22066
Tints of Ruby #F22066
RGB
CMYK
RGB Variations
Color information
#F22066 (or 0xF22066) is known color: Ruby. HEX triplet: F2, 20 and 66. RGB value is (242,32,102). Sum of RGB (Red+Green+Blue) = 242+32+102=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F22066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22066 is #0DDF99. Grayscale: #666666. Windows color (decimal): -909210 or 6693106. OLE color: 6693106.
HSL color Cylindrical-coordinate representation of color #F22066: hue angle of 340º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F22066 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 102 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.05 |
| HSL | 340º | 0.89% | 0.54% | - |
| HSV(B) | 340º | 0.87% | 0.95% | - |
| XYZ | 39.53 | 20.87 | 14.52 | - |
| YUV | 102.77 | 127.57 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 102 | 0 | 0.87 | 0.58 | 0.05 | 340 | 0.89 | 0.54 |
| Hex | F2 | 20 | 66 | 0 | 57 | 3A | 5 | 154 | 59 | 36 |
| Octal | 362 | 40 | 146 | 0 | 127 | 72 | 5 | 524 | 131 | 66 |
| Binary | 11110010 | 100000 | 1100110 | 0 | 1010111 | 111010 | 101 | 101010100 | 1011001 | 110110 |
Color Harmonies of #F22066
Complementary color
Monochromatic Colors of #F22066
Black with #F22066
Text Example
Text Example
White with #F22066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22066; }
p { color: rgb(242,32,102); }
H1.HeaderClassName
{
color: #F22066;
}
.AnyTagClassName
{
color: #F22066;
}
</style>
background-color css
<style>
a { background-color: #F22066; }
a { background-color: rgb(242,32,102); }
div.DivClassName
{
background-color: #F22066;
}
.BgClassName
{
background-color: #F22066;
}
</style>
border-color css
<style>
span { border-color: #F22066; }
span { border-color: rgb(242,32,102); }
td.TdClassName
{
border-color: #F22066;
}
.TagClassName
{
border-color: #F22066;
}
</style>