Shades of Ruby #F6146B
Tints of Ruby #F6146B
RGB
CMYK
RGB Variations
Color information
#F6146B (or 0xF6146B) is known color: Ruby. HEX triplet: F6, 14 and 6B. RGB value is (246,20,107). Sum of RGB (Red+Green+Blue) = 246+20+107=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F6146B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6146B is #09EB94. Grayscale: #616161. Windows color (decimal): -650133 or 7017718. OLE color: 7017718.
HSL color Cylindrical-coordinate representation of color #F6146B: hue angle of 336.9º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6146B is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 107 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.04 |
| HSL | 336.9º | 0.93% | 0.52% | - |
| HSV(B) | 336.9º | 0.92% | 0.96% | - |
| XYZ | 40.91 | 21.15 | 15.84 | - |
| YUV | 97.49 | 133.37 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 107 | 0 | 0.92 | 0.57 | 0.04 | 336.9 | 0.93 | 0.52 |
| Hex | F6 | 14 | 6B | 0 | 5C | 39 | 4 | 151 | 5D | 34 |
| Octal | 366 | 24 | 153 | 0 | 134 | 71 | 4 | 521 | 135 | 64 |
| Binary | 11110110 | 10100 | 1101011 | 0 | 1011100 | 111001 | 100 | 101010001 | 1011101 | 110100 |
Color Harmonies of #F6146B
Complementary color
Monochromatic Colors of #F6146B
Black with #F6146B
Text Example
Text Example
White with #F6146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6146B; }
p { color: rgb(246,20,107); }
H1.HeaderClassName
{
color: #F6146B;
}
.AnyTagClassName
{
color: #F6146B;
}
</style>
background-color css
<style>
a { background-color: #F6146B; }
a { background-color: rgb(246,20,107); }
div.DivClassName
{
background-color: #F6146B;
}
.BgClassName
{
background-color: #F6146B;
}
</style>
border-color css
<style>
span { border-color: #F6146B; }
span { border-color: rgb(246,20,107); }
td.TdClassName
{
border-color: #F6146B;
}
.TagClassName
{
border-color: #F6146B;
}
</style>