Shades of Ruby #F2166F
Tints of Ruby #F2166F
RGB
CMYK
RGB Variations
Color information
#F2166F (or 0xF2166F) is known color: Ruby. HEX triplet: F2, 16 and 6F. RGB value is (242,22,111). Sum of RGB (Red+Green+Blue) = 242+22+111=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F2166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2166F is #0DE990. Grayscale: #616161. Windows color (decimal): -911761 or 7280370. OLE color: 7280370.
HSL color Cylindrical-coordinate representation of color #F2166F: hue angle of 335.73º 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 #F2166F is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 111 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.05 |
| HSL | 335.73º | 0.89% | 0.52% | - |
| HSV(B) | 335.73º | 0.91% | 0.95% | - |
| XYZ | 39.77 | 20.6 | 16.92 | - |
| YUV | 97.93 | 135.39 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 111 | 0 | 0.91 | 0.54 | 0.05 | 335.73 | 0.89 | 0.52 |
| Hex | F2 | 16 | 6F | 0 | 5B | 36 | 5 | 150 | 59 | 34 |
| Octal | 362 | 26 | 157 | 0 | 133 | 66 | 5 | 520 | 131 | 64 |
| Binary | 11110010 | 10110 | 1101111 | 0 | 1011011 | 110110 | 101 | 101010000 | 1011001 | 110100 |
Color Harmonies of #F2166F
Complementary color
Monochromatic Colors of #F2166F
Black with #F2166F
Text Example
Text Example
White with #F2166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2166F; }
p { color: rgb(242,22,111); }
H1.HeaderClassName
{
color: #F2166F;
}
.AnyTagClassName
{
color: #F2166F;
}
</style>
background-color css
<style>
a { background-color: #F2166F; }
a { background-color: rgb(242,22,111); }
div.DivClassName
{
background-color: #F2166F;
}
.BgClassName
{
background-color: #F2166F;
}
</style>
border-color css
<style>
span { border-color: #F2166F; }
span { border-color: rgb(242,22,111); }
td.TdClassName
{
border-color: #F2166F;
}
.TagClassName
{
border-color: #F2166F;
}
</style>