Shades of Ruby #F0206D
Tints of Ruby #F0206D
RGB
CMYK
RGB Variations
Color information
#F0206D (or 0xF0206D) is known color: Ruby. HEX triplet: F0, 20 and 6D. RGB value is (240,32,109). Sum of RGB (Red+Green+Blue) = 240+32+109=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0206D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0206D is #0FDF92. Grayscale: #666666. Windows color (decimal): -1040275 or 7151856. OLE color: 7151856.
HSL color Cylindrical-coordinate representation of color #F0206D: hue angle of 337.79º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0206D is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 109 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.06 |
| HSL | 337.79º | 0.87% | 0.53% | - |
| HSV(B) | 337.79º | 0.87% | 0.94% | - |
| XYZ | 39.21 | 20.66 | 16.39 | - |
| YUV | 102.97 | 131.41 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 109 | 0 | 0.87 | 0.55 | 0.06 | 337.79 | 0.87 | 0.53 |
| Hex | F0 | 20 | 6D | 0 | 57 | 37 | 6 | 152 | 57 | 35 |
| Octal | 360 | 40 | 155 | 0 | 127 | 67 | 6 | 522 | 127 | 65 |
| Binary | 11110000 | 100000 | 1101101 | 0 | 1010111 | 110111 | 110 | 101010010 | 1010111 | 110101 |
Color Harmonies of #F0206D
Complementary color
Monochromatic Colors of #F0206D
Black with #F0206D
Text Example
Text Example
White with #F0206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0206D; }
p { color: rgb(240,32,109); }
H1.HeaderClassName
{
color: #F0206D;
}
.AnyTagClassName
{
color: #F0206D;
}
</style>
background-color css
<style>
a { background-color: #F0206D; }
a { background-color: rgb(240,32,109); }
div.DivClassName
{
background-color: #F0206D;
}
.BgClassName
{
background-color: #F0206D;
}
</style>
border-color css
<style>
span { border-color: #F0206D; }
span { border-color: rgb(240,32,109); }
td.TdClassName
{
border-color: #F0206D;
}
.TagClassName
{
border-color: #F0206D;
}
</style>