Shades of Ruby #F2216D
Tints of Ruby #F2216D
RGB
CMYK
RGB Variations
Color information
#F2216D (or 0xF2216D) is known color: Ruby. HEX triplet: F2, 21 and 6D. RGB value is (242,33,109). Sum of RGB (Red+Green+Blue) = 242+33+109=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F2216D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2216D is #0DDE92. Grayscale: #686868. Windows color (decimal): -908947 or 7152114. OLE color: 7152114.
HSL color Cylindrical-coordinate representation of color #F2216D: hue angle of 338.18º 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 #F2216D is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 109 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.05 |
| HSL | 338.18º | 0.89% | 0.54% | - |
| HSV(B) | 338.18º | 0.86% | 0.95% | - |
| XYZ | 39.92 | 21.07 | 16.43 | - |
| YUV | 104.16 | 130.74 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 109 | 0 | 0.86 | 0.55 | 0.05 | 338.18 | 0.89 | 0.54 |
| Hex | F2 | 21 | 6D | 0 | 56 | 37 | 5 | 152 | 59 | 36 |
| Octal | 362 | 41 | 155 | 0 | 126 | 67 | 5 | 522 | 131 | 66 |
| Binary | 11110010 | 100001 | 1101101 | 0 | 1010110 | 110111 | 101 | 101010010 | 1011001 | 110110 |
Color Harmonies of #F2216D
Complementary color
Monochromatic Colors of #F2216D
Black with #F2216D
Text Example
Text Example
White with #F2216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2216D; }
p { color: rgb(242,33,109); }
H1.HeaderClassName
{
color: #F2216D;
}
.AnyTagClassName
{
color: #F2216D;
}
</style>
background-color css
<style>
a { background-color: #F2216D; }
a { background-color: rgb(242,33,109); }
div.DivClassName
{
background-color: #F2216D;
}
.BgClassName
{
background-color: #F2216D;
}
</style>
border-color css
<style>
span { border-color: #F2216D; }
span { border-color: rgb(242,33,109); }
td.TdClassName
{
border-color: #F2216D;
}
.TagClassName
{
border-color: #F2216D;
}
</style>