Shades of Ruby #F9166C
Tints of Ruby #F9166C
RGB
CMYK
RGB Variations
Color information
#F9166C (or 0xF9166C) is known color: Ruby. HEX triplet: F9, 16 and 6C. RGB value is (249,22,108). Sum of RGB (Red+Green+Blue) = 249+22+108=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F9166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9166C is #06E993. Grayscale: #636363. Windows color (decimal): -453012 or 7083769. OLE color: 7083769.
HSL color Cylindrical-coordinate representation of color #F9166C: hue angle of 337.27º 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 #F9166C is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 108 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.02 |
| HSL | 337.27º | 0.95% | 0.53% | - |
| HSV(B) | 337.27º | 0.91% | 0.98% | - |
| XYZ | 42.06 | 21.8 | 16.18 | - |
| YUV | 99.68 | 132.71 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 108 | 0 | 0.91 | 0.57 | 0.02 | 337.27 | 0.95 | 0.53 |
| Hex | F9 | 16 | 6C | 0 | 5B | 39 | 2 | 151 | 5F | 35 |
| Octal | 371 | 26 | 154 | 0 | 133 | 71 | 2 | 521 | 137 | 65 |
| Binary | 11111001 | 10110 | 1101100 | 0 | 1011011 | 111001 | 10 | 101010001 | 1011111 | 110101 |
Color Harmonies of #F9166C
Complementary color
Monochromatic Colors of #F9166C
Black with #F9166C
Text Example
Text Example
White with #F9166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9166C; }
p { color: rgb(249,22,108); }
H1.HeaderClassName
{
color: #F9166C;
}
.AnyTagClassName
{
color: #F9166C;
}
</style>
background-color css
<style>
a { background-color: #F9166C; }
a { background-color: rgb(249,22,108); }
div.DivClassName
{
background-color: #F9166C;
}
.BgClassName
{
background-color: #F9166C;
}
</style>
border-color css
<style>
span { border-color: #F9166C; }
span { border-color: rgb(249,22,108); }
td.TdClassName
{
border-color: #F9166C;
}
.TagClassName
{
border-color: #F9166C;
}
</style>