Shades of Ruby #F6185F
Tints of Ruby #F6185F
RGB
CMYK
RGB Variations
Color information
#F6185F (or 0xF6185F) is known color: Ruby. HEX triplet: F6, 18 and 5F. RGB value is (246,24,95). Sum of RGB (Red+Green+Blue) = 246+24+95=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F6185F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6185F is #09E7A0. Grayscale: #626262. Windows color (decimal): -649121 or 6232310. OLE color: 6232310.
HSL color Cylindrical-coordinate representation of color #F6185F: hue angle of 340.81º 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 #F6185F is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 95 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.04 |
| HSL | 340.81º | 0.93% | 0.53% | - |
| HSV(B) | 340.81º | 0.9% | 0.96% | - |
| XYZ | 40.4 | 21.07 | 12.76 | - |
| YUV | 98.47 | 126.05 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 95 | 0 | 0.90 | 0.61 | 0.04 | 340.81 | 0.93 | 0.53 |
| Hex | F6 | 18 | 5F | 0 | 5A | 3D | 4 | 155 | 5C | 35 |
| Octal | 366 | 30 | 137 | 0 | 132 | 75 | 4 | 525 | 134 | 65 |
| Binary | 11110110 | 11000 | 1011111 | 0 | 1011010 | 111101 | 100 | 101010101 | 1011100 | 110101 |
Color Harmonies of #F6185F
Complementary color
Monochromatic Colors of #F6185F
Black with #F6185F
Text Example
Text Example
White with #F6185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6185F; }
p { color: rgb(246,24,95); }
H1.HeaderClassName
{
color: #F6185F;
}
.AnyTagClassName
{
color: #F6185F;
}
</style>
background-color css
<style>
a { background-color: #F6185F; }
a { background-color: rgb(246,24,95); }
div.DivClassName
{
background-color: #F6185F;
}
.BgClassName
{
background-color: #F6185F;
}
</style>
border-color css
<style>
span { border-color: #F6185F; }
span { border-color: rgb(246,24,95); }
td.TdClassName
{
border-color: #F6185F;
}
.TagClassName
{
border-color: #F6185F;
}
</style>