Shades of Ruby #F01764
Tints of Ruby #F01764
RGB
CMYK
RGB Variations
Color information
#F01764 (or 0xF01764) is known color: Ruby. HEX triplet: F0, 17 and 64. RGB value is (240,23,100). Sum of RGB (Red+Green+Blue) = 240+23+100=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F01764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01764 is #0FE89B. Grayscale: #606060. Windows color (decimal): -1042588 or 6559728. OLE color: 6559728.
HSL color Cylindrical-coordinate representation of color #F01764: hue angle of 338.71º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01764 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 100 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.06 |
| HSL | 338.71º | 0.88% | 0.52% | - |
| HSV(B) | 338.71º | 0.9% | 0.94% | - |
| XYZ | 38.54 | 20.06 | 13.9 | - |
| YUV | 96.66 | 129.89 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 100 | 0 | 0.90 | 0.58 | 0.06 | 338.71 | 0.88 | 0.52 |
| Hex | F0 | 17 | 64 | 0 | 5A | 3A | 6 | 153 | 58 | 34 |
| Octal | 360 | 27 | 144 | 0 | 132 | 72 | 6 | 523 | 130 | 64 |
| Binary | 11110000 | 10111 | 1100100 | 0 | 1011010 | 111010 | 110 | 101010011 | 1011000 | 110100 |
Color Harmonies of #F01764
Complementary color
Monochromatic Colors of #F01764
Black with #F01764
Text Example
Text Example
White with #F01764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01764; }
p { color: rgb(240,23,100); }
H1.HeaderClassName
{
color: #F01764;
}
.AnyTagClassName
{
color: #F01764;
}
</style>
background-color css
<style>
a { background-color: #F01764; }
a { background-color: rgb(240,23,100); }
div.DivClassName
{
background-color: #F01764;
}
.BgClassName
{
background-color: #F01764;
}
</style>
border-color css
<style>
span { border-color: #F01764; }
span { border-color: rgb(240,23,100); }
td.TdClassName
{
border-color: #F01764;
}
.TagClassName
{
border-color: #F01764;
}
</style>