Shades of Ruby #F0166C
Tints of Ruby #F0166C
RGB
CMYK
RGB Variations
Color information
#F0166C (or 0xF0166C) is known color: Ruby. HEX triplet: F0, 16 and 6C. RGB value is (240,22,108). Sum of RGB (Red+Green+Blue) = 240+22+108=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0166C is #0FE993. Grayscale: #606060. Windows color (decimal): -1042836 or 7083760. OLE color: 7083760.
HSL color Cylindrical-coordinate representation of color #F0166C: hue angle of 336.33º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0166C is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 108 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.06 |
| HSL | 336.33º | 0.88% | 0.51% | - |
| HSV(B) | 336.33º | 0.91% | 0.94% | - |
| XYZ | 38.93 | 20.18 | 16.03 | - |
| YUV | 96.99 | 134.22 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 108 | 0 | 0.91 | 0.55 | 0.06 | 336.33 | 0.88 | 0.51 |
| Hex | F0 | 16 | 6C | 0 | 5B | 37 | 6 | 150 | 58 | 33 |
| Octal | 360 | 26 | 154 | 0 | 133 | 67 | 6 | 520 | 130 | 63 |
| Binary | 11110000 | 10110 | 1101100 | 0 | 1011011 | 110111 | 110 | 101010000 | 1011000 | 110011 |
Color Harmonies of #F0166C
Complementary color
Monochromatic Colors of #F0166C
Black with #F0166C
Text Example
Text Example
White with #F0166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0166C; }
p { color: rgb(240,22,108); }
H1.HeaderClassName
{
color: #F0166C;
}
.AnyTagClassName
{
color: #F0166C;
}
</style>
background-color css
<style>
a { background-color: #F0166C; }
a { background-color: rgb(240,22,108); }
div.DivClassName
{
background-color: #F0166C;
}
.BgClassName
{
background-color: #F0166C;
}
</style>
border-color css
<style>
span { border-color: #F0166C; }
span { border-color: rgb(240,22,108); }
td.TdClassName
{
border-color: #F0166C;
}
.TagClassName
{
border-color: #F0166C;
}
</style>