Shades of Ruby #FA1866
Tints of Ruby #FA1866
RGB
CMYK
RGB Variations
Color information
#FA1866 (or 0xFA1866) is known color: Ruby. HEX triplet: FA, 18 and 66. RGB value is (250,24,102). Sum of RGB (Red+Green+Blue) = 250+24+102=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1866 is #05E799. Grayscale: #646464. Windows color (decimal): -386970 or 6691066. OLE color: 6691066.
HSL color Cylindrical-coordinate representation of color #FA1866: hue angle of 339.29º 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 #FA1866 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 102 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.02 |
| HSL | 339.29º | 0.96% | 0.54% | - |
| HSV(B) | 339.29º | 0.9% | 0.98% | - |
| XYZ | 42.15 | 21.94 | 14.58 | - |
| YUV | 100.47 | 128.87 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 102 | 0 | 0.90 | 0.59 | 0.02 | 339.29 | 0.96 | 0.54 |
| Hex | FA | 18 | 66 | 0 | 5A | 3B | 2 | 153 | 60 | 36 |
| Octal | 372 | 30 | 146 | 0 | 132 | 73 | 2 | 523 | 140 | 66 |
| Binary | 11111010 | 11000 | 1100110 | 0 | 1011010 | 111011 | 10 | 101010011 | 1100000 | 110110 |
Color Harmonies of #FA1866
Complementary color
Monochromatic Colors of #FA1866
Black with #FA1866
Text Example
Text Example
White with #FA1866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1866; }
p { color: rgb(250,24,102); }
H1.HeaderClassName
{
color: #FA1866;
}
.AnyTagClassName
{
color: #FA1866;
}
</style>
background-color css
<style>
a { background-color: #FA1866; }
a { background-color: rgb(250,24,102); }
div.DivClassName
{
background-color: #FA1866;
}
.BgClassName
{
background-color: #FA1866;
}
</style>
border-color css
<style>
span { border-color: #FA1866; }
span { border-color: rgb(250,24,102); }
td.TdClassName
{
border-color: #FA1866;
}
.TagClassName
{
border-color: #FA1866;
}
</style>