Shades of Ruby #FA1A60
Tints of Ruby #FA1A60
RGB
CMYK
RGB Variations
Color information
#FA1A60 (or 0xFA1A60) is known color: Ruby. HEX triplet: FA, 1A and 60. RGB value is (250,26,96). Sum of RGB (Red+Green+Blue) = 250+26+96=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1A60 is #05E59F. Grayscale: #646464. Windows color (decimal): -386464 or 6298362. OLE color: 6298362.
HSL color Cylindrical-coordinate representation of color #FA1A60: hue angle of 341.25º 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 #FA1A60 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 96 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.02 |
| HSL | 341.25º | 0.96% | 0.54% | - |
| HSV(B) | 341.25º | 0.9% | 0.98% | - |
| XYZ | 41.91 | 21.91 | 13.09 | - |
| YUV | 100.96 | 125.21 | 234.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 96 | 0 | 0.90 | 0.62 | 0.02 | 341.25 | 0.96 | 0.54 |
| Hex | FA | 1A | 60 | 0 | 5A | 3E | 2 | 155 | 60 | 36 |
| Octal | 372 | 32 | 140 | 0 | 132 | 76 | 2 | 525 | 140 | 66 |
| Binary | 11111010 | 11010 | 1100000 | 0 | 1011010 | 111110 | 10 | 101010101 | 1100000 | 110110 |
Color Harmonies of #FA1A60
Complementary color
Monochromatic Colors of #FA1A60
Black with #FA1A60
Text Example
Text Example
White with #FA1A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1A60; }
p { color: rgb(250,26,96); }
H1.HeaderClassName
{
color: #FA1A60;
}
.AnyTagClassName
{
color: #FA1A60;
}
</style>
background-color css
<style>
a { background-color: #FA1A60; }
a { background-color: rgb(250,26,96); }
div.DivClassName
{
background-color: #FA1A60;
}
.BgClassName
{
background-color: #FA1A60;
}
</style>
border-color css
<style>
span { border-color: #FA1A60; }
span { border-color: rgb(250,26,96); }
td.TdClassName
{
border-color: #FA1A60;
}
.TagClassName
{
border-color: #FA1A60;
}
</style>