Shades of Ruby #FA1B6B
Tints of Ruby #FA1B6B
RGB
CMYK
RGB Variations
Color information
#FA1B6B (or 0xFA1B6B) is known color: Ruby. HEX triplet: FA, 1B and 6B. RGB value is (250,27,107). Sum of RGB (Red+Green+Blue) = 250+27+107=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1B6B is #05E494. Grayscale: #666666. Windows color (decimal): -386197 or 7019514. OLE color: 7019514.
HSL color Cylindrical-coordinate representation of color #FA1B6B: hue angle of 338.48º 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 #FA1B6B is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 107 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.02 |
| HSL | 338.48º | 0.96% | 0.54% | - |
| HSV(B) | 338.48º | 0.89% | 0.98% | - |
| XYZ | 42.47 | 22.17 | 15.95 | - |
| YUV | 102.8 | 130.38 | 233 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 107 | 0 | 0.89 | 0.57 | 0.02 | 338.48 | 0.96 | 0.54 |
| Hex | FA | 1B | 6B | 0 | 59 | 39 | 2 | 152 | 60 | 36 |
| Octal | 372 | 33 | 153 | 0 | 131 | 71 | 2 | 522 | 140 | 66 |
| Binary | 11111010 | 11011 | 1101011 | 0 | 1011001 | 111001 | 10 | 101010010 | 1100000 | 110110 |
Color Harmonies of #FA1B6B
Complementary color
Monochromatic Colors of #FA1B6B
Black with #FA1B6B
Text Example
Text Example
White with #FA1B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1B6B; }
p { color: rgb(250,27,107); }
H1.HeaderClassName
{
color: #FA1B6B;
}
.AnyTagClassName
{
color: #FA1B6B;
}
</style>
background-color css
<style>
a { background-color: #FA1B6B; }
a { background-color: rgb(250,27,107); }
div.DivClassName
{
background-color: #FA1B6B;
}
.BgClassName
{
background-color: #FA1B6B;
}
</style>
border-color css
<style>
span { border-color: #FA1B6B; }
span { border-color: rgb(250,27,107); }
td.TdClassName
{
border-color: #FA1B6B;
}
.TagClassName
{
border-color: #FA1B6B;
}
</style>