Shades of Ruby #F6206D
Tints of Ruby #F6206D
RGB
CMYK
RGB Variations
Color information
#F6206D (or 0xF6206D) is known color: Ruby. HEX triplet: F6, 20 and 6D. RGB value is (246,32,109). Sum of RGB (Red+Green+Blue) = 246+32+109=387 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.57% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 246 - color contains mainly: red. Hex color #F6206D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6206D is #09DF92. Grayscale: #686868. Windows color (decimal): -647059 or 7151862. OLE color: 7151862.
HSL color Cylindrical-coordinate representation of color #F6206D: hue angle of 338.41º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F6206D is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 109 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.04 |
| HSL | 338.41º | 0.92% | 0.55% | - |
| HSV(B) | 338.41º | 0.87% | 0.96% | - |
| XYZ | 41.28 | 21.73 | 16.49 | - |
| YUV | 104.76 | 130.4 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 109 | 0 | 0.87 | 0.56 | 0.04 | 338.41 | 0.92 | 0.55 |
| Hex | F6 | 20 | 6D | 0 | 57 | 38 | 4 | 152 | 5C | 37 |
| Octal | 366 | 40 | 155 | 0 | 127 | 70 | 4 | 522 | 134 | 67 |
| Binary | 11110110 | 100000 | 1101101 | 0 | 1010111 | 111000 | 100 | 101010010 | 1011100 | 110111 |
Color Harmonies of #F6206D
Complementary color
Monochromatic Colors of #F6206D
Black with #F6206D
Text Example
Text Example
White with #F6206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6206D; }
p { color: rgb(246,32,109); }
H1.HeaderClassName
{
color: #F6206D;
}
.AnyTagClassName
{
color: #F6206D;
}
</style>
background-color css
<style>
a { background-color: #F6206D; }
a { background-color: rgb(246,32,109); }
div.DivClassName
{
background-color: #F6206D;
}
.BgClassName
{
background-color: #F6206D;
}
</style>
border-color css
<style>
span { border-color: #F6206D; }
span { border-color: rgb(246,32,109); }
td.TdClassName
{
border-color: #F6206D;
}
.TagClassName
{
border-color: #F6206D;
}
</style>