Shades of Ruby #F42172
Tints of Ruby #F42172
RGB
CMYK
RGB Variations
Color information
#F42172 (or 0xF42172) is known color: Ruby. HEX triplet: F4, 21 and 72. RGB value is (244,33,114). Sum of RGB (Red+Green+Blue) = 244+33+114=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F42172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42172 is #0BDE8D. Grayscale: #696969. Windows color (decimal): -777870 or 7479796. OLE color: 7479796.
HSL color Cylindrical-coordinate representation of color #F42172: hue angle of 336.97º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42172 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 114 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.04 |
| HSL | 336.97º | 0.91% | 0.54% | - |
| HSV(B) | 336.97º | 0.86% | 0.96% | - |
| XYZ | 40.89 | 21.54 | 17.92 | - |
| YUV | 105.32 | 132.9 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 114 | 0 | 0.86 | 0.53 | 0.04 | 336.97 | 0.91 | 0.54 |
| Hex | F4 | 21 | 72 | 0 | 56 | 35 | 4 | 151 | 5B | 36 |
| Octal | 364 | 41 | 162 | 0 | 126 | 65 | 4 | 521 | 133 | 66 |
| Binary | 11110100 | 100001 | 1110010 | 0 | 1010110 | 110101 | 100 | 101010001 | 1011011 | 110110 |
Color Harmonies of #F42172
Complementary color
Monochromatic Colors of #F42172
Black with #F42172
Text Example
Text Example
White with #F42172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42172; }
p { color: rgb(244,33,114); }
H1.HeaderClassName
{
color: #F42172;
}
.AnyTagClassName
{
color: #F42172;
}
</style>
background-color css
<style>
a { background-color: #F42172; }
a { background-color: rgb(244,33,114); }
div.DivClassName
{
background-color: #F42172;
}
.BgClassName
{
background-color: #F42172;
}
</style>
border-color css
<style>
span { border-color: #F42172; }
span { border-color: rgb(244,33,114); }
td.TdClassName
{
border-color: #F42172;
}
.TagClassName
{
border-color: #F42172;
}
</style>