Shades of Ruby #F6186F
Tints of Ruby #F6186F
RGB
CMYK
RGB Variations
Color information
#F6186F (or 0xF6186F) is known color: Ruby. HEX triplet: F6, 18 and 6F. RGB value is (246,24,111). Sum of RGB (Red+Green+Blue) = 246+24+111=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F6186F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6186F is #09E790. Grayscale: #646464. Windows color (decimal): -649105 or 7280886. OLE color: 7280886.
HSL color Cylindrical-coordinate representation of color #F6186F: hue angle of 336.49º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F6186F is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 111 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.04 |
| HSL | 336.49º | 0.93% | 0.53% | - |
| HSV(B) | 336.49º | 0.9% | 0.96% | - |
| XYZ | 41.2 | 21.39 | 17 | - |
| YUV | 100.3 | 134.05 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 111 | 0 | 0.90 | 0.55 | 0.04 | 336.49 | 0.93 | 0.53 |
| Hex | F6 | 18 | 6F | 0 | 5A | 37 | 4 | 150 | 5C | 35 |
| Octal | 366 | 30 | 157 | 0 | 132 | 67 | 4 | 520 | 134 | 65 |
| Binary | 11110110 | 11000 | 1101111 | 0 | 1011010 | 110111 | 100 | 101010000 | 1011100 | 110101 |
Color Harmonies of #F6186F
Complementary color
Monochromatic Colors of #F6186F
Black with #F6186F
Text Example
Text Example
White with #F6186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6186F; }
p { color: rgb(246,24,111); }
H1.HeaderClassName
{
color: #F6186F;
}
.AnyTagClassName
{
color: #F6186F;
}
</style>
background-color css
<style>
a { background-color: #F6186F; }
a { background-color: rgb(246,24,111); }
div.DivClassName
{
background-color: #F6186F;
}
.BgClassName
{
background-color: #F6186F;
}
</style>
border-color css
<style>
span { border-color: #F6186F; }
span { border-color: rgb(246,24,111); }
td.TdClassName
{
border-color: #F6186F;
}
.TagClassName
{
border-color: #F6186F;
}
</style>