Shades of Ruby #F21174
Tints of Ruby #F21174
RGB
CMYK
RGB Variations
Color information
#F21174 (or 0xF21174) is known color: Ruby. HEX triplet: F2, 11 and 74. RGB value is (242,17,116). Sum of RGB (Red+Green+Blue) = 242+17+116=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F21174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21174 is #0DEE8B. Grayscale: #5F5F5F. Windows color (decimal): -913036 or 7606770. OLE color: 7606770.
HSL color Cylindrical-coordinate representation of color #F21174: hue angle of 333.6º 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 #F21174 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 116 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.05 |
| HSL | 333.6º | 0.9% | 0.51% | - |
| HSV(B) | 333.6º | 0.93% | 0.95% | - |
| XYZ | 39.97 | 20.54 | 18.38 | - |
| YUV | 95.56 | 139.54 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 116 | 0 | 0.93 | 0.52 | 0.05 | 333.6 | 0.9 | 0.51 |
| Hex | F2 | 11 | 74 | 0 | 5D | 34 | 5 | 14E | 5A | 33 |
| Octal | 362 | 21 | 164 | 0 | 135 | 64 | 5 | 516 | 132 | 63 |
| Binary | 11110010 | 10001 | 1110100 | 0 | 1011101 | 110100 | 101 | 101001110 | 1011010 | 110011 |
Color Harmonies of #F21174
Complementary color
Monochromatic Colors of #F21174
Black with #F21174
Text Example
Text Example
White with #F21174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21174; }
p { color: rgb(242,17,116); }
H1.HeaderClassName
{
color: #F21174;
}
.AnyTagClassName
{
color: #F21174;
}
</style>
background-color css
<style>
a { background-color: #F21174; }
a { background-color: rgb(242,17,116); }
div.DivClassName
{
background-color: #F21174;
}
.BgClassName
{
background-color: #F21174;
}
</style>
border-color css
<style>
span { border-color: #F21174; }
span { border-color: rgb(242,17,116); }
td.TdClassName
{
border-color: #F21174;
}
.TagClassName
{
border-color: #F21174;
}
</style>