Shades of Ruby #F20E74
Tints of Ruby #F20E74
RGB
CMYK
RGB Variations
Color information
#F20E74 (or 0xF20E74) is known color: Ruby. HEX triplet: F2, 0E and 74. RGB value is (242,14,116). Sum of RGB (Red+Green+Blue) = 242+14+116=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20E74 is #0DF18B. Grayscale: #5D5D5D. Windows color (decimal): -913804 or 7606002. OLE color: 7606002.
HSL color Cylindrical-coordinate representation of color #F20E74: hue angle of 333.16º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20E74 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 116 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.05 |
| HSL | 333.16º | 0.9% | 0.5% | - |
| HSV(B) | 333.16º | 0.94% | 0.95% | - |
| XYZ | 39.93 | 20.45 | 18.37 | - |
| YUV | 93.8 | 140.54 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 116 | 0 | 0.94 | 0.52 | 0.05 | 333.16 | 0.9 | 0.5 |
| Hex | F2 | E | 74 | 0 | 5E | 34 | 5 | 14D | 5A | 32 |
| Octal | 362 | 16 | 164 | 0 | 136 | 64 | 5 | 515 | 132 | 62 |
| Binary | 11110010 | 1110 | 1110100 | 0 | 1011110 | 110100 | 101 | 101001101 | 1011010 | 110010 |
Color Harmonies of #F20E74
Complementary color
Monochromatic Colors of #F20E74
Black with #F20E74
Text Example
Text Example
White with #F20E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20E74; }
p { color: rgb(242,14,116); }
H1.HeaderClassName
{
color: #F20E74;
}
.AnyTagClassName
{
color: #F20E74;
}
</style>
background-color css
<style>
a { background-color: #F20E74; }
a { background-color: rgb(242,14,116); }
div.DivClassName
{
background-color: #F20E74;
}
.BgClassName
{
background-color: #F20E74;
}
</style>
border-color css
<style>
span { border-color: #F20E74; }
span { border-color: rgb(242,14,116); }
td.TdClassName
{
border-color: #F20E74;
}
.TagClassName
{
border-color: #F20E74;
}
</style>