Shades of Ruby #F21168
Tints of Ruby #F21168
RGB
CMYK
RGB Variations
Color information
#F21168 (or 0xF21168) is known color: Ruby. HEX triplet: F2, 11 and 68. RGB value is (242,17,104). Sum of RGB (Red+Green+Blue) = 242+17+104=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F21168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21168 is #0DEE97. Grayscale: #5E5E5E. Windows color (decimal): -913048 or 6820338. OLE color: 6820338.
HSL color Cylindrical-coordinate representation of color #F21168: hue angle of 336.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21168 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 104 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.05 |
| HSL | 336.8º | 0.9% | 0.51% | - |
| HSV(B) | 336.8º | 0.93% | 0.95% | - |
| XYZ | 39.32 | 20.28 | 14.94 | - |
| YUV | 94.19 | 133.54 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 104 | 0 | 0.93 | 0.57 | 0.05 | 336.8 | 0.9 | 0.51 |
| Hex | F2 | 11 | 68 | 0 | 5D | 39 | 5 | 151 | 5A | 33 |
| Octal | 362 | 21 | 150 | 0 | 135 | 71 | 5 | 521 | 132 | 63 |
| Binary | 11110010 | 10001 | 1101000 | 0 | 1011101 | 111001 | 101 | 101010001 | 1011010 | 110011 |
Color Harmonies of #F21168
Complementary color
Monochromatic Colors of #F21168
Black with #F21168
Text Example
Text Example
White with #F21168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21168; }
p { color: rgb(242,17,104); }
H1.HeaderClassName
{
color: #F21168;
}
.AnyTagClassName
{
color: #F21168;
}
</style>
background-color css
<style>
a { background-color: #F21168; }
a { background-color: rgb(242,17,104); }
div.DivClassName
{
background-color: #F21168;
}
.BgClassName
{
background-color: #F21168;
}
</style>
border-color css
<style>
span { border-color: #F21168; }
span { border-color: rgb(242,17,104); }
td.TdClassName
{
border-color: #F21168;
}
.TagClassName
{
border-color: #F21168;
}
</style>