Shades of Ruby #F2106F
Tints of Ruby #F2106F
RGB
CMYK
RGB Variations
Color information
#F2106F (or 0xF2106F) is known color: Ruby. HEX triplet: F2, 10 and 6F. RGB value is (242,16,111). Sum of RGB (Red+Green+Blue) = 242+16+111=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2106F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2106F is #0DEF90. Grayscale: #5E5E5E. Windows color (decimal): -913297 or 7278834. OLE color: 7278834.
HSL color Cylindrical-coordinate representation of color #F2106F: hue angle of 334.78º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2106F is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 111 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.05 |
| HSL | 334.78º | 0.9% | 0.51% | - |
| HSV(B) | 334.78º | 0.93% | 0.95% | - |
| XYZ | 39.67 | 20.4 | 16.88 | - |
| YUV | 94.4 | 137.37 | 233.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 111 | 0 | 0.93 | 0.54 | 0.05 | 334.78 | 0.9 | 0.51 |
| Hex | F2 | 10 | 6F | 0 | 5D | 36 | 5 | 14F | 5A | 33 |
| Octal | 362 | 20 | 157 | 0 | 135 | 66 | 5 | 517 | 132 | 63 |
| Binary | 11110010 | 10000 | 1101111 | 0 | 1011101 | 110110 | 101 | 101001111 | 1011010 | 110011 |
Color Harmonies of #F2106F
Complementary color
Monochromatic Colors of #F2106F
Black with #F2106F
Text Example
Text Example
White with #F2106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2106F; }
p { color: rgb(242,16,111); }
H1.HeaderClassName
{
color: #F2106F;
}
.AnyTagClassName
{
color: #F2106F;
}
</style>
background-color css
<style>
a { background-color: #F2106F; }
a { background-color: rgb(242,16,111); }
div.DivClassName
{
background-color: #F2106F;
}
.BgClassName
{
background-color: #F2106F;
}
</style>
border-color css
<style>
span { border-color: #F2106F; }
span { border-color: rgb(242,16,111); }
td.TdClassName
{
border-color: #F2106F;
}
.TagClassName
{
border-color: #F2106F;
}
</style>