Shades of Ruby #F20E76
Tints of Ruby #F20E76
RGB
CMYK
RGB Variations
Color information
#F20E76 (or 0xF20E76) is known color: Ruby. HEX triplet: F2, 0E and 76. RGB value is (242,14,118). Sum of RGB (Red+Green+Blue) = 242+14+118=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20E76 is #0DF189. Grayscale: #5D5D5D. Windows color (decimal): -913802 or 7737074. OLE color: 7737074.
HSL color Cylindrical-coordinate representation of color #F20E76: hue angle of 332.63º 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 #F20E76 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 118 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.05 |
| HSL | 332.63º | 0.9% | 0.5% | - |
| HSV(B) | 332.63º | 0.94% | 0.95% | - |
| XYZ | 40.05 | 20.5 | 18.99 | - |
| YUV | 94.03 | 141.54 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 118 | 0 | 0.94 | 0.51 | 0.05 | 332.63 | 0.9 | 0.5 |
| Hex | F2 | E | 76 | 0 | 5E | 33 | 5 | 14D | 5A | 32 |
| Octal | 362 | 16 | 166 | 0 | 136 | 63 | 5 | 515 | 132 | 62 |
| Binary | 11110010 | 1110 | 1110110 | 0 | 1011110 | 110011 | 101 | 101001101 | 1011010 | 110010 |
Color Harmonies of #F20E76
Complementary color
Monochromatic Colors of #F20E76
Black with #F20E76
Text Example
Text Example
White with #F20E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20E76; }
p { color: rgb(242,14,118); }
H1.HeaderClassName
{
color: #F20E76;
}
.AnyTagClassName
{
color: #F20E76;
}
</style>
background-color css
<style>
a { background-color: #F20E76; }
a { background-color: rgb(242,14,118); }
div.DivClassName
{
background-color: #F20E76;
}
.BgClassName
{
background-color: #F20E76;
}
</style>
border-color css
<style>
span { border-color: #F20E76; }
span { border-color: rgb(242,14,118); }
td.TdClassName
{
border-color: #F20E76;
}
.TagClassName
{
border-color: #F20E76;
}
</style>