Shades of Ruby #F0106F
Tints of Ruby #F0106F
RGB
CMYK
RGB Variations
Color information
#F0106F (or 0xF0106F) is known color: Ruby. HEX triplet: F0, 10 and 6F. RGB value is (240,16,111). Sum of RGB (Red+Green+Blue) = 240+16+111=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0106F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0106F is #0FEF90. Grayscale: #5D5D5D. Windows color (decimal): -1044369 or 7278832. OLE color: 7278832.
HSL color Cylindrical-coordinate representation of color #F0106F: hue angle of 334.55º 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 #F0106F is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 111 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.06 |
| HSL | 334.55º | 0.88% | 0.5% | - |
| HSV(B) | 334.55º | 0.93% | 0.94% | - |
| XYZ | 38.99 | 20.04 | 16.85 | - |
| YUV | 93.81 | 137.71 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 111 | 0 | 0.93 | 0.54 | 0.06 | 334.55 | 0.88 | 0.5 |
| Hex | F0 | 10 | 6F | 0 | 5D | 36 | 6 | 14F | 58 | 32 |
| Octal | 360 | 20 | 157 | 0 | 135 | 66 | 6 | 517 | 130 | 62 |
| Binary | 11110000 | 10000 | 1101111 | 0 | 1011101 | 110110 | 110 | 101001111 | 1011000 | 110010 |
Color Harmonies of #F0106F
Complementary color
Monochromatic Colors of #F0106F
Black with #F0106F
Text Example
Text Example
White with #F0106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0106F; }
p { color: rgb(240,16,111); }
H1.HeaderClassName
{
color: #F0106F;
}
.AnyTagClassName
{
color: #F0106F;
}
</style>
background-color css
<style>
a { background-color: #F0106F; }
a { background-color: rgb(240,16,111); }
div.DivClassName
{
background-color: #F0106F;
}
.BgClassName
{
background-color: #F0106F;
}
</style>
border-color css
<style>
span { border-color: #F0106F; }
span { border-color: rgb(240,16,111); }
td.TdClassName
{
border-color: #F0106F;
}
.TagClassName
{
border-color: #F0106F;
}
</style>