Shades of Ruby #F61369
Tints of Ruby #F61369
RGB
CMYK
RGB Variations
Color information
#F61369 (or 0xF61369) is known color: Ruby. HEX triplet: F6, 13 and 69. RGB value is (246,19,105). Sum of RGB (Red+Green+Blue) = 246+19+105=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F61369 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61369 is #09EC96. Grayscale: #606060. Windows color (decimal): -650391 or 6886390. OLE color: 6886390.
HSL color Cylindrical-coordinate representation of color #F61369: hue angle of 337.27º 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 #F61369 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 105 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.04 |
| HSL | 337.27º | 0.93% | 0.52% | - |
| HSV(B) | 337.27º | 0.92% | 0.96% | - |
| XYZ | 40.79 | 21.08 | 15.28 | - |
| YUV | 96.68 | 132.71 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 105 | 0 | 0.92 | 0.57 | 0.04 | 337.27 | 0.93 | 0.52 |
| Hex | F6 | 13 | 69 | 0 | 5C | 39 | 4 | 151 | 5D | 34 |
| Octal | 366 | 23 | 151 | 0 | 134 | 71 | 4 | 521 | 135 | 64 |
| Binary | 11110110 | 10011 | 1101001 | 0 | 1011100 | 111001 | 100 | 101010001 | 1011101 | 110100 |
Color Harmonies of #F61369
Complementary color
Monochromatic Colors of #F61369
Black with #F61369
Text Example
Text Example
White with #F61369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61369; }
p { color: rgb(246,19,105); }
H1.HeaderClassName
{
color: #F61369;
}
.AnyTagClassName
{
color: #F61369;
}
</style>
background-color css
<style>
a { background-color: #F61369; }
a { background-color: rgb(246,19,105); }
div.DivClassName
{
background-color: #F61369;
}
.BgClassName
{
background-color: #F61369;
}
</style>
border-color css
<style>
span { border-color: #F61369; }
span { border-color: rgb(246,19,105); }
td.TdClassName
{
border-color: #F61369;
}
.TagClassName
{
border-color: #F61369;
}
</style>