Shades of Ruby #F61568
Tints of Ruby #F61568
RGB
CMYK
RGB Variations
Color information
#F61568 (or 0xF61568) is known color: Ruby. HEX triplet: F6, 15 and 68. RGB value is (246,21,104). Sum of RGB (Red+Green+Blue) = 246+21+104=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F61568 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61568 is #09EA97. Grayscale: #616161. Windows color (decimal): -649880 or 6821366. OLE color: 6821366.
HSL color Cylindrical-coordinate representation of color #F61568: hue angle of 337.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61568 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 104 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.04 |
| HSL | 337.87º | 0.93% | 0.52% | - |
| HSV(B) | 337.87º | 0.91% | 0.96% | - |
| XYZ | 40.77 | 21.13 | 15.03 | - |
| YUV | 97.74 | 131.54 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 104 | 0 | 0.91 | 0.58 | 0.04 | 337.87 | 0.93 | 0.52 |
| Hex | F6 | 15 | 68 | 0 | 5B | 3A | 4 | 152 | 5D | 34 |
| Octal | 366 | 25 | 150 | 0 | 133 | 72 | 4 | 522 | 135 | 64 |
| Binary | 11110110 | 10101 | 1101000 | 0 | 1011011 | 111010 | 100 | 101010010 | 1011101 | 110100 |
Color Harmonies of #F61568
Complementary color
Monochromatic Colors of #F61568
Black with #F61568
Text Example
Text Example
White with #F61568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61568; }
p { color: rgb(246,21,104); }
H1.HeaderClassName
{
color: #F61568;
}
.AnyTagClassName
{
color: #F61568;
}
</style>
background-color css
<style>
a { background-color: #F61568; }
a { background-color: rgb(246,21,104); }
div.DivClassName
{
background-color: #F61568;
}
.BgClassName
{
background-color: #F61568;
}
</style>
border-color css
<style>
span { border-color: #F61568; }
span { border-color: rgb(246,21,104); }
td.TdClassName
{
border-color: #F61568;
}
.TagClassName
{
border-color: #F61568;
}
</style>