Shades of Ruby #F20F71
Tints of Ruby #F20F71
RGB
CMYK
RGB Variations
Color information
#F20F71 (or 0xF20F71) is known color: Ruby. HEX triplet: F2, 0F and 71. RGB value is (242,15,113). Sum of RGB (Red+Green+Blue) = 242+15+113=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20F71 is #0DF08E. Grayscale: #5D5D5D. Windows color (decimal): -913551 or 7409650. OLE color: 7409650.
HSL color Cylindrical-coordinate representation of color #F20F71: hue angle of 334.1º 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 #F20F71 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 113 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.05 |
| HSL | 334.1º | 0.9% | 0.5% | - |
| HSV(B) | 334.1º | 0.94% | 0.95% | - |
| XYZ | 39.77 | 20.41 | 17.47 | - |
| YUV | 94.05 | 138.71 | 233.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 113 | 0 | 0.94 | 0.53 | 0.05 | 334.1 | 0.9 | 0.5 |
| Hex | F2 | F | 71 | 0 | 5E | 35 | 5 | 14E | 5A | 32 |
| Octal | 362 | 17 | 161 | 0 | 136 | 65 | 5 | 516 | 132 | 62 |
| Binary | 11110010 | 1111 | 1110001 | 0 | 1011110 | 110101 | 101 | 101001110 | 1011010 | 110010 |
Color Harmonies of #F20F71
Complementary color
Monochromatic Colors of #F20F71
Black with #F20F71
Text Example
Text Example
White with #F20F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20F71; }
p { color: rgb(242,15,113); }
H1.HeaderClassName
{
color: #F20F71;
}
.AnyTagClassName
{
color: #F20F71;
}
</style>
background-color css
<style>
a { background-color: #F20F71; }
a { background-color: rgb(242,15,113); }
div.DivClassName
{
background-color: #F20F71;
}
.BgClassName
{
background-color: #F20F71;
}
</style>
border-color css
<style>
span { border-color: #F20F71; }
span { border-color: rgb(242,15,113); }
td.TdClassName
{
border-color: #F20F71;
}
.TagClassName
{
border-color: #F20F71;
}
</style>