Shades of Ruby #F9156A
Tints of Ruby #F9156A
RGB
CMYK
RGB Variations
Color information
#F9156A (or 0xF9156A) is known color: Ruby. HEX triplet: F9, 15 and 6A. RGB value is (249,21,106). Sum of RGB (Red+Green+Blue) = 249+21+106=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F9156A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9156A is #06EA95. Grayscale: #626262. Windows color (decimal): -453270 or 6952441. OLE color: 6952441.
HSL color Cylindrical-coordinate representation of color #F9156A: hue angle of 337.63º degrees, saturation: 0.95, 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 #F9156A is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 106 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.02 |
| HSL | 337.63º | 0.95% | 0.53% | - |
| HSV(B) | 337.63º | 0.92% | 0.98% | - |
| XYZ | 41.94 | 21.72 | 15.62 | - |
| YUV | 98.86 | 132.04 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 106 | 0 | 0.92 | 0.57 | 0.02 | 337.63 | 0.95 | 0.53 |
| Hex | F9 | 15 | 6A | 0 | 5C | 39 | 2 | 152 | 5F | 35 |
| Octal | 371 | 25 | 152 | 0 | 134 | 71 | 2 | 522 | 137 | 65 |
| Binary | 11111001 | 10101 | 1101010 | 0 | 1011100 | 111001 | 10 | 101010010 | 1011111 | 110101 |
Color Harmonies of #F9156A
Complementary color
Monochromatic Colors of #F9156A
Black with #F9156A
Text Example
Text Example
White with #F9156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9156A; }
p { color: rgb(249,21,106); }
H1.HeaderClassName
{
color: #F9156A;
}
.AnyTagClassName
{
color: #F9156A;
}
</style>
background-color css
<style>
a { background-color: #F9156A; }
a { background-color: rgb(249,21,106); }
div.DivClassName
{
background-color: #F9156A;
}
.BgClassName
{
background-color: #F9156A;
}
</style>
border-color css
<style>
span { border-color: #F9156A; }
span { border-color: rgb(249,21,106); }
td.TdClassName
{
border-color: #F9156A;
}
.TagClassName
{
border-color: #F9156A;
}
</style>