Shades of Ruby #F42064
Tints of Ruby #F42064
RGB
CMYK
RGB Variations
Color information
#F42064 (or 0xF42064) is known color: Ruby. HEX triplet: F4, 20 and 64. RGB value is (244,32,100). Sum of RGB (Red+Green+Blue) = 244+32+100=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F42064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42064 is #0BDF9B. Grayscale: #676767. Windows color (decimal): -778140 or 6562036. OLE color: 6562036.
HSL color Cylindrical-coordinate representation of color #F42064: hue angle of 340.75º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F42064 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 100 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.04 |
| HSL | 340.75º | 0.91% | 0.54% | - |
| HSV(B) | 340.75º | 0.87% | 0.96% | - |
| XYZ | 40.12 | 21.19 | 14.03 | - |
| YUV | 103.14 | 126.24 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 100 | 0 | 0.87 | 0.59 | 0.04 | 340.75 | 0.91 | 0.54 |
| Hex | F4 | 20 | 64 | 0 | 57 | 3B | 4 | 155 | 5B | 36 |
| Octal | 364 | 40 | 144 | 0 | 127 | 73 | 4 | 525 | 133 | 66 |
| Binary | 11110100 | 100000 | 1100100 | 0 | 1010111 | 111011 | 100 | 101010101 | 1011011 | 110110 |
Color Harmonies of #F42064
Complementary color
Monochromatic Colors of #F42064
Black with #F42064
Text Example
Text Example
White with #F42064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42064; }
p { color: rgb(244,32,100); }
H1.HeaderClassName
{
color: #F42064;
}
.AnyTagClassName
{
color: #F42064;
}
</style>
background-color css
<style>
a { background-color: #F42064; }
a { background-color: rgb(244,32,100); }
div.DivClassName
{
background-color: #F42064;
}
.BgClassName
{
background-color: #F42064;
}
</style>
border-color css
<style>
span { border-color: #F42064; }
span { border-color: rgb(244,32,100); }
td.TdClassName
{
border-color: #F42064;
}
.TagClassName
{
border-color: #F42064;
}
</style>