Shades of Ruby #F4196C
Tints of Ruby #F4196C
RGB
CMYK
RGB Variations
Color information
#F4196C (or 0xF4196C) is known color: Ruby. HEX triplet: F4, 19 and 6C. RGB value is (244,25,108). Sum of RGB (Red+Green+Blue) = 244+25+108=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F4196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4196C is #0BE693. Grayscale: #636363. Windows color (decimal): -779924 or 7084532. OLE color: 7084532.
HSL color Cylindrical-coordinate representation of color #F4196C: hue angle of 337.26º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4196C is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 108 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.04 |
| HSL | 337.26º | 0.91% | 0.53% | - |
| HSV(B) | 337.26º | 0.9% | 0.96% | - |
| XYZ | 40.36 | 21.01 | 16.12 | - |
| YUV | 99.94 | 132.55 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 108 | 0 | 0.90 | 0.56 | 0.04 | 337.26 | 0.91 | 0.53 |
| Hex | F4 | 19 | 6C | 0 | 5A | 38 | 4 | 151 | 5B | 35 |
| Octal | 364 | 31 | 154 | 0 | 132 | 70 | 4 | 521 | 133 | 65 |
| Binary | 11110100 | 11001 | 1101100 | 0 | 1011010 | 111000 | 100 | 101010001 | 1011011 | 110101 |
Color Harmonies of #F4196C
Complementary color
Monochromatic Colors of #F4196C
Black with #F4196C
Text Example
Text Example
White with #F4196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4196C; }
p { color: rgb(244,25,108); }
H1.HeaderClassName
{
color: #F4196C;
}
.AnyTagClassName
{
color: #F4196C;
}
</style>
background-color css
<style>
a { background-color: #F4196C; }
a { background-color: rgb(244,25,108); }
div.DivClassName
{
background-color: #F4196C;
}
.BgClassName
{
background-color: #F4196C;
}
</style>
border-color css
<style>
span { border-color: #F4196C; }
span { border-color: rgb(244,25,108); }
td.TdClassName
{
border-color: #F4196C;
}
.TagClassName
{
border-color: #F4196C;
}
</style>