Shades of Ruby #F9166A
Tints of Ruby #F9166A
RGB
CMYK
RGB Variations
Color information
#F9166A (or 0xF9166A) is known color: Ruby. HEX triplet: F9, 16 and 6A. RGB value is (249,22,106). Sum of RGB (Red+Green+Blue) = 249+22+106=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F9166A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9166A is #06E995. Grayscale: #636363. Windows color (decimal): -453014 or 6952697. OLE color: 6952697.
HSL color Cylindrical-coordinate representation of color #F9166A: hue angle of 337.8º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F9166A is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 106 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.02 |
| HSL | 337.8º | 0.95% | 0.53% | - |
| HSV(B) | 337.8º | 0.91% | 0.98% | - |
| XYZ | 41.96 | 21.75 | 15.62 | - |
| YUV | 99.45 | 131.71 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 106 | 0 | 0.91 | 0.57 | 0.02 | 337.8 | 0.95 | 0.53 |
| Hex | F9 | 16 | 6A | 0 | 5B | 39 | 2 | 152 | 5F | 35 |
| Octal | 371 | 26 | 152 | 0 | 133 | 71 | 2 | 522 | 137 | 65 |
| Binary | 11111001 | 10110 | 1101010 | 0 | 1011011 | 111001 | 10 | 101010010 | 1011111 | 110101 |
Color Harmonies of #F9166A
Complementary color
Monochromatic Colors of #F9166A
Black with #F9166A
Text Example
Text Example
White with #F9166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9166A; }
p { color: rgb(249,22,106); }
H1.HeaderClassName
{
color: #F9166A;
}
.AnyTagClassName
{
color: #F9166A;
}
</style>
background-color css
<style>
a { background-color: #F9166A; }
a { background-color: rgb(249,22,106); }
div.DivClassName
{
background-color: #F9166A;
}
.BgClassName
{
background-color: #F9166A;
}
</style>
border-color css
<style>
span { border-color: #F9166A; }
span { border-color: rgb(249,22,106); }
td.TdClassName
{
border-color: #F9166A;
}
.TagClassName
{
border-color: #F9166A;
}
</style>