Shades of Ruby #F22174
Tints of Ruby #F22174
RGB
CMYK
RGB Variations
Color information
#F22174 (or 0xF22174) is known color: Ruby. HEX triplet: F2, 21 and 74. RGB value is (242,33,116). Sum of RGB (Red+Green+Blue) = 242+33+116=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F22174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22174 is #0DDE8B. Grayscale: #686868. Windows color (decimal): -908940 or 7610866. OLE color: 7610866.
HSL color Cylindrical-coordinate representation of color #F22174: hue angle of 336.17º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22174 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 116 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.05 |
| HSL | 336.17º | 0.89% | 0.54% | - |
| HSV(B) | 336.17º | 0.86% | 0.95% | - |
| XYZ | 40.31 | 21.23 | 18.5 | - |
| YUV | 104.95 | 134.24 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 116 | 0 | 0.86 | 0.52 | 0.05 | 336.17 | 0.89 | 0.54 |
| Hex | F2 | 21 | 74 | 0 | 56 | 34 | 5 | 150 | 59 | 36 |
| Octal | 362 | 41 | 164 | 0 | 126 | 64 | 5 | 520 | 131 | 66 |
| Binary | 11110010 | 100001 | 1110100 | 0 | 1010110 | 110100 | 101 | 101010000 | 1011001 | 110110 |
Color Harmonies of #F22174
Complementary color
Monochromatic Colors of #F22174
Black with #F22174
Text Example
Text Example
White with #F22174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22174; }
p { color: rgb(242,33,116); }
H1.HeaderClassName
{
color: #F22174;
}
.AnyTagClassName
{
color: #F22174;
}
</style>
background-color css
<style>
a { background-color: #F22174; }
a { background-color: rgb(242,33,116); }
div.DivClassName
{
background-color: #F22174;
}
.BgClassName
{
background-color: #F22174;
}
</style>
border-color css
<style>
span { border-color: #F22174; }
span { border-color: rgb(242,33,116); }
td.TdClassName
{
border-color: #F22174;
}
.TagClassName
{
border-color: #F22174;
}
</style>