Shades of Ruby #F0106B
Tints of Ruby #F0106B
RGB
CMYK
RGB Variations
Color information
#F0106B (or 0xF0106B) is known color: Ruby. HEX triplet: F0, 10 and 6B. RGB value is (240,16,107). Sum of RGB (Red+Green+Blue) = 240+16+107=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F0106B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0106B is #0FEF94. Grayscale: #5D5D5D. Windows color (decimal): -1044373 or 7016688. OLE color: 7016688.
HSL color Cylindrical-coordinate representation of color #F0106B: hue angle of 335.62º 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 #F0106B is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 107 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.06 |
| HSL | 335.63º | 0.88% | 0.5% | - |
| HSV(B) | 335.63º | 0.93% | 0.94% | - |
| XYZ | 38.77 | 19.96 | 15.72 | - |
| YUV | 93.35 | 135.71 | 232.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 107 | 0 | 0.93 | 0.55 | 0.06 | 335.63 | 0.88 | 0.5 |
| Hex | F0 | 10 | 6B | 0 | 5D | 37 | 6 | 150 | 58 | 32 |
| Octal | 360 | 20 | 153 | 0 | 135 | 67 | 6 | 520 | 130 | 62 |
| Binary | 11110000 | 10000 | 1101011 | 0 | 1011101 | 110111 | 110 | 101010000 | 1011000 | 110010 |
Color Harmonies of #F0106B
Complementary color
Monochromatic Colors of #F0106B
Black with #F0106B
Text Example
Text Example
White with #F0106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0106B; }
p { color: rgb(240,16,107); }
H1.HeaderClassName
{
color: #F0106B;
}
.AnyTagClassName
{
color: #F0106B;
}
</style>
background-color css
<style>
a { background-color: #F0106B; }
a { background-color: rgb(240,16,107); }
div.DivClassName
{
background-color: #F0106B;
}
.BgClassName
{
background-color: #F0106B;
}
</style>
border-color css
<style>
span { border-color: #F0106B; }
span { border-color: rgb(240,16,107); }
td.TdClassName
{
border-color: #F0106B;
}
.TagClassName
{
border-color: #F0106B;
}
</style>