Shades of Ruby #F2116D
Tints of Ruby #F2116D
RGB
CMYK
RGB Variations
Color information
#F2116D (or 0xF2116D) is known color: Ruby. HEX triplet: F2, 11 and 6D. RGB value is (242,17,109). Sum of RGB (Red+Green+Blue) = 242+17+109=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F2116D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2116D is #0DEE92. Grayscale: #5E5E5E. Windows color (decimal): -913043 or 7148018. OLE color: 7148018.
HSL color Cylindrical-coordinate representation of color #F2116D: hue angle of 335.47º 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 #F2116D is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 109 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.05 |
| HSL | 335.47º | 0.9% | 0.51% | - |
| HSV(B) | 335.47º | 0.93% | 0.95% | - |
| XYZ | 39.58 | 20.38 | 16.32 | - |
| YUV | 94.76 | 136.04 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 109 | 0 | 0.93 | 0.55 | 0.05 | 335.47 | 0.9 | 0.51 |
| Hex | F2 | 11 | 6D | 0 | 5D | 37 | 5 | 14F | 5A | 33 |
| Octal | 362 | 21 | 155 | 0 | 135 | 67 | 5 | 517 | 132 | 63 |
| Binary | 11110010 | 10001 | 1101101 | 0 | 1011101 | 110111 | 101 | 101001111 | 1011010 | 110011 |
Color Harmonies of #F2116D
Complementary color
Monochromatic Colors of #F2116D
Black with #F2116D
Text Example
Text Example
White with #F2116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2116D; }
p { color: rgb(242,17,109); }
H1.HeaderClassName
{
color: #F2116D;
}
.AnyTagClassName
{
color: #F2116D;
}
</style>
background-color css
<style>
a { background-color: #F2116D; }
a { background-color: rgb(242,17,109); }
div.DivClassName
{
background-color: #F2116D;
}
.BgClassName
{
background-color: #F2116D;
}
</style>
border-color css
<style>
span { border-color: #F2116D; }
span { border-color: rgb(242,17,109); }
td.TdClassName
{
border-color: #F2116D;
}
.TagClassName
{
border-color: #F2116D;
}
</style>