Shades of Ruby #F0166B
Tints of Ruby #F0166B
RGB
CMYK
RGB Variations
Color information
#F0166B (or 0xF0166B) is known color: Ruby. HEX triplet: F0, 16 and 6B. RGB value is (240,22,107). Sum of RGB (Red+Green+Blue) = 240+22+107=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0166B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0166B is #0FE994. Grayscale: #606060. Windows color (decimal): -1042837 or 7018224. OLE color: 7018224.
HSL color Cylindrical-coordinate representation of color #F0166B: hue angle of 336.61º 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 #F0166B is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 107 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.06 |
| HSL | 336.61º | 0.88% | 0.51% | - |
| HSV(B) | 336.61º | 0.91% | 0.94% | - |
| XYZ | 38.88 | 20.16 | 15.75 | - |
| YUV | 96.87 | 133.72 | 230.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 107 | 0 | 0.91 | 0.55 | 0.06 | 336.61 | 0.88 | 0.51 |
| Hex | F0 | 16 | 6B | 0 | 5B | 37 | 6 | 151 | 58 | 33 |
| Octal | 360 | 26 | 153 | 0 | 133 | 67 | 6 | 521 | 130 | 63 |
| Binary | 11110000 | 10110 | 1101011 | 0 | 1011011 | 110111 | 110 | 101010001 | 1011000 | 110011 |
Color Harmonies of #F0166B
Complementary color
Monochromatic Colors of #F0166B
Black with #F0166B
Text Example
Text Example
White with #F0166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0166B; }
p { color: rgb(240,22,107); }
H1.HeaderClassName
{
color: #F0166B;
}
.AnyTagClassName
{
color: #F0166B;
}
</style>
background-color css
<style>
a { background-color: #F0166B; }
a { background-color: rgb(240,22,107); }
div.DivClassName
{
background-color: #F0166B;
}
.BgClassName
{
background-color: #F0166B;
}
</style>
border-color css
<style>
span { border-color: #F0166B; }
span { border-color: rgb(240,22,107); }
td.TdClassName
{
border-color: #F0166B;
}
.TagClassName
{
border-color: #F0166B;
}
</style>