Shades of Ruby #F6195F
Tints of Ruby #F6195F
RGB
CMYK
RGB Variations
Color information
#F6195F (or 0xF6195F) is known color: Ruby. HEX triplet: F6, 19 and 5F. RGB value is (246,25,95). Sum of RGB (Red+Green+Blue) = 246+25+95=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F6195F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6195F is #09E6A0. Grayscale: #636363. Windows color (decimal): -648865 or 6232566. OLE color: 6232566.
HSL color Cylindrical-coordinate representation of color #F6195F: hue angle of 341º degrees, saturation: 0.92, 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 #F6195F is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 95 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.04 |
| HSL | 341º | 0.92% | 0.53% | - |
| HSV(B) | 341º | 0.9% | 0.96% | - |
| XYZ | 40.42 | 21.11 | 12.77 | - |
| YUV | 99.06 | 125.72 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 95 | 0 | 0.90 | 0.61 | 0.04 | 341 | 0.92 | 0.53 |
| Hex | F6 | 19 | 5F | 0 | 5A | 3D | 4 | 155 | 5C | 35 |
| Octal | 366 | 31 | 137 | 0 | 132 | 75 | 4 | 525 | 134 | 65 |
| Binary | 11110110 | 11001 | 1011111 | 0 | 1011010 | 111101 | 100 | 101010101 | 1011100 | 110101 |
Color Harmonies of #F6195F
Complementary color
Monochromatic Colors of #F6195F
Black with #F6195F
Text Example
Text Example
White with #F6195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6195F; }
p { color: rgb(246,25,95); }
H1.HeaderClassName
{
color: #F6195F;
}
.AnyTagClassName
{
color: #F6195F;
}
</style>
background-color css
<style>
a { background-color: #F6195F; }
a { background-color: rgb(246,25,95); }
div.DivClassName
{
background-color: #F6195F;
}
.BgClassName
{
background-color: #F6195F;
}
</style>
border-color css
<style>
span { border-color: #F6195F; }
span { border-color: rgb(246,25,95); }
td.TdClassName
{
border-color: #F6195F;
}
.TagClassName
{
border-color: #F6195F;
}
</style>