Shades of Ruby #FA1964
Tints of Ruby #FA1964
RGB
CMYK
RGB Variations
Color information
#FA1964 (or 0xFA1964) is known color: Ruby. HEX triplet: FA, 19 and 64. RGB value is (250,25,100). Sum of RGB (Red+Green+Blue) = 250+25+100=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1964 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1964 is #05E69B. Grayscale: #646464. Windows color (decimal): -386716 or 6560250. OLE color: 6560250.
HSL color Cylindrical-coordinate representation of color #FA1964: hue angle of 340º 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 #FA1964 is Cyan = 0, Magento = 0.9, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 100 | - |
| CMYK | 0 | 0.9 | 0.6 | 0.02 |
| HSL | 340º | 0.96% | 0.54% | - |
| HSV(B) | 340º | 0.9% | 0.98% | - |
| XYZ | 42.07 | 21.94 | 14.07 | - |
| YUV | 100.83 | 127.54 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 100 | 0 | 0.9 | 0.6 | 0.02 | 340 | 0.96 | 0.54 |
| Hex | FA | 19 | 64 | 0 | 5A | 3C | 2 | 154 | 60 | 36 |
| Octal | 372 | 31 | 144 | 0 | 132 | 74 | 2 | 524 | 140 | 66 |
| Binary | 11111010 | 11001 | 1100100 | 0 | 1011010 | 111100 | 10 | 101010100 | 1100000 | 110110 |
Color Harmonies of #FA1964
Complementary color
Monochromatic Colors of #FA1964
Black with #FA1964
Text Example
Text Example
White with #FA1964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1964; }
p { color: rgb(250,25,100); }
H1.HeaderClassName
{
color: #FA1964;
}
.AnyTagClassName
{
color: #FA1964;
}
</style>
background-color css
<style>
a { background-color: #FA1964; }
a { background-color: rgb(250,25,100); }
div.DivClassName
{
background-color: #FA1964;
}
.BgClassName
{
background-color: #FA1964;
}
</style>
border-color css
<style>
span { border-color: #FA1964; }
span { border-color: rgb(250,25,100); }
td.TdClassName
{
border-color: #FA1964;
}
.TagClassName
{
border-color: #FA1964;
}
</style>