Shades of Ruby #F2166B
Tints of Ruby #F2166B
RGB
CMYK
RGB Variations
Color information
#F2166B (or 0xF2166B) is known color: Ruby. HEX triplet: F2, 16 and 6B. RGB value is (242,22,107). Sum of RGB (Red+Green+Blue) = 242+22+107=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2166B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2166B is #0DE994. Grayscale: #616161. Windows color (decimal): -911765 or 7018226. OLE color: 7018226.
HSL color Cylindrical-coordinate representation of color #F2166B: hue angle of 336.82º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2166B is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 107 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.05 |
| HSL | 336.82º | 0.89% | 0.52% | - |
| HSV(B) | 336.82º | 0.91% | 0.95% | - |
| XYZ | 39.56 | 20.51 | 15.78 | - |
| YUV | 97.47 | 133.39 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 107 | 0 | 0.91 | 0.56 | 0.05 | 336.82 | 0.89 | 0.52 |
| Hex | F2 | 16 | 6B | 0 | 5B | 38 | 5 | 151 | 59 | 34 |
| Octal | 362 | 26 | 153 | 0 | 133 | 70 | 5 | 521 | 131 | 64 |
| Binary | 11110010 | 10110 | 1101011 | 0 | 1011011 | 111000 | 101 | 101010001 | 1011001 | 110100 |
Color Harmonies of #F2166B
Complementary color
Monochromatic Colors of #F2166B
Black with #F2166B
Text Example
Text Example
White with #F2166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2166B; }
p { color: rgb(242,22,107); }
H1.HeaderClassName
{
color: #F2166B;
}
.AnyTagClassName
{
color: #F2166B;
}
</style>
background-color css
<style>
a { background-color: #F2166B; }
a { background-color: rgb(242,22,107); }
div.DivClassName
{
background-color: #F2166B;
}
.BgClassName
{
background-color: #F2166B;
}
</style>
border-color css
<style>
span { border-color: #F2166B; }
span { border-color: rgb(242,22,107); }
td.TdClassName
{
border-color: #F2166B;
}
.TagClassName
{
border-color: #F2166B;
}
</style>