Shades of Ruby #F51772
Tints of Ruby #F51772
RGB
CMYK
RGB Variations
Color information
#F51772 (or 0xF51772) is known color: Ruby. HEX triplet: F5, 17 and 72. RGB value is (245,23,114). Sum of RGB (Red+Green+Blue) = 245+23+114=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F51772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51772 is #0AE88D. Grayscale: #636363. Windows color (decimal): -714894 or 7477237. OLE color: 7477237.
HSL color Cylindrical-coordinate representation of color #F51772: hue angle of 335.41º degrees, saturation: 0.92, 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 #F51772 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 114 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.04 |
| HSL | 335.41º | 0.92% | 0.53% | - |
| HSV(B) | 335.41º | 0.91% | 0.96% | - |
| XYZ | 41 | 21.24 | 17.86 | - |
| YUV | 99.75 | 136.05 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 114 | 0 | 0.91 | 0.53 | 0.04 | 335.41 | 0.92 | 0.53 |
| Hex | F5 | 17 | 72 | 0 | 5B | 35 | 4 | 14F | 5C | 35 |
| Octal | 365 | 27 | 162 | 0 | 133 | 65 | 4 | 517 | 134 | 65 |
| Binary | 11110101 | 10111 | 1110010 | 0 | 1011011 | 110101 | 100 | 101001111 | 1011100 | 110101 |
Color Harmonies of #F51772
Complementary color
Monochromatic Colors of #F51772
Black with #F51772
Text Example
Text Example
White with #F51772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51772; }
p { color: rgb(245,23,114); }
H1.HeaderClassName
{
color: #F51772;
}
.AnyTagClassName
{
color: #F51772;
}
</style>
background-color css
<style>
a { background-color: #F51772; }
a { background-color: rgb(245,23,114); }
div.DivClassName
{
background-color: #F51772;
}
.BgClassName
{
background-color: #F51772;
}
</style>
border-color css
<style>
span { border-color: #F51772; }
span { border-color: rgb(245,23,114); }
td.TdClassName
{
border-color: #F51772;
}
.TagClassName
{
border-color: #F51772;
}
</style>