Shades of Ruby #F2106B
Tints of Ruby #F2106B
RGB
CMYK
RGB Variations
Color information
#F2106B (or 0xF2106B) is known color: Ruby. HEX triplet: F2, 10 and 6B. RGB value is (242,16,107). Sum of RGB (Red+Green+Blue) = 242+16+107=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F2106B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2106B is #0DEF94. Grayscale: #5D5D5D. Windows color (decimal): -913301 or 7016690. OLE color: 7016690.
HSL color Cylindrical-coordinate representation of color #F2106B: hue angle of 335.84º 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 #F2106B is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 107 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.05 |
| HSL | 335.84º | 0.9% | 0.51% | - |
| HSV(B) | 335.84º | 0.93% | 0.95% | - |
| XYZ | 39.46 | 20.31 | 15.75 | - |
| YUV | 93.95 | 135.37 | 233.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 107 | 0 | 0.93 | 0.56 | 0.05 | 335.84 | 0.9 | 0.51 |
| Hex | F2 | 10 | 6B | 0 | 5D | 38 | 5 | 150 | 5A | 33 |
| Octal | 362 | 20 | 153 | 0 | 135 | 70 | 5 | 520 | 132 | 63 |
| Binary | 11110010 | 10000 | 1101011 | 0 | 1011101 | 111000 | 101 | 101010000 | 1011010 | 110011 |
Color Harmonies of #F2106B
Complementary color
Monochromatic Colors of #F2106B
Black with #F2106B
Text Example
Text Example
White with #F2106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2106B; }
p { color: rgb(242,16,107); }
H1.HeaderClassName
{
color: #F2106B;
}
.AnyTagClassName
{
color: #F2106B;
}
</style>
background-color css
<style>
a { background-color: #F2106B; }
a { background-color: rgb(242,16,107); }
div.DivClassName
{
background-color: #F2106B;
}
.BgClassName
{
background-color: #F2106B;
}
</style>
border-color css
<style>
span { border-color: #F2106B; }
span { border-color: rgb(242,16,107); }
td.TdClassName
{
border-color: #F2106B;
}
.TagClassName
{
border-color: #F2106B;
}
</style>