Shades of Ruby #F0166E
Tints of Ruby #F0166E
RGB
CMYK
RGB Variations
Color information
#F0166E (or 0xF0166E) is known color: Ruby. HEX triplet: F0, 16 and 6E. RGB value is (240,22,110). Sum of RGB (Red+Green+Blue) = 240+22+110=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F0166E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0166E is #0FE991. Grayscale: #616161. Windows color (decimal): -1042834 or 7214832. OLE color: 7214832.
HSL color Cylindrical-coordinate representation of color #F0166E: hue angle of 335.78º 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 #F0166E is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 110 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.06 |
| HSL | 335.78º | 0.88% | 0.51% | - |
| HSV(B) | 335.78º | 0.91% | 0.94% | - |
| XYZ | 39.04 | 20.22 | 16.6 | - |
| YUV | 97.21 | 135.22 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 110 | 0 | 0.91 | 0.54 | 0.06 | 335.78 | 0.88 | 0.51 |
| Hex | F0 | 16 | 6E | 0 | 5B | 36 | 6 | 150 | 58 | 33 |
| Octal | 360 | 26 | 156 | 0 | 133 | 66 | 6 | 520 | 130 | 63 |
| Binary | 11110000 | 10110 | 1101110 | 0 | 1011011 | 110110 | 110 | 101010000 | 1011000 | 110011 |
Color Harmonies of #F0166E
Complementary color
Monochromatic Colors of #F0166E
Black with #F0166E
Text Example
Text Example
White with #F0166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0166E; }
p { color: rgb(240,22,110); }
H1.HeaderClassName
{
color: #F0166E;
}
.AnyTagClassName
{
color: #F0166E;
}
</style>
background-color css
<style>
a { background-color: #F0166E; }
a { background-color: rgb(240,22,110); }
div.DivClassName
{
background-color: #F0166E;
}
.BgClassName
{
background-color: #F0166E;
}
</style>
border-color css
<style>
span { border-color: #F0166E; }
span { border-color: rgb(240,22,110); }
td.TdClassName
{
border-color: #F0166E;
}
.TagClassName
{
border-color: #F0166E;
}
</style>