Shades of Ruby #F20F74
Tints of Ruby #F20F74
RGB
CMYK
RGB Variations
Color information
#F20F74 (or 0xF20F74) is known color: Ruby. HEX triplet: F2, 0F and 74. RGB value is (242,15,116). Sum of RGB (Red+Green+Blue) = 242+15+116=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20F74 is #0DF08B. Grayscale: #5E5E5E. Windows color (decimal): -913548 or 7606258. OLE color: 7606258.
HSL color Cylindrical-coordinate representation of color #F20F74: hue angle of 333.3º 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 #F20F74 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 116 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.05 |
| HSL | 333.3º | 0.9% | 0.5% | - |
| HSV(B) | 333.3º | 0.94% | 0.95% | - |
| XYZ | 39.94 | 20.48 | 18.37 | - |
| YUV | 94.39 | 140.21 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 116 | 0 | 0.94 | 0.52 | 0.05 | 333.3 | 0.9 | 0.5 |
| Hex | F2 | F | 74 | 0 | 5E | 34 | 5 | 14D | 5A | 32 |
| Octal | 362 | 17 | 164 | 0 | 136 | 64 | 5 | 515 | 132 | 62 |
| Binary | 11110010 | 1111 | 1110100 | 0 | 1011110 | 110100 | 101 | 101001101 | 1011010 | 110010 |
Color Harmonies of #F20F74
Complementary color
Monochromatic Colors of #F20F74
Black with #F20F74
Text Example
Text Example
White with #F20F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20F74; }
p { color: rgb(242,15,116); }
H1.HeaderClassName
{
color: #F20F74;
}
.AnyTagClassName
{
color: #F20F74;
}
</style>
background-color css
<style>
a { background-color: #F20F74; }
a { background-color: rgb(242,15,116); }
div.DivClassName
{
background-color: #F20F74;
}
.BgClassName
{
background-color: #F20F74;
}
</style>
border-color css
<style>
span { border-color: #F20F74; }
span { border-color: rgb(242,15,116); }
td.TdClassName
{
border-color: #F20F74;
}
.TagClassName
{
border-color: #F20F74;
}
</style>