Shades of Ruby #FA126E
Tints of Ruby #FA126E
RGB
CMYK
RGB Variations
Color information
#FA126E (or 0xFA126E) is known color: Ruby. HEX triplet: FA, 12 and 6E. RGB value is (250,18,110). Sum of RGB (Red+Green+Blue) = 250+18+110=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA126E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA126E is #05ED91. Grayscale: #616161. Windows color (decimal): -388498 or 7213818. OLE color: 7213818.
HSL color Cylindrical-coordinate representation of color #FA126E: hue angle of 336.21º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA126E is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 110 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.02 |
| HSL | 336.21º | 0.96% | 0.53% | - |
| HSV(B) | 336.21º | 0.93% | 0.98% | - |
| XYZ | 42.46 | 21.88 | 16.74 | - |
| YUV | 97.86 | 134.86 | 236.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 110 | 0 | 0.93 | 0.56 | 0.02 | 336.21 | 0.96 | 0.53 |
| Hex | FA | 12 | 6E | 0 | 5D | 38 | 2 | 150 | 60 | 35 |
| Octal | 372 | 22 | 156 | 0 | 135 | 70 | 2 | 520 | 140 | 65 |
| Binary | 11111010 | 10010 | 1101110 | 0 | 1011101 | 111000 | 10 | 101010000 | 1100000 | 110101 |
Color Harmonies of #FA126E
Complementary color
Monochromatic Colors of #FA126E
Black with #FA126E
Text Example
Text Example
White with #FA126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA126E; }
p { color: rgb(250,18,110); }
H1.HeaderClassName
{
color: #FA126E;
}
.AnyTagClassName
{
color: #FA126E;
}
</style>
background-color css
<style>
a { background-color: #FA126E; }
a { background-color: rgb(250,18,110); }
div.DivClassName
{
background-color: #FA126E;
}
.BgClassName
{
background-color: #FA126E;
}
</style>
border-color css
<style>
span { border-color: #FA126E; }
span { border-color: rgb(250,18,110); }
td.TdClassName
{
border-color: #FA126E;
}
.TagClassName
{
border-color: #FA126E;
}
</style>