Shades of Ruby #FA1B6D
Tints of Ruby #FA1B6D
RGB
CMYK
RGB Variations
Color information
#FA1B6D (or 0xFA1B6D) is known color: Ruby. HEX triplet: FA, 1B and 6D. RGB value is (250,27,109). Sum of RGB (Red+Green+Blue) = 250+27+109=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1B6D is #05E492. Grayscale: #666666. Windows color (decimal): -386195 or 7150586. OLE color: 7150586.
HSL color Cylindrical-coordinate representation of color #FA1B6D: hue angle of 337.94º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1B6D is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 109 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.02 |
| HSL | 337.94º | 0.96% | 0.54% | - |
| HSV(B) | 337.94º | 0.89% | 0.98% | - |
| XYZ | 42.58 | 22.21 | 16.51 | - |
| YUV | 103.03 | 131.38 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 109 | 0 | 0.89 | 0.56 | 0.02 | 337.94 | 0.96 | 0.54 |
| Hex | FA | 1B | 6D | 0 | 59 | 38 | 2 | 152 | 60 | 36 |
| Octal | 372 | 33 | 155 | 0 | 131 | 70 | 2 | 522 | 140 | 66 |
| Binary | 11111010 | 11011 | 1101101 | 0 | 1011001 | 111000 | 10 | 101010010 | 1100000 | 110110 |
Color Harmonies of #FA1B6D
Complementary color
Monochromatic Colors of #FA1B6D
Black with #FA1B6D
Text Example
Text Example
White with #FA1B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1B6D; }
p { color: rgb(250,27,109); }
H1.HeaderClassName
{
color: #FA1B6D;
}
.AnyTagClassName
{
color: #FA1B6D;
}
</style>
background-color css
<style>
a { background-color: #FA1B6D; }
a { background-color: rgb(250,27,109); }
div.DivClassName
{
background-color: #FA1B6D;
}
.BgClassName
{
background-color: #FA1B6D;
}
</style>
border-color css
<style>
span { border-color: #FA1B6D; }
span { border-color: rgb(250,27,109); }
td.TdClassName
{
border-color: #FA1B6D;
}
.TagClassName
{
border-color: #FA1B6D;
}
</style>