Shades of Ruby #F2196E
Tints of Ruby #F2196E
RGB
CMYK
RGB Variations
Color information
#F2196E (or 0xF2196E) is known color: Ruby. HEX triplet: F2, 19 and 6E. RGB value is (242,25,110). Sum of RGB (Red+Green+Blue) = 242+25+110=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F2196E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2196E is #0DE691. Grayscale: #636363. Windows color (decimal): -910994 or 7215602. OLE color: 7215602.
HSL color Cylindrical-coordinate representation of color #F2196E: hue angle of 336.5º 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 #F2196E is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 110 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.05 |
| HSL | 336.5º | 0.89% | 0.52% | - |
| HSV(B) | 336.5º | 0.9% | 0.95% | - |
| XYZ | 39.78 | 20.7 | 16.65 | - |
| YUV | 99.57 | 133.89 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 110 | 0 | 0.90 | 0.55 | 0.05 | 336.5 | 0.89 | 0.52 |
| Hex | F2 | 19 | 6E | 0 | 5A | 37 | 5 | 150 | 59 | 34 |
| Octal | 362 | 31 | 156 | 0 | 132 | 67 | 5 | 520 | 131 | 64 |
| Binary | 11110010 | 11001 | 1101110 | 0 | 1011010 | 110111 | 101 | 101010000 | 1011001 | 110100 |
Color Harmonies of #F2196E
Complementary color
Monochromatic Colors of #F2196E
Black with #F2196E
Text Example
Text Example
White with #F2196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2196E; }
p { color: rgb(242,25,110); }
H1.HeaderClassName
{
color: #F2196E;
}
.AnyTagClassName
{
color: #F2196E;
}
</style>
background-color css
<style>
a { background-color: #F2196E; }
a { background-color: rgb(242,25,110); }
div.DivClassName
{
background-color: #F2196E;
}
.BgClassName
{
background-color: #F2196E;
}
</style>
border-color css
<style>
span { border-color: #F2196E; }
span { border-color: rgb(242,25,110); }
td.TdClassName
{
border-color: #F2196E;
}
.TagClassName
{
border-color: #F2196E;
}
</style>