Shades of Ruby #F20F6F
Tints of Ruby #F20F6F
RGB
CMYK
RGB Variations
Color information
#F20F6F (or 0xF20F6F) is known color: Ruby. HEX triplet: F2, 0F and 6F. RGB value is (242,15,111). Sum of RGB (Red+Green+Blue) = 242+15+111=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20F6F is #0DF090. Grayscale: #5D5D5D. Windows color (decimal): -913553 or 7278578. OLE color: 7278578.
HSL color Cylindrical-coordinate representation of color #F20F6F: hue angle of 334.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 #F20F6F is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 111 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.05 |
| HSL | 334.63º | 0.9% | 0.5% | - |
| HSV(B) | 334.63º | 0.94% | 0.95% | - |
| XYZ | 39.66 | 20.37 | 16.88 | - |
| YUV | 93.82 | 137.71 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 111 | 0 | 0.94 | 0.54 | 0.05 | 334.63 | 0.9 | 0.5 |
| Hex | F2 | F | 6F | 0 | 5E | 36 | 5 | 14F | 5A | 32 |
| Octal | 362 | 17 | 157 | 0 | 136 | 66 | 5 | 517 | 132 | 62 |
| Binary | 11110010 | 1111 | 1101111 | 0 | 1011110 | 110110 | 101 | 101001111 | 1011010 | 110010 |
Color Harmonies of #F20F6F
Complementary color
Monochromatic Colors of #F20F6F
Black with #F20F6F
Text Example
Text Example
White with #F20F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20F6F; }
p { color: rgb(242,15,111); }
H1.HeaderClassName
{
color: #F20F6F;
}
.AnyTagClassName
{
color: #F20F6F;
}
</style>
background-color css
<style>
a { background-color: #F20F6F; }
a { background-color: rgb(242,15,111); }
div.DivClassName
{
background-color: #F20F6F;
}
.BgClassName
{
background-color: #F20F6F;
}
</style>
border-color css
<style>
span { border-color: #F20F6F; }
span { border-color: rgb(242,15,111); }
td.TdClassName
{
border-color: #F20F6F;
}
.TagClassName
{
border-color: #F20F6F;
}
</style>