Shades of Ruby #F2196D
Tints of Ruby #F2196D
RGB
CMYK
RGB Variations
Color information
#F2196D (or 0xF2196D) is known color: Ruby. HEX triplet: F2, 19 and 6D. RGB value is (242,25,109). Sum of RGB (Red+Green+Blue) = 242+25+109=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F2196D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2196D is #0DE692. Grayscale: #636363. Windows color (decimal): -910995 or 7150066. OLE color: 7150066.
HSL color Cylindrical-coordinate representation of color #F2196D: hue angle of 336.77º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2196D is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 109 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.05 |
| HSL | 336.77º | 0.89% | 0.52% | - |
| HSV(B) | 336.77º | 0.9% | 0.95% | - |
| XYZ | 39.73 | 20.68 | 16.37 | - |
| YUV | 99.46 | 133.39 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 109 | 0 | 0.90 | 0.55 | 0.05 | 336.77 | 0.89 | 0.52 |
| Hex | F2 | 19 | 6D | 0 | 5A | 37 | 5 | 151 | 59 | 34 |
| Octal | 362 | 31 | 155 | 0 | 132 | 67 | 5 | 521 | 131 | 64 |
| Binary | 11110010 | 11001 | 1101101 | 0 | 1011010 | 110111 | 101 | 101010001 | 1011001 | 110100 |
Color Harmonies of #F2196D
Complementary color
Monochromatic Colors of #F2196D
Black with #F2196D
Text Example
Text Example
White with #F2196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2196D; }
p { color: rgb(242,25,109); }
H1.HeaderClassName
{
color: #F2196D;
}
.AnyTagClassName
{
color: #F2196D;
}
</style>
background-color css
<style>
a { background-color: #F2196D; }
a { background-color: rgb(242,25,109); }
div.DivClassName
{
background-color: #F2196D;
}
.BgClassName
{
background-color: #F2196D;
}
</style>
border-color css
<style>
span { border-color: #F2196D; }
span { border-color: rgb(242,25,109); }
td.TdClassName
{
border-color: #F2196D;
}
.TagClassName
{
border-color: #F2196D;
}
</style>