Shades of Ruby #F01177
Tints of Ruby #F01177
RGB
CMYK
RGB Variations
Color information
#F01177 (or 0xF01177) is known color: Ruby. HEX triplet: F0, 11 and 77. RGB value is (240,17,119). Sum of RGB (Red+Green+Blue) = 240+17+119=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F01177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01177 is #0FEE88. Grayscale: #5F5F5F. Windows color (decimal): -1044105 or 7803376. OLE color: 7803376.
HSL color Cylindrical-coordinate representation of color #F01177: hue angle of 332.56º 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 #F01177 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 119 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.06 |
| HSL | 332.56º | 0.88% | 0.5% | - |
| HSV(B) | 332.56º | 0.93% | 0.94% | - |
| XYZ | 39.47 | 20.26 | 19.28 | - |
| YUV | 95.31 | 141.38 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 119 | 0 | 0.93 | 0.50 | 0.06 | 332.56 | 0.88 | 0.5 |
| Hex | F0 | 11 | 77 | 0 | 5D | 32 | 6 | 14D | 58 | 32 |
| Octal | 360 | 21 | 167 | 0 | 135 | 62 | 6 | 515 | 130 | 62 |
| Binary | 11110000 | 10001 | 1110111 | 0 | 1011101 | 110010 | 110 | 101001101 | 1011000 | 110010 |
Color Harmonies of #F01177
Complementary color
Monochromatic Colors of #F01177
Black with #F01177
Text Example
Text Example
White with #F01177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01177; }
p { color: rgb(240,17,119); }
H1.HeaderClassName
{
color: #F01177;
}
.AnyTagClassName
{
color: #F01177;
}
</style>
background-color css
<style>
a { background-color: #F01177; }
a { background-color: rgb(240,17,119); }
div.DivClassName
{
background-color: #F01177;
}
.BgClassName
{
background-color: #F01177;
}
</style>
border-color css
<style>
span { border-color: #F01177; }
span { border-color: rgb(240,17,119); }
td.TdClassName
{
border-color: #F01177;
}
.TagClassName
{
border-color: #F01177;
}
</style>