Shades of Ruby #FA1965
Tints of Ruby #FA1965
RGB
CMYK
RGB Variations
Color information
#FA1965 (or 0xFA1965) is known color: Ruby. HEX triplet: FA, 19 and 65. RGB value is (250,25,101). Sum of RGB (Red+Green+Blue) = 250+25+101=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1965 is #05E69A. Grayscale: #646464. Windows color (decimal): -386715 or 6625786. OLE color: 6625786.
HSL color Cylindrical-coordinate representation of color #FA1965: hue angle of 339.73º 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 #FA1965 is Cyan = 0, Magento = 0.9, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 101 | - |
| CMYK | 0 | 0.9 | 0.60 | 0.02 |
| HSL | 339.73º | 0.96% | 0.54% | - |
| HSV(B) | 339.73º | 0.9% | 0.98% | - |
| XYZ | 42.12 | 21.96 | 14.33 | - |
| YUV | 100.94 | 128.04 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 101 | 0 | 0.9 | 0.60 | 0.02 | 339.73 | 0.96 | 0.54 |
| Hex | FA | 19 | 65 | 0 | 5A | 3C | 2 | 154 | 60 | 36 |
| Octal | 372 | 31 | 145 | 0 | 132 | 74 | 2 | 524 | 140 | 66 |
| Binary | 11111010 | 11001 | 1100101 | 0 | 1011010 | 111100 | 10 | 101010100 | 1100000 | 110110 |
Color Harmonies of #FA1965
Complementary color
Monochromatic Colors of #FA1965
Black with #FA1965
Text Example
Text Example
White with #FA1965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1965; }
p { color: rgb(250,25,101); }
H1.HeaderClassName
{
color: #FA1965;
}
.AnyTagClassName
{
color: #FA1965;
}
</style>
background-color css
<style>
a { background-color: #FA1965; }
a { background-color: rgb(250,25,101); }
div.DivClassName
{
background-color: #FA1965;
}
.BgClassName
{
background-color: #FA1965;
}
</style>
border-color css
<style>
span { border-color: #FA1965; }
span { border-color: rgb(250,25,101); }
td.TdClassName
{
border-color: #FA1965;
}
.TagClassName
{
border-color: #FA1965;
}
</style>