Shades of Ruby #FA1A71
Tints of Ruby #FA1A71
RGB
CMYK
RGB Variations
Color information
#FA1A71 (or 0xFA1A71) is known color: Ruby. HEX triplet: FA, 1A and 71. RGB value is (250,26,113). Sum of RGB (Red+Green+Blue) = 250+26+113=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1A71 is #05E58E. Grayscale: #666666. Windows color (decimal): -386447 or 7412474. OLE color: 7412474.
HSL color Cylindrical-coordinate representation of color #FA1A71: hue angle of 336.7º 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 #FA1A71 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 113 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.02 |
| HSL | 336.7º | 0.96% | 0.54% | - |
| HSV(B) | 336.7º | 0.9% | 0.98% | - |
| XYZ | 42.77 | 22.26 | 17.66 | - |
| YUV | 102.89 | 133.71 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 113 | 0 | 0.90 | 0.55 | 0.02 | 336.7 | 0.96 | 0.54 |
| Hex | FA | 1A | 71 | 0 | 5A | 37 | 2 | 151 | 60 | 36 |
| Octal | 372 | 32 | 161 | 0 | 132 | 67 | 2 | 521 | 140 | 66 |
| Binary | 11111010 | 11010 | 1110001 | 0 | 1011010 | 110111 | 10 | 101010001 | 1100000 | 110110 |
Color Harmonies of #FA1A71
Complementary color
Monochromatic Colors of #FA1A71
Black with #FA1A71
Text Example
Text Example
White with #FA1A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1A71; }
p { color: rgb(250,26,113); }
H1.HeaderClassName
{
color: #FA1A71;
}
.AnyTagClassName
{
color: #FA1A71;
}
</style>
background-color css
<style>
a { background-color: #FA1A71; }
a { background-color: rgb(250,26,113); }
div.DivClassName
{
background-color: #FA1A71;
}
.BgClassName
{
background-color: #FA1A71;
}
</style>
border-color css
<style>
span { border-color: #FA1A71; }
span { border-color: rgb(250,26,113); }
td.TdClassName
{
border-color: #FA1A71;
}
.TagClassName
{
border-color: #FA1A71;
}
</style>