Shades of Ruby #FA1571
Tints of Ruby #FA1571
RGB
CMYK
RGB Variations
Color information
#FA1571 (or 0xFA1571) is known color: Ruby. HEX triplet: FA, 15 and 71. RGB value is (250,21,113). Sum of RGB (Red+Green+Blue) = 250+21+113=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1571 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1571 is #05EA8E. Grayscale: #636363. Windows color (decimal): -387727 or 7411194. OLE color: 7411194.
HSL color Cylindrical-coordinate representation of color #FA1571: hue angle of 335.9º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1571 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 113 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.02 |
| HSL | 335.9º | 0.96% | 0.53% | - |
| HSV(B) | 335.9º | 0.92% | 0.98% | - |
| XYZ | 42.67 | 22.05 | 17.63 | - |
| YUV | 99.96 | 135.37 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 113 | 0 | 0.92 | 0.55 | 0.02 | 335.9 | 0.96 | 0.53 |
| Hex | FA | 15 | 71 | 0 | 5C | 37 | 2 | 150 | 60 | 35 |
| Octal | 372 | 25 | 161 | 0 | 134 | 67 | 2 | 520 | 140 | 65 |
| Binary | 11111010 | 10101 | 1110001 | 0 | 1011100 | 110111 | 10 | 101010000 | 1100000 | 110101 |
Color Harmonies of #FA1571
Complementary color
Monochromatic Colors of #FA1571
Black with #FA1571
Text Example
Text Example
White with #FA1571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1571; }
p { color: rgb(250,21,113); }
H1.HeaderClassName
{
color: #FA1571;
}
.AnyTagClassName
{
color: #FA1571;
}
</style>
background-color css
<style>
a { background-color: #FA1571; }
a { background-color: rgb(250,21,113); }
div.DivClassName
{
background-color: #FA1571;
}
.BgClassName
{
background-color: #FA1571;
}
</style>
border-color css
<style>
span { border-color: #FA1571; }
span { border-color: rgb(250,21,113); }
td.TdClassName
{
border-color: #FA1571;
}
.TagClassName
{
border-color: #FA1571;
}
</style>