Shades of Ruby #F61F74
Tints of Ruby #F61F74
RGB
CMYK
RGB Variations
Color information
#F61F74 (or 0xF61F74) is known color: Ruby. HEX triplet: F6, 1F and 74. RGB value is (246,31,116). Sum of RGB (Red+Green+Blue) = 246+31+116=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61F74 is #09E08B. Grayscale: #686868. Windows color (decimal): -647308 or 7610358. OLE color: 7610358.
HSL color Cylindrical-coordinate representation of color #F61F74: hue angle of 336.28º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61F74 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 31 | 116 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.04 |
| HSL | 336.28º | 0.92% | 0.54% | - |
| HSV(B) | 336.28º | 0.87% | 0.96% | - |
| XYZ | 41.65 | 21.83 | 18.54 | - |
| YUV | 104.98 | 134.23 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 31 | 116 | 0 | 0.87 | 0.53 | 0.04 | 336.28 | 0.92 | 0.54 |
| Hex | F6 | 1F | 74 | 0 | 57 | 35 | 4 | 150 | 5C | 36 |
| Octal | 366 | 37 | 164 | 0 | 127 | 65 | 4 | 520 | 134 | 66 |
| Binary | 11110110 | 11111 | 1110100 | 0 | 1010111 | 110101 | 100 | 101010000 | 1011100 | 110110 |
Color Harmonies of #F61F74
Complementary color
Monochromatic Colors of #F61F74
Black with #F61F74
Text Example
Text Example
White with #F61F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61F74; }
p { color: rgb(246,31,116); }
H1.HeaderClassName
{
color: #F61F74;
}
.AnyTagClassName
{
color: #F61F74;
}
</style>
background-color css
<style>
a { background-color: #F61F74; }
a { background-color: rgb(246,31,116); }
div.DivClassName
{
background-color: #F61F74;
}
.BgClassName
{
background-color: #F61F74;
}
</style>
border-color css
<style>
span { border-color: #F61F74; }
span { border-color: rgb(246,31,116); }
td.TdClassName
{
border-color: #F61F74;
}
.TagClassName
{
border-color: #F61F74;
}
</style>