Shades of Ruby #FA1A6C
Tints of Ruby #FA1A6C
RGB
CMYK
RGB Variations
Color information
#FA1A6C (or 0xFA1A6C) is known color: Ruby. HEX triplet: FA, 1A and 6C. RGB value is (250,26,108). Sum of RGB (Red+Green+Blue) = 250+26+108=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1A6C is #05E593. Grayscale: #666666. Windows color (decimal): -386452 or 7084794. OLE color: 7084794.
HSL color Cylindrical-coordinate representation of color #FA1A6C: hue angle of 338.04º 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 #FA1A6C is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 108 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.02 |
| HSL | 338.04º | 0.96% | 0.54% | - |
| HSV(B) | 338.04º | 0.9% | 0.98% | - |
| XYZ | 42.5 | 22.15 | 16.22 | - |
| YUV | 102.32 | 131.21 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 108 | 0 | 0.90 | 0.57 | 0.02 | 338.04 | 0.96 | 0.54 |
| Hex | FA | 1A | 6C | 0 | 5A | 39 | 2 | 152 | 60 | 36 |
| Octal | 372 | 32 | 154 | 0 | 132 | 71 | 2 | 522 | 140 | 66 |
| Binary | 11111010 | 11010 | 1101100 | 0 | 1011010 | 111001 | 10 | 101010010 | 1100000 | 110110 |
Color Harmonies of #FA1A6C
Complementary color
Monochromatic Colors of #FA1A6C
Black with #FA1A6C
Text Example
Text Example
White with #FA1A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1A6C; }
p { color: rgb(250,26,108); }
H1.HeaderClassName
{
color: #FA1A6C;
}
.AnyTagClassName
{
color: #FA1A6C;
}
</style>
background-color css
<style>
a { background-color: #FA1A6C; }
a { background-color: rgb(250,26,108); }
div.DivClassName
{
background-color: #FA1A6C;
}
.BgClassName
{
background-color: #FA1A6C;
}
</style>
border-color css
<style>
span { border-color: #FA1A6C; }
span { border-color: rgb(250,26,108); }
td.TdClassName
{
border-color: #FA1A6C;
}
.TagClassName
{
border-color: #FA1A6C;
}
</style>