Shades of Ruby #F01173
Tints of Ruby #F01173
RGB
CMYK
RGB Variations
Color information
#F01173 (or 0xF01173) is known color: Ruby. HEX triplet: F0, 11 and 73. RGB value is (240,17,115). Sum of RGB (Red+Green+Blue) = 240+17+115=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F01173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01173 is #0FEE8C. Grayscale: #5E5E5E. Windows color (decimal): -1044109 or 7541232. OLE color: 7541232.
HSL color Cylindrical-coordinate representation of color #F01173: hue angle of 333.63º 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 #F01173 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 115 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.06 |
| HSL | 333.63º | 0.88% | 0.5% | - |
| HSV(B) | 333.63º | 0.93% | 0.94% | - |
| XYZ | 39.23 | 20.16 | 18.04 | - |
| YUV | 94.85 | 139.38 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 115 | 0 | 0.93 | 0.52 | 0.06 | 333.63 | 0.88 | 0.5 |
| Hex | F0 | 11 | 73 | 0 | 5D | 34 | 6 | 14E | 58 | 32 |
| Octal | 360 | 21 | 163 | 0 | 135 | 64 | 6 | 516 | 130 | 62 |
| Binary | 11110000 | 10001 | 1110011 | 0 | 1011101 | 110100 | 110 | 101001110 | 1011000 | 110010 |
Color Harmonies of #F01173
Complementary color
Monochromatic Colors of #F01173
Black with #F01173
Text Example
Text Example
White with #F01173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01173; }
p { color: rgb(240,17,115); }
H1.HeaderClassName
{
color: #F01173;
}
.AnyTagClassName
{
color: #F01173;
}
</style>
background-color css
<style>
a { background-color: #F01173; }
a { background-color: rgb(240,17,115); }
div.DivClassName
{
background-color: #F01173;
}
.BgClassName
{
background-color: #F01173;
}
</style>
border-color css
<style>
span { border-color: #F01173; }
span { border-color: rgb(240,17,115); }
td.TdClassName
{
border-color: #F01173;
}
.TagClassName
{
border-color: #F01173;
}
</style>