Shades of Ruby #F61475
Tints of Ruby #F61475
RGB
CMYK
RGB Variations
Color information
#F61475 (or 0xF61475) is known color: Ruby. HEX triplet: F6, 14 and 75. RGB value is (246,20,117). Sum of RGB (Red+Green+Blue) = 246+20+117=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F61475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61475 is #09EB8A. Grayscale: #626262. Windows color (decimal): -650123 or 7673078. OLE color: 7673078.
HSL color Cylindrical-coordinate representation of color #F61475: hue angle of 334.25º 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 #F61475 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 117 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.04 |
| HSL | 334.25º | 0.93% | 0.52% | - |
| HSV(B) | 334.25º | 0.92% | 0.96% | - |
| XYZ | 41.47 | 21.38 | 18.77 | - |
| YUV | 98.63 | 138.37 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 117 | 0 | 0.92 | 0.52 | 0.04 | 334.25 | 0.93 | 0.52 |
| Hex | F6 | 14 | 75 | 0 | 5C | 34 | 4 | 14E | 5D | 34 |
| Octal | 366 | 24 | 165 | 0 | 134 | 64 | 4 | 516 | 135 | 64 |
| Binary | 11110110 | 10100 | 1110101 | 0 | 1011100 | 110100 | 100 | 101001110 | 1011101 | 110100 |
Color Harmonies of #F61475
Complementary color
Monochromatic Colors of #F61475
Black with #F61475
Text Example
Text Example
White with #F61475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61475; }
p { color: rgb(246,20,117); }
H1.HeaderClassName
{
color: #F61475;
}
.AnyTagClassName
{
color: #F61475;
}
</style>
background-color css
<style>
a { background-color: #F61475; }
a { background-color: rgb(246,20,117); }
div.DivClassName
{
background-color: #F61475;
}
.BgClassName
{
background-color: #F61475;
}
</style>
border-color css
<style>
span { border-color: #F61475; }
span { border-color: rgb(246,20,117); }
td.TdClassName
{
border-color: #F61475;
}
.TagClassName
{
border-color: #F61475;
}
</style>