Shades of Ruby #F61571
Tints of Ruby #F61571
RGB
CMYK
RGB Variations
Color information
#F61571 (or 0xF61571) is known color: Ruby. HEX triplet: F6, 15 and 71. RGB value is (246,21,113). Sum of RGB (Red+Green+Blue) = 246+21+113=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F61571 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61571 is #09EA8E. Grayscale: #626262. Windows color (decimal): -649871 or 7411190. OLE color: 7411190.
HSL color Cylindrical-coordinate representation of color #F61571: hue angle of 335.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61571 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 113 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.04 |
| HSL | 335.47º | 0.93% | 0.52% | - |
| HSV(B) | 335.47º | 0.91% | 0.96% | - |
| XYZ | 41.25 | 21.32 | 17.56 | - |
| YUV | 98.76 | 136.04 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 113 | 0 | 0.91 | 0.54 | 0.04 | 335.47 | 0.93 | 0.52 |
| Hex | F6 | 15 | 71 | 0 | 5B | 36 | 4 | 14F | 5D | 34 |
| Octal | 366 | 25 | 161 | 0 | 133 | 66 | 4 | 517 | 135 | 64 |
| Binary | 11110110 | 10101 | 1110001 | 0 | 1011011 | 110110 | 100 | 101001111 | 1011101 | 110100 |
Color Harmonies of #F61571
Complementary color
Monochromatic Colors of #F61571
Black with #F61571
Text Example
Text Example
White with #F61571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61571; }
p { color: rgb(246,21,113); }
H1.HeaderClassName
{
color: #F61571;
}
.AnyTagClassName
{
color: #F61571;
}
</style>
background-color css
<style>
a { background-color: #F61571; }
a { background-color: rgb(246,21,113); }
div.DivClassName
{
background-color: #F61571;
}
.BgClassName
{
background-color: #F61571;
}
</style>
border-color css
<style>
span { border-color: #F61571; }
span { border-color: rgb(246,21,113); }
td.TdClassName
{
border-color: #F61571;
}
.TagClassName
{
border-color: #F61571;
}
</style>