Shades of Ruby #F01864
Tints of Ruby #F01864
RGB
CMYK
RGB Variations
Color information
#F01864 (or 0xF01864) is known color: Ruby. HEX triplet: F0, 18 and 64. RGB value is (240,24,100). Sum of RGB (Red+Green+Blue) = 240+24+100=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F01864 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01864 is #0FE79B. Grayscale: #616161. Windows color (decimal): -1042332 or 6559984. OLE color: 6559984.
HSL color Cylindrical-coordinate representation of color #F01864: hue angle of 338.89º 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 #F01864 is Cyan = 0, Magento = 0.9, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 100 | - |
| CMYK | 0 | 0.9 | 0.58 | 0.06 |
| HSL | 338.89º | 0.88% | 0.52% | - |
| HSV(B) | 338.89º | 0.9% | 0.94% | - |
| XYZ | 38.56 | 20.1 | 13.9 | - |
| YUV | 97.25 | 129.56 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 100 | 0 | 0.9 | 0.58 | 0.06 | 338.89 | 0.88 | 0.52 |
| Hex | F0 | 18 | 64 | 0 | 5A | 3A | 6 | 153 | 58 | 34 |
| Octal | 360 | 30 | 144 | 0 | 132 | 72 | 6 | 523 | 130 | 64 |
| Binary | 11110000 | 11000 | 1100100 | 0 | 1011010 | 111010 | 110 | 101010011 | 1011000 | 110100 |
Color Harmonies of #F01864
Complementary color
Monochromatic Colors of #F01864
Black with #F01864
Text Example
Text Example
White with #F01864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01864; }
p { color: rgb(240,24,100); }
H1.HeaderClassName
{
color: #F01864;
}
.AnyTagClassName
{
color: #F01864;
}
</style>
background-color css
<style>
a { background-color: #F01864; }
a { background-color: rgb(240,24,100); }
div.DivClassName
{
background-color: #F01864;
}
.BgClassName
{
background-color: #F01864;
}
</style>
border-color css
<style>
span { border-color: #F01864; }
span { border-color: rgb(240,24,100); }
td.TdClassName
{
border-color: #F01864;
}
.TagClassName
{
border-color: #F01864;
}
</style>