Shades of Ruby #FA156E
Tints of Ruby #FA156E
RGB
CMYK
RGB Variations
Color information
#FA156E (or 0xFA156E) is known color: Ruby. HEX triplet: FA, 15 and 6E. RGB value is (250,21,110). Sum of RGB (Red+Green+Blue) = 250+21+110=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA156E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA156E is #05EA91. Grayscale: #636363. Windows color (decimal): -387730 or 7214586. OLE color: 7214586.
HSL color Cylindrical-coordinate representation of color #FA156E: hue angle of 336.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA156E is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 110 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.02 |
| HSL | 336.68º | 0.96% | 0.53% | - |
| HSV(B) | 336.68º | 0.92% | 0.98% | - |
| XYZ | 42.51 | 21.99 | 16.76 | - |
| YUV | 99.62 | 133.87 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 110 | 0 | 0.92 | 0.56 | 0.02 | 336.68 | 0.96 | 0.53 |
| Hex | FA | 15 | 6E | 0 | 5C | 38 | 2 | 151 | 60 | 35 |
| Octal | 372 | 25 | 156 | 0 | 134 | 70 | 2 | 521 | 140 | 65 |
| Binary | 11111010 | 10101 | 1101110 | 0 | 1011100 | 111000 | 10 | 101010001 | 1100000 | 110101 |
Color Harmonies of #FA156E
Complementary color
Monochromatic Colors of #FA156E
Black with #FA156E
Text Example
Text Example
White with #FA156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA156E; }
p { color: rgb(250,21,110); }
H1.HeaderClassName
{
color: #FA156E;
}
.AnyTagClassName
{
color: #FA156E;
}
</style>
background-color css
<style>
a { background-color: #FA156E; }
a { background-color: rgb(250,21,110); }
div.DivClassName
{
background-color: #FA156E;
}
.BgClassName
{
background-color: #FA156E;
}
</style>
border-color css
<style>
span { border-color: #FA156E; }
span { border-color: rgb(250,21,110); }
td.TdClassName
{
border-color: #FA156E;
}
.TagClassName
{
border-color: #FA156E;
}
</style>