Shades of Ruby #F21170
Tints of Ruby #F21170
RGB
CMYK
RGB Variations
Color information
#F21170 (or 0xF21170) is known color: Ruby. HEX triplet: F2, 11 and 70. RGB value is (242,17,112). Sum of RGB (Red+Green+Blue) = 242+17+112=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F21170 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21170 is #0DEE8F. Grayscale: #5E5E5E. Windows color (decimal): -913040 or 7344626. OLE color: 7344626.
HSL color Cylindrical-coordinate representation of color #F21170: hue angle of 334.67º 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 #F21170 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 112 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.05 |
| HSL | 334.67º | 0.9% | 0.51% | - |
| HSV(B) | 334.67º | 0.93% | 0.95% | - |
| XYZ | 39.74 | 20.45 | 17.18 | - |
| YUV | 95.11 | 137.54 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 112 | 0 | 0.93 | 0.54 | 0.05 | 334.67 | 0.9 | 0.51 |
| Hex | F2 | 11 | 70 | 0 | 5D | 36 | 5 | 14F | 5A | 33 |
| Octal | 362 | 21 | 160 | 0 | 135 | 66 | 5 | 517 | 132 | 63 |
| Binary | 11110010 | 10001 | 1110000 | 0 | 1011101 | 110110 | 101 | 101001111 | 1011010 | 110011 |
Color Harmonies of #F21170
Complementary color
Monochromatic Colors of #F21170
Black with #F21170
Text Example
Text Example
White with #F21170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21170; }
p { color: rgb(242,17,112); }
H1.HeaderClassName
{
color: #F21170;
}
.AnyTagClassName
{
color: #F21170;
}
</style>
background-color css
<style>
a { background-color: #F21170; }
a { background-color: rgb(242,17,112); }
div.DivClassName
{
background-color: #F21170;
}
.BgClassName
{
background-color: #F21170;
}
</style>
border-color css
<style>
span { border-color: #F21170; }
span { border-color: rgb(242,17,112); }
td.TdClassName
{
border-color: #F21170;
}
.TagClassName
{
border-color: #F21170;
}
</style>