Shades of Ruby #F61E6E
Tints of Ruby #F61E6E
RGB
CMYK
RGB Variations
Color information
#F61E6E (or 0xF61E6E) is known color: Ruby. HEX triplet: F6, 1E and 6E. RGB value is (246,30,110). Sum of RGB (Red+Green+Blue) = 246+30+110=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61E6E is #09E191. Grayscale: #676767. Windows color (decimal): -647570 or 7216886. OLE color: 7216886.
HSL color Cylindrical-coordinate representation of color #F61E6E: hue angle of 337.78º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61E6E is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 110 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.04 |
| HSL | 337.78º | 0.92% | 0.54% | - |
| HSV(B) | 337.78º | 0.88% | 0.96% | - |
| XYZ | 41.28 | 21.65 | 16.75 | - |
| YUV | 103.7 | 131.56 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 110 | 0 | 0.88 | 0.55 | 0.04 | 337.78 | 0.92 | 0.54 |
| Hex | F6 | 1E | 6E | 0 | 58 | 37 | 4 | 152 | 5C | 36 |
| Octal | 366 | 36 | 156 | 0 | 130 | 67 | 4 | 522 | 134 | 66 |
| Binary | 11110110 | 11110 | 1101110 | 0 | 1011000 | 110111 | 100 | 101010010 | 1011100 | 110110 |
Color Harmonies of #F61E6E
Complementary color
Monochromatic Colors of #F61E6E
Black with #F61E6E
Text Example
Text Example
White with #F61E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61E6E; }
p { color: rgb(246,30,110); }
H1.HeaderClassName
{
color: #F61E6E;
}
.AnyTagClassName
{
color: #F61E6E;
}
</style>
background-color css
<style>
a { background-color: #F61E6E; }
a { background-color: rgb(246,30,110); }
div.DivClassName
{
background-color: #F61E6E;
}
.BgClassName
{
background-color: #F61E6E;
}
</style>
border-color css
<style>
span { border-color: #F61E6E; }
span { border-color: rgb(246,30,110); }
td.TdClassName
{
border-color: #F61E6E;
}
.TagClassName
{
border-color: #F61E6E;
}
</style>