Shades of Ruby #F6156D
Tints of Ruby #F6156D
RGB
CMYK
RGB Variations
Color information
#F6156D (or 0xF6156D) is known color: Ruby. HEX triplet: F6, 15 and 6D. RGB value is (246,21,109). Sum of RGB (Red+Green+Blue) = 246+21+109=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F6156D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6156D is #09EA92. Grayscale: #626262. Windows color (decimal): -649875 or 7149046. OLE color: 7149046.
HSL color Cylindrical-coordinate representation of color #F6156D: hue angle of 336.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6156D is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 109 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.04 |
| HSL | 336.53º | 0.93% | 0.52% | - |
| HSV(B) | 336.53º | 0.91% | 0.96% | - |
| XYZ | 41.03 | 21.23 | 16.4 | - |
| YUV | 98.31 | 134.04 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 109 | 0 | 0.91 | 0.56 | 0.04 | 336.53 | 0.93 | 0.52 |
| Hex | F6 | 15 | 6D | 0 | 5B | 38 | 4 | 151 | 5D | 34 |
| Octal | 366 | 25 | 155 | 0 | 133 | 70 | 4 | 521 | 135 | 64 |
| Binary | 11110110 | 10101 | 1101101 | 0 | 1011011 | 111000 | 100 | 101010001 | 1011101 | 110100 |
Color Harmonies of #F6156D
Complementary color
Monochromatic Colors of #F6156D
Black with #F6156D
Text Example
Text Example
White with #F6156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6156D; }
p { color: rgb(246,21,109); }
H1.HeaderClassName
{
color: #F6156D;
}
.AnyTagClassName
{
color: #F6156D;
}
</style>
background-color css
<style>
a { background-color: #F6156D; }
a { background-color: rgb(246,21,109); }
div.DivClassName
{
background-color: #F6156D;
}
.BgClassName
{
background-color: #F6156D;
}
</style>
border-color css
<style>
span { border-color: #F6156D; }
span { border-color: rgb(246,21,109); }
td.TdClassName
{
border-color: #F6156D;
}
.TagClassName
{
border-color: #F6156D;
}
</style>