Shades of Ruby #F0106C
Tints of Ruby #F0106C
RGB
CMYK
RGB Variations
Color information
#F0106C (or 0xF0106C) is known color: Ruby. HEX triplet: F0, 10 and 6C. RGB value is (240,16,108). Sum of RGB (Red+Green+Blue) = 240+16+108=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F0106C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0106C is #0FEF93. Grayscale: #5D5D5D. Windows color (decimal): -1044372 or 7082224. OLE color: 7082224.
HSL color Cylindrical-coordinate representation of color #F0106C: hue angle of 335.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0106C is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 108 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.06 |
| HSL | 335.36º | 0.88% | 0.5% | - |
| HSV(B) | 335.36º | 0.93% | 0.94% | - |
| XYZ | 38.83 | 19.98 | 16 | - |
| YUV | 93.46 | 136.21 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 108 | 0 | 0.93 | 0.55 | 0.06 | 335.36 | 0.88 | 0.5 |
| Hex | F0 | 10 | 6C | 0 | 5D | 37 | 6 | 14F | 58 | 32 |
| Octal | 360 | 20 | 154 | 0 | 135 | 67 | 6 | 517 | 130 | 62 |
| Binary | 11110000 | 10000 | 1101100 | 0 | 1011101 | 110111 | 110 | 101001111 | 1011000 | 110010 |
Color Harmonies of #F0106C
Complementary color
Monochromatic Colors of #F0106C
Black with #F0106C
Text Example
Text Example
White with #F0106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0106C; }
p { color: rgb(240,16,108); }
H1.HeaderClassName
{
color: #F0106C;
}
.AnyTagClassName
{
color: #F0106C;
}
</style>
background-color css
<style>
a { background-color: #F0106C; }
a { background-color: rgb(240,16,108); }
div.DivClassName
{
background-color: #F0106C;
}
.BgClassName
{
background-color: #F0106C;
}
</style>
border-color css
<style>
span { border-color: #F0106C; }
span { border-color: rgb(240,16,108); }
td.TdClassName
{
border-color: #F0106C;
}
.TagClassName
{
border-color: #F0106C;
}
</style>