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