Shades of Ruby #FA1773
Tints of Ruby #FA1773
RGB
CMYK
RGB Variations
Color information
#FA1773 (or 0xFA1773) is known color: Ruby. HEX triplet: FA, 17 and 73. RGB value is (250,23,115). Sum of RGB (Red+Green+Blue) = 250+23+115=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1773 is #05E88C. Grayscale: #656565. Windows color (decimal): -387213 or 7542778. OLE color: 7542778.
HSL color Cylindrical-coordinate representation of color #FA1773: hue angle of 335.68º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1773 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 115 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.02 |
| HSL | 335.68º | 0.96% | 0.54% | - |
| HSV(B) | 335.68º | 0.91% | 0.98% | - |
| XYZ | 42.83 | 22.17 | 18.24 | - |
| YUV | 101.36 | 135.71 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 115 | 0 | 0.91 | 0.54 | 0.02 | 335.68 | 0.96 | 0.54 |
| Hex | FA | 17 | 73 | 0 | 5B | 36 | 2 | 150 | 60 | 36 |
| Octal | 372 | 27 | 163 | 0 | 133 | 66 | 2 | 520 | 140 | 66 |
| Binary | 11111010 | 10111 | 1110011 | 0 | 1011011 | 110110 | 10 | 101010000 | 1100000 | 110110 |
Color Harmonies of #FA1773
Complementary color
Monochromatic Colors of #FA1773
Black with #FA1773
Text Example
Text Example
White with #FA1773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1773; }
p { color: rgb(250,23,115); }
H1.HeaderClassName
{
color: #FA1773;
}
.AnyTagClassName
{
color: #FA1773;
}
</style>
background-color css
<style>
a { background-color: #FA1773; }
a { background-color: rgb(250,23,115); }
div.DivClassName
{
background-color: #FA1773;
}
.BgClassName
{
background-color: #FA1773;
}
</style>
border-color css
<style>
span { border-color: #FA1773; }
span { border-color: rgb(250,23,115); }
td.TdClassName
{
border-color: #FA1773;
}
.TagClassName
{
border-color: #FA1773;
}
</style>