Shades of Ruby #F01168
Tints of Ruby #F01168
RGB
CMYK
RGB Variations
Color information
#F01168 (or 0xF01168) is known color: Ruby. HEX triplet: F0, 11 and 68. RGB value is (240,17,104). Sum of RGB (Red+Green+Blue) = 240+17+104=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F01168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01168 is #0FEE97. Grayscale: #5D5D5D. Windows color (decimal): -1044120 or 6820336. OLE color: 6820336.
HSL color Cylindrical-coordinate representation of color #F01168: hue angle of 336.59º 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 #F01168 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 104 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.06 |
| HSL | 336.59º | 0.88% | 0.5% | - |
| HSV(B) | 336.59º | 0.93% | 0.94% | - |
| XYZ | 38.63 | 19.93 | 14.91 | - |
| YUV | 93.6 | 133.88 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 104 | 0 | 0.93 | 0.57 | 0.06 | 336.59 | 0.88 | 0.5 |
| Hex | F0 | 11 | 68 | 0 | 5D | 39 | 6 | 151 | 58 | 32 |
| Octal | 360 | 21 | 150 | 0 | 135 | 71 | 6 | 521 | 130 | 62 |
| Binary | 11110000 | 10001 | 1101000 | 0 | 1011101 | 111001 | 110 | 101010001 | 1011000 | 110010 |
Color Harmonies of #F01168
Complementary color
Monochromatic Colors of #F01168
Black with #F01168
Text Example
Text Example
White with #F01168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01168; }
p { color: rgb(240,17,104); }
H1.HeaderClassName
{
color: #F01168;
}
.AnyTagClassName
{
color: #F01168;
}
</style>
background-color css
<style>
a { background-color: #F01168; }
a { background-color: rgb(240,17,104); }
div.DivClassName
{
background-color: #F01168;
}
.BgClassName
{
background-color: #F01168;
}
</style>
border-color css
<style>
span { border-color: #F01168; }
span { border-color: rgb(240,17,104); }
td.TdClassName
{
border-color: #F01168;
}
.TagClassName
{
border-color: #F01168;
}
</style>