Shades of Ruby #F61E6B
Tints of Ruby #F61E6B
RGB
CMYK
RGB Variations
Color information
#F61E6B (or 0xF61E6B) is known color: Ruby. HEX triplet: F6, 1E and 6B. RGB value is (246,30,107). Sum of RGB (Red+Green+Blue) = 246+30+107=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61E6B is #09E194. Grayscale: #676767. Windows color (decimal): -647573 or 7020278. OLE color: 7020278.
HSL color Cylindrical-coordinate representation of color #F61E6B: hue angle of 338.61º 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 #F61E6B is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 107 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.04 |
| HSL | 338.61º | 0.92% | 0.54% | - |
| HSV(B) | 338.61º | 0.88% | 0.96% | - |
| XYZ | 41.12 | 21.58 | 15.91 | - |
| YUV | 103.36 | 130.06 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 107 | 0 | 0.88 | 0.57 | 0.04 | 338.61 | 0.92 | 0.54 |
| Hex | F6 | 1E | 6B | 0 | 58 | 39 | 4 | 153 | 5C | 36 |
| Octal | 366 | 36 | 153 | 0 | 130 | 71 | 4 | 523 | 134 | 66 |
| Binary | 11110110 | 11110 | 1101011 | 0 | 1011000 | 111001 | 100 | 101010011 | 1011100 | 110110 |
Color Harmonies of #F61E6B
Complementary color
Monochromatic Colors of #F61E6B
Black with #F61E6B
Text Example
Text Example
White with #F61E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61E6B; }
p { color: rgb(246,30,107); }
H1.HeaderClassName
{
color: #F61E6B;
}
.AnyTagClassName
{
color: #F61E6B;
}
</style>
background-color css
<style>
a { background-color: #F61E6B; }
a { background-color: rgb(246,30,107); }
div.DivClassName
{
background-color: #F61E6B;
}
.BgClassName
{
background-color: #F61E6B;
}
</style>
border-color css
<style>
span { border-color: #F61E6B; }
span { border-color: rgb(246,30,107); }
td.TdClassName
{
border-color: #F61E6B;
}
.TagClassName
{
border-color: #F61E6B;
}
</style>