Shades of Ruby #F22172
Tints of Ruby #F22172
RGB
CMYK
RGB Variations
Color information
#F22172 (or 0xF22172) is known color: Ruby. HEX triplet: F2, 21 and 72. RGB value is (242,33,114). Sum of RGB (Red+Green+Blue) = 242+33+114=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F22172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22172 is #0DDE8D. Grayscale: #686868. Windows color (decimal): -908942 or 7479794. OLE color: 7479794.
HSL color Cylindrical-coordinate representation of color #F22172: hue angle of 336.75º 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 #F22172 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 114 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.05 |
| HSL | 336.75º | 0.89% | 0.54% | - |
| HSV(B) | 336.75º | 0.86% | 0.95% | - |
| XYZ | 40.2 | 21.18 | 17.89 | - |
| YUV | 104.73 | 133.24 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 114 | 0 | 0.86 | 0.53 | 0.05 | 336.75 | 0.89 | 0.54 |
| Hex | F2 | 21 | 72 | 0 | 56 | 35 | 5 | 151 | 59 | 36 |
| Octal | 362 | 41 | 162 | 0 | 126 | 65 | 5 | 521 | 131 | 66 |
| Binary | 11110010 | 100001 | 1110010 | 0 | 1010110 | 110101 | 101 | 101010001 | 1011001 | 110110 |
Color Harmonies of #F22172
Complementary color
Monochromatic Colors of #F22172
Black with #F22172
Text Example
Text Example
White with #F22172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22172; }
p { color: rgb(242,33,114); }
H1.HeaderClassName
{
color: #F22172;
}
.AnyTagClassName
{
color: #F22172;
}
</style>
background-color css
<style>
a { background-color: #F22172; }
a { background-color: rgb(242,33,114); }
div.DivClassName
{
background-color: #F22172;
}
.BgClassName
{
background-color: #F22172;
}
</style>
border-color css
<style>
span { border-color: #F22172; }
span { border-color: rgb(242,33,114); }
td.TdClassName
{
border-color: #F22172;
}
.TagClassName
{
border-color: #F22172;
}
</style>