Shades of Ruby #F0116E
Tints of Ruby #F0116E
RGB
CMYK
RGB Variations
Color information
#F0116E (or 0xF0116E) is known color: Ruby. HEX triplet: F0, 11 and 6E. RGB value is (240,17,110). Sum of RGB (Red+Green+Blue) = 240+17+110=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0116E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0116E is #0FEE91. Grayscale: #5E5E5E. Windows color (decimal): -1044114 or 7213552. OLE color: 7213552.
HSL color Cylindrical-coordinate representation of color #F0116E: hue angle of 334.98º 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 #F0116E is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 110 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.06 |
| HSL | 334.98º | 0.88% | 0.5% | - |
| HSV(B) | 334.98º | 0.93% | 0.94% | - |
| XYZ | 38.95 | 20.05 | 16.57 | - |
| YUV | 94.28 | 136.88 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 110 | 0 | 0.93 | 0.54 | 0.06 | 334.98 | 0.88 | 0.5 |
| Hex | F0 | 11 | 6E | 0 | 5D | 36 | 6 | 14F | 58 | 32 |
| Octal | 360 | 21 | 156 | 0 | 135 | 66 | 6 | 517 | 130 | 62 |
| Binary | 11110000 | 10001 | 1101110 | 0 | 1011101 | 110110 | 110 | 101001111 | 1011000 | 110010 |
Color Harmonies of #F0116E
Complementary color
Monochromatic Colors of #F0116E
Black with #F0116E
Text Example
Text Example
White with #F0116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0116E; }
p { color: rgb(240,17,110); }
H1.HeaderClassName
{
color: #F0116E;
}
.AnyTagClassName
{
color: #F0116E;
}
</style>
background-color css
<style>
a { background-color: #F0116E; }
a { background-color: rgb(240,17,110); }
div.DivClassName
{
background-color: #F0116E;
}
.BgClassName
{
background-color: #F0116E;
}
</style>
border-color css
<style>
span { border-color: #F0116E; }
span { border-color: rgb(240,17,110); }
td.TdClassName
{
border-color: #F0116E;
}
.TagClassName
{
border-color: #F0116E;
}
</style>