Shades of Ruby #F42068
Tints of Ruby #F42068
RGB
CMYK
RGB Variations
Color information
#F42068 (or 0xF42068) is known color: Ruby. HEX triplet: F4, 20 and 68. RGB value is (244,32,104). Sum of RGB (Red+Green+Blue) = 244+32+104=380 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.21% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 244 - color contains mainly: red. Hex color #F42068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42068 is #0BDF97. Grayscale: #676767. Windows color (decimal): -778136 or 6824180. OLE color: 6824180.
HSL color Cylindrical-coordinate representation of color #F42068: hue angle of 339.62º 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 #F42068 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 104 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.04 |
| HSL | 339.62º | 0.91% | 0.54% | - |
| HSV(B) | 339.62º | 0.87% | 0.96% | - |
| XYZ | 40.32 | 21.27 | 15.08 | - |
| YUV | 103.6 | 128.24 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 104 | 0 | 0.87 | 0.57 | 0.04 | 339.62 | 0.91 | 0.54 |
| Hex | F4 | 20 | 68 | 0 | 57 | 39 | 4 | 154 | 5B | 36 |
| Octal | 364 | 40 | 150 | 0 | 127 | 71 | 4 | 524 | 133 | 66 |
| Binary | 11110100 | 100000 | 1101000 | 0 | 1010111 | 111001 | 100 | 101010100 | 1011011 | 110110 |
Color Harmonies of #F42068
Complementary color
Monochromatic Colors of #F42068
Black with #F42068
Text Example
Text Example
White with #F42068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42068; }
p { color: rgb(244,32,104); }
H1.HeaderClassName
{
color: #F42068;
}
.AnyTagClassName
{
color: #F42068;
}
</style>
background-color css
<style>
a { background-color: #F42068; }
a { background-color: rgb(244,32,104); }
div.DivClassName
{
background-color: #F42068;
}
.BgClassName
{
background-color: #F42068;
}
</style>
border-color css
<style>
span { border-color: #F42068; }
span { border-color: rgb(244,32,104); }
td.TdClassName
{
border-color: #F42068;
}
.TagClassName
{
border-color: #F42068;
}
</style>