Shades of Ruby #F0116A
Tints of Ruby #F0116A
RGB
CMYK
RGB Variations
Color information
#F0116A (or 0xF0116A) is known color: Ruby. HEX triplet: F0, 11 and 6A. RGB value is (240,17,106). Sum of RGB (Red+Green+Blue) = 240+17+106=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F0116A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0116A is #0FEE95. Grayscale: #5D5D5D. Windows color (decimal): -1044118 or 6951408. OLE color: 6951408.
HSL color Cylindrical-coordinate representation of color #F0116A: hue angle of 336.05º 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 #F0116A is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 106 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.06 |
| HSL | 336.05º | 0.88% | 0.5% | - |
| HSV(B) | 336.05º | 0.93% | 0.94% | - |
| XYZ | 38.74 | 19.97 | 15.45 | - |
| YUV | 93.82 | 134.88 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 106 | 0 | 0.93 | 0.56 | 0.06 | 336.05 | 0.88 | 0.5 |
| Hex | F0 | 11 | 6A | 0 | 5D | 38 | 6 | 150 | 58 | 32 |
| Octal | 360 | 21 | 152 | 0 | 135 | 70 | 6 | 520 | 130 | 62 |
| Binary | 11110000 | 10001 | 1101010 | 0 | 1011101 | 111000 | 110 | 101010000 | 1011000 | 110010 |
Color Harmonies of #F0116A
Complementary color
Monochromatic Colors of #F0116A
Black with #F0116A
Text Example
Text Example
White with #F0116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0116A; }
p { color: rgb(240,17,106); }
H1.HeaderClassName
{
color: #F0116A;
}
.AnyTagClassName
{
color: #F0116A;
}
</style>
background-color css
<style>
a { background-color: #F0116A; }
a { background-color: rgb(240,17,106); }
div.DivClassName
{
background-color: #F0116A;
}
.BgClassName
{
background-color: #F0116A;
}
</style>
border-color css
<style>
span { border-color: #F0116A; }
span { border-color: rgb(240,17,106); }
td.TdClassName
{
border-color: #F0116A;
}
.TagClassName
{
border-color: #F0116A;
}
</style>