Shades of Ruby #F61474
Tints of Ruby #F61474
RGB
CMYK
RGB Variations
Color information
#F61474 (or 0xF61474) is known color: Ruby. HEX triplet: F6, 14 and 74. RGB value is (246,20,116). Sum of RGB (Red+Green+Blue) = 246+20+116=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F61474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61474 is #09EB8B. Grayscale: #626262. Windows color (decimal): -650124 or 7607542. OLE color: 7607542.
HSL color Cylindrical-coordinate representation of color #F61474: hue angle of 334.51º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61474 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 116 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.04 |
| HSL | 334.51º | 0.93% | 0.52% | - |
| HSV(B) | 334.51º | 0.92% | 0.96% | - |
| XYZ | 41.41 | 21.35 | 18.46 | - |
| YUV | 98.52 | 137.87 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 116 | 0 | 0.92 | 0.53 | 0.04 | 334.51 | 0.93 | 0.52 |
| Hex | F6 | 14 | 74 | 0 | 5C | 35 | 4 | 14F | 5D | 34 |
| Octal | 366 | 24 | 164 | 0 | 134 | 65 | 4 | 517 | 135 | 64 |
| Binary | 11110110 | 10100 | 1110100 | 0 | 1011100 | 110101 | 100 | 101001111 | 1011101 | 110100 |
Color Harmonies of #F61474
Complementary color
Monochromatic Colors of #F61474
Black with #F61474
Text Example
Text Example
White with #F61474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61474; }
p { color: rgb(246,20,116); }
H1.HeaderClassName
{
color: #F61474;
}
.AnyTagClassName
{
color: #F61474;
}
</style>
background-color css
<style>
a { background-color: #F61474; }
a { background-color: rgb(246,20,116); }
div.DivClassName
{
background-color: #F61474;
}
.BgClassName
{
background-color: #F61474;
}
</style>
border-color css
<style>
span { border-color: #F61474; }
span { border-color: rgb(246,20,116); }
td.TdClassName
{
border-color: #F61474;
}
.TagClassName
{
border-color: #F61474;
}
</style>