Shades of Ruby #FA196D
Tints of Ruby #FA196D
RGB
CMYK
RGB Variations
Color information
#FA196D (or 0xFA196D) is known color: Ruby. HEX triplet: FA, 19 and 6D. RGB value is (250,25,109). Sum of RGB (Red+Green+Blue) = 250+25+109=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA196D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA196D is #05E692. Grayscale: #656565. Windows color (decimal): -386707 or 7150074. OLE color: 7150074.
HSL color Cylindrical-coordinate representation of color #FA196D: hue angle of 337.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA196D is Cyan = 0, Magento = 0.9, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 109 | - |
| CMYK | 0 | 0.9 | 0.56 | 0.02 |
| HSL | 337.6º | 0.96% | 0.54% | - |
| HSV(B) | 337.6º | 0.9% | 0.98% | - |
| XYZ | 42.53 | 22.12 | 16.5 | - |
| YUV | 101.85 | 132.04 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 109 | 0 | 0.9 | 0.56 | 0.02 | 337.6 | 0.96 | 0.54 |
| Hex | FA | 19 | 6D | 0 | 5A | 38 | 2 | 152 | 60 | 36 |
| Octal | 372 | 31 | 155 | 0 | 132 | 70 | 2 | 522 | 140 | 66 |
| Binary | 11111010 | 11001 | 1101101 | 0 | 1011010 | 111000 | 10 | 101010010 | 1100000 | 110110 |
Color Harmonies of #FA196D
Complementary color
Monochromatic Colors of #FA196D
Black with #FA196D
Text Example
Text Example
White with #FA196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA196D; }
p { color: rgb(250,25,109); }
H1.HeaderClassName
{
color: #FA196D;
}
.AnyTagClassName
{
color: #FA196D;
}
</style>
background-color css
<style>
a { background-color: #FA196D; }
a { background-color: rgb(250,25,109); }
div.DivClassName
{
background-color: #FA196D;
}
.BgClassName
{
background-color: #FA196D;
}
</style>
border-color css
<style>
span { border-color: #FA196D; }
span { border-color: rgb(250,25,109); }
td.TdClassName
{
border-color: #FA196D;
}
.TagClassName
{
border-color: #FA196D;
}
</style>