Shades of Ruby #F61B5E
Tints of Ruby #F61B5E
RGB
CMYK
RGB Variations
Color information
#F61B5E (or 0xF61B5E) is known color: Ruby. HEX triplet: F6, 1B and 5E. RGB value is (246,27,94). Sum of RGB (Red+Green+Blue) = 246+27+94=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61B5E is #09E4A1. Grayscale: #646464. Windows color (decimal): -648354 or 6167542. OLE color: 6167542.
HSL color Cylindrical-coordinate representation of color #F61B5E: hue angle of 341.64º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61B5E is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 27 | 94 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.04 |
| HSL | 341.64º | 0.92% | 0.54% | - |
| HSV(B) | 341.64º | 0.89% | 0.96% | - |
| XYZ | 40.42 | 21.18 | 12.55 | - |
| YUV | 100.12 | 124.55 | 232.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 27 | 94 | 0 | 0.89 | 0.62 | 0.04 | 341.64 | 0.92 | 0.54 |
| Hex | F6 | 1B | 5E | 0 | 59 | 3E | 4 | 156 | 5C | 36 |
| Octal | 366 | 33 | 136 | 0 | 131 | 76 | 4 | 526 | 134 | 66 |
| Binary | 11110110 | 11011 | 1011110 | 0 | 1011001 | 111110 | 100 | 101010110 | 1011100 | 110110 |
Color Harmonies of #F61B5E
Complementary color
Monochromatic Colors of #F61B5E
Black with #F61B5E
Text Example
Text Example
White with #F61B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61B5E; }
p { color: rgb(246,27,94); }
H1.HeaderClassName
{
color: #F61B5E;
}
.AnyTagClassName
{
color: #F61B5E;
}
</style>
background-color css
<style>
a { background-color: #F61B5E; }
a { background-color: rgb(246,27,94); }
div.DivClassName
{
background-color: #F61B5E;
}
.BgClassName
{
background-color: #F61B5E;
}
</style>
border-color css
<style>
span { border-color: #F61B5E; }
span { border-color: rgb(246,27,94); }
td.TdClassName
{
border-color: #F61B5E;
}
.TagClassName
{
border-color: #F61B5E;
}
</style>