Shades of Ruby #F61A70
Tints of Ruby #F61A70
RGB
CMYK
RGB Variations
Color information
#F61A70 (or 0xF61A70) is known color: Ruby. HEX triplet: F6, 1A and 70. RGB value is (246,26,112). Sum of RGB (Red+Green+Blue) = 246+26+112=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61A70 is #09E58F. Grayscale: #656565. Windows color (decimal): -648592 or 7346934. OLE color: 7346934.
HSL color Cylindrical-coordinate representation of color #F61A70: hue angle of 336.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61A70 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 112 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.04 |
| HSL | 336.55º | 0.92% | 0.53% | - |
| HSV(B) | 336.55º | 0.89% | 0.96% | - |
| XYZ | 41.3 | 21.5 | 17.3 | - |
| YUV | 101.58 | 133.89 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 112 | 0 | 0.89 | 0.54 | 0.04 | 336.55 | 0.92 | 0.53 |
| Hex | F6 | 1A | 70 | 0 | 59 | 36 | 4 | 151 | 5C | 35 |
| Octal | 366 | 32 | 160 | 0 | 131 | 66 | 4 | 521 | 134 | 65 |
| Binary | 11110110 | 11010 | 1110000 | 0 | 1011001 | 110110 | 100 | 101010001 | 1011100 | 110101 |
Color Harmonies of #F61A70
Complementary color
Monochromatic Colors of #F61A70
Black with #F61A70
Text Example
Text Example
White with #F61A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61A70; }
p { color: rgb(246,26,112); }
H1.HeaderClassName
{
color: #F61A70;
}
.AnyTagClassName
{
color: #F61A70;
}
</style>
background-color css
<style>
a { background-color: #F61A70; }
a { background-color: rgb(246,26,112); }
div.DivClassName
{
background-color: #F61A70;
}
.BgClassName
{
background-color: #F61A70;
}
</style>
border-color css
<style>
span { border-color: #F61A70; }
span { border-color: rgb(246,26,112); }
td.TdClassName
{
border-color: #F61A70;
}
.TagClassName
{
border-color: #F61A70;
}
</style>