Shades of Ruby #F6146C
Tints of Ruby #F6146C
RGB
CMYK
RGB Variations
Color information
#F6146C (or 0xF6146C) is known color: Ruby. HEX triplet: F6, 14 and 6C. RGB value is (246,20,108). Sum of RGB (Red+Green+Blue) = 246+20+108=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F6146C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6146C is #09EB93. Grayscale: #616161. Windows color (decimal): -650132 or 7083254. OLE color: 7083254.
HSL color Cylindrical-coordinate representation of color #F6146C: hue angle of 336.64º 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 #F6146C is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 108 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.04 |
| HSL | 336.64º | 0.93% | 0.52% | - |
| HSV(B) | 336.64º | 0.92% | 0.96% | - |
| XYZ | 40.96 | 21.18 | 16.12 | - |
| YUV | 97.61 | 133.87 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 108 | 0 | 0.92 | 0.56 | 0.04 | 336.64 | 0.93 | 0.52 |
| Hex | F6 | 14 | 6C | 0 | 5C | 38 | 4 | 151 | 5D | 34 |
| Octal | 366 | 24 | 154 | 0 | 134 | 70 | 4 | 521 | 135 | 64 |
| Binary | 11110110 | 10100 | 1101100 | 0 | 1011100 | 111000 | 100 | 101010001 | 1011101 | 110100 |
Color Harmonies of #F6146C
Complementary color
Monochromatic Colors of #F6146C
Black with #F6146C
Text Example
Text Example
White with #F6146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6146C; }
p { color: rgb(246,20,108); }
H1.HeaderClassName
{
color: #F6146C;
}
.AnyTagClassName
{
color: #F6146C;
}
</style>
background-color css
<style>
a { background-color: #F6146C; }
a { background-color: rgb(246,20,108); }
div.DivClassName
{
background-color: #F6146C;
}
.BgClassName
{
background-color: #F6146C;
}
</style>
border-color css
<style>
span { border-color: #F6146C; }
span { border-color: rgb(246,20,108); }
td.TdClassName
{
border-color: #F6146C;
}
.TagClassName
{
border-color: #F6146C;
}
</style>