Shades of Ruby #F22176
Tints of Ruby #F22176
RGB
CMYK
RGB Variations
Color information
#F22176 (or 0xF22176) is known color: Ruby. HEX triplet: F2, 21 and 76. RGB value is (242,33,118). Sum of RGB (Red+Green+Blue) = 242+33+118=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F22176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22176 is #0DDE89. Grayscale: #696969. Windows color (decimal): -908938 or 7741938. OLE color: 7741938.
HSL color Cylindrical-coordinate representation of color #F22176: hue angle of 335.6º 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 #F22176 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 118 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.05 |
| HSL | 335.6º | 0.89% | 0.54% | - |
| HSV(B) | 335.6º | 0.86% | 0.95% | - |
| XYZ | 40.43 | 21.27 | 19.11 | - |
| YUV | 105.18 | 135.24 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 118 | 0 | 0.86 | 0.51 | 0.05 | 335.6 | 0.89 | 0.54 |
| Hex | F2 | 21 | 76 | 0 | 56 | 33 | 5 | 150 | 59 | 36 |
| Octal | 362 | 41 | 166 | 0 | 126 | 63 | 5 | 520 | 131 | 66 |
| Binary | 11110010 | 100001 | 1110110 | 0 | 1010110 | 110011 | 101 | 101010000 | 1011001 | 110110 |
Color Harmonies of #F22176
Complementary color
Monochromatic Colors of #F22176
Black with #F22176
Text Example
Text Example
White with #F22176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22176; }
p { color: rgb(242,33,118); }
H1.HeaderClassName
{
color: #F22176;
}
.AnyTagClassName
{
color: #F22176;
}
</style>
background-color css
<style>
a { background-color: #F22176; }
a { background-color: rgb(242,33,118); }
div.DivClassName
{
background-color: #F22176;
}
.BgClassName
{
background-color: #F22176;
}
</style>
border-color css
<style>
span { border-color: #F22176; }
span { border-color: rgb(242,33,118); }
td.TdClassName
{
border-color: #F22176;
}
.TagClassName
{
border-color: #F22176;
}
</style>