Shades of Ruby #F9166F
Tints of Ruby #F9166F
RGB
CMYK
RGB Variations
Color information
#F9166F (or 0xF9166F) is known color: Ruby. HEX triplet: F9, 16 and 6F. RGB value is (249,22,111). Sum of RGB (Red+Green+Blue) = 249+22+111=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F9166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9166F is #06E990. Grayscale: #636363. Windows color (decimal): -453009 or 7280377. OLE color: 7280377.
HSL color Cylindrical-coordinate representation of color #F9166F: hue angle of 336.48º 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 #F9166F is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 111 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.02 |
| HSL | 336.48º | 0.95% | 0.53% | - |
| HSV(B) | 336.48º | 0.91% | 0.98% | - |
| XYZ | 42.22 | 21.86 | 17.03 | - |
| YUV | 100.02 | 134.21 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 111 | 0 | 0.91 | 0.55 | 0.02 | 336.48 | 0.95 | 0.53 |
| Hex | F9 | 16 | 6F | 0 | 5B | 37 | 2 | 150 | 5F | 35 |
| Octal | 371 | 26 | 157 | 0 | 133 | 67 | 2 | 520 | 137 | 65 |
| Binary | 11111001 | 10110 | 1101111 | 0 | 1011011 | 110111 | 10 | 101010000 | 1011111 | 110101 |
Color Harmonies of #F9166F
Complementary color
Monochromatic Colors of #F9166F
Black with #F9166F
Text Example
Text Example
White with #F9166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9166F; }
p { color: rgb(249,22,111); }
H1.HeaderClassName
{
color: #F9166F;
}
.AnyTagClassName
{
color: #F9166F;
}
</style>
background-color css
<style>
a { background-color: #F9166F; }
a { background-color: rgb(249,22,111); }
div.DivClassName
{
background-color: #F9166F;
}
.BgClassName
{
background-color: #F9166F;
}
</style>
border-color css
<style>
span { border-color: #F9166F; }
span { border-color: rgb(249,22,111); }
td.TdClassName
{
border-color: #F9166F;
}
.TagClassName
{
border-color: #F9166F;
}
</style>