Shades of Ruby #F42174
Tints of Ruby #F42174
RGB
CMYK
RGB Variations
Color information
#F42174 (or 0xF42174) is known color: Ruby. HEX triplet: F4, 21 and 74. RGB value is (244,33,116). Sum of RGB (Red+Green+Blue) = 244+33+116=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F42174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42174 is #0BDE8B. Grayscale: #696969. Windows color (decimal): -777868 or 7610868. OLE color: 7610868.
HSL color Cylindrical-coordinate representation of color #F42174: hue angle of 336.4º 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 #F42174 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 116 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.04 |
| HSL | 336.4º | 0.91% | 0.54% | - |
| HSV(B) | 336.4º | 0.86% | 0.96% | - |
| XYZ | 41 | 21.58 | 18.53 | - |
| YUV | 105.55 | 133.9 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 116 | 0 | 0.86 | 0.52 | 0.04 | 336.4 | 0.91 | 0.54 |
| Hex | F4 | 21 | 74 | 0 | 56 | 34 | 4 | 150 | 5B | 36 |
| Octal | 364 | 41 | 164 | 0 | 126 | 64 | 4 | 520 | 133 | 66 |
| Binary | 11110100 | 100001 | 1110100 | 0 | 1010110 | 110100 | 100 | 101010000 | 1011011 | 110110 |
Color Harmonies of #F42174
Complementary color
Monochromatic Colors of #F42174
Black with #F42174
Text Example
Text Example
White with #F42174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42174; }
p { color: rgb(244,33,116); }
H1.HeaderClassName
{
color: #F42174;
}
.AnyTagClassName
{
color: #F42174;
}
</style>
background-color css
<style>
a { background-color: #F42174; }
a { background-color: rgb(244,33,116); }
div.DivClassName
{
background-color: #F42174;
}
.BgClassName
{
background-color: #F42174;
}
</style>
border-color css
<style>
span { border-color: #F42174; }
span { border-color: rgb(244,33,116); }
td.TdClassName
{
border-color: #F42174;
}
.TagClassName
{
border-color: #F42174;
}
</style>