Shades of Ruby #F9166D
Tints of Ruby #F9166D
RGB
CMYK
RGB Variations
Color information
#F9166D (or 0xF9166D) is known color: Ruby. HEX triplet: F9, 16 and 6D. RGB value is (249,22,109). Sum of RGB (Red+Green+Blue) = 249+22+109=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F9166D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9166D is #06E992. Grayscale: #636363. Windows color (decimal): -453011 or 7149305. OLE color: 7149305.
HSL color Cylindrical-coordinate representation of color #F9166D: hue angle of 337º 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 #F9166D is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 109 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.02 |
| HSL | 337º | 0.95% | 0.53% | - |
| HSV(B) | 337º | 0.91% | 0.98% | - |
| XYZ | 42.11 | 21.82 | 16.46 | - |
| YUV | 99.79 | 133.21 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 109 | 0 | 0.91 | 0.56 | 0.02 | 337 | 0.95 | 0.53 |
| Hex | F9 | 16 | 6D | 0 | 5B | 38 | 2 | 151 | 5F | 35 |
| Octal | 371 | 26 | 155 | 0 | 133 | 70 | 2 | 521 | 137 | 65 |
| Binary | 11111001 | 10110 | 1101101 | 0 | 1011011 | 111000 | 10 | 101010001 | 1011111 | 110101 |
Color Harmonies of #F9166D
Complementary color
Monochromatic Colors of #F9166D
Black with #F9166D
Text Example
Text Example
White with #F9166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9166D; }
p { color: rgb(249,22,109); }
H1.HeaderClassName
{
color: #F9166D;
}
.AnyTagClassName
{
color: #F9166D;
}
</style>
background-color css
<style>
a { background-color: #F9166D; }
a { background-color: rgb(249,22,109); }
div.DivClassName
{
background-color: #F9166D;
}
.BgClassName
{
background-color: #F9166D;
}
</style>
border-color css
<style>
span { border-color: #F9166D; }
span { border-color: rgb(249,22,109); }
td.TdClassName
{
border-color: #F9166D;
}
.TagClassName
{
border-color: #F9166D;
}
</style>