Shades of Ruby #F61772
Tints of Ruby #F61772
RGB
CMYK
RGB Variations
Color information
#F61772 (or 0xF61772) is known color: Ruby. HEX triplet: F6, 17 and 72. RGB value is (246,23,114). Sum of RGB (Red+Green+Blue) = 246+23+114=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F61772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61772 is #09E88D. Grayscale: #636363. Windows color (decimal): -649358 or 7477238. OLE color: 7477238.
HSL color Cylindrical-coordinate representation of color #F61772: hue angle of 335.52º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61772 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 114 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.04 |
| HSL | 335.52º | 0.93% | 0.53% | - |
| HSV(B) | 335.52º | 0.91% | 0.96% | - |
| XYZ | 41.35 | 21.42 | 17.87 | - |
| YUV | 100.05 | 135.88 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 114 | 0 | 0.91 | 0.54 | 0.04 | 335.52 | 0.93 | 0.53 |
| Hex | F6 | 17 | 72 | 0 | 5B | 36 | 4 | 150 | 5D | 35 |
| Octal | 366 | 27 | 162 | 0 | 133 | 66 | 4 | 520 | 135 | 65 |
| Binary | 11110110 | 10111 | 1110010 | 0 | 1011011 | 110110 | 100 | 101010000 | 1011101 | 110101 |
Color Harmonies of #F61772
Complementary color
Monochromatic Colors of #F61772
Black with #F61772
Text Example
Text Example
White with #F61772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61772; }
p { color: rgb(246,23,114); }
H1.HeaderClassName
{
color: #F61772;
}
.AnyTagClassName
{
color: #F61772;
}
</style>
background-color css
<style>
a { background-color: #F61772; }
a { background-color: rgb(246,23,114); }
div.DivClassName
{
background-color: #F61772;
}
.BgClassName
{
background-color: #F61772;
}
</style>
border-color css
<style>
span { border-color: #F61772; }
span { border-color: rgb(246,23,114); }
td.TdClassName
{
border-color: #F61772;
}
.TagClassName
{
border-color: #F61772;
}
</style>