Shades of Ruby #FA1970
Tints of Ruby #FA1970
RGB
CMYK
RGB Variations
Color information
#FA1970 (or 0xFA1970) is known color: Ruby. HEX triplet: FA, 19 and 70. RGB value is (250,25,112). Sum of RGB (Red+Green+Blue) = 250+25+112=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1970 is #05E68F. Grayscale: #666666. Windows color (decimal): -386704 or 7346682. OLE color: 7346682.
HSL color Cylindrical-coordinate representation of color #FA1970: hue angle of 336.8º 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 #FA1970 is Cyan = 0, Magento = 0.9, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 112 | - |
| CMYK | 0 | 0.9 | 0.55 | 0.02 |
| HSL | 336.8º | 0.96% | 0.54% | - |
| HSV(B) | 336.8º | 0.9% | 0.98% | - |
| XYZ | 42.7 | 22.19 | 17.36 | - |
| YUV | 102.19 | 133.54 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 112 | 0 | 0.9 | 0.55 | 0.02 | 336.8 | 0.96 | 0.54 |
| Hex | FA | 19 | 70 | 0 | 5A | 37 | 2 | 151 | 60 | 36 |
| Octal | 372 | 31 | 160 | 0 | 132 | 67 | 2 | 521 | 140 | 66 |
| Binary | 11111010 | 11001 | 1110000 | 0 | 1011010 | 110111 | 10 | 101010001 | 1100000 | 110110 |
Color Harmonies of #FA1970
Complementary color
Monochromatic Colors of #FA1970
Black with #FA1970
Text Example
Text Example
White with #FA1970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1970; }
p { color: rgb(250,25,112); }
H1.HeaderClassName
{
color: #FA1970;
}
.AnyTagClassName
{
color: #FA1970;
}
</style>
background-color css
<style>
a { background-color: #FA1970; }
a { background-color: rgb(250,25,112); }
div.DivClassName
{
background-color: #FA1970;
}
.BgClassName
{
background-color: #FA1970;
}
</style>
border-color css
<style>
span { border-color: #FA1970; }
span { border-color: rgb(250,25,112); }
td.TdClassName
{
border-color: #FA1970;
}
.TagClassName
{
border-color: #FA1970;
}
</style>