Shades of Ruby #F51775
Tints of Ruby #F51775
RGB
CMYK
RGB Variations
Color information
#F51775 (or 0xF51775) is known color: Ruby. HEX triplet: F5, 17 and 75. RGB value is (245,23,117). Sum of RGB (Red+Green+Blue) = 245+23+117=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F51775 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51775 is #0AE88A. Grayscale: #636363. Windows color (decimal): -714891 or 7673845. OLE color: 7673845.
HSL color Cylindrical-coordinate representation of color #F51775: hue angle of 334.59º 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 #F51775 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 117 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.04 |
| HSL | 334.59º | 0.92% | 0.53% | - |
| HSV(B) | 334.59º | 0.91% | 0.96% | - |
| XYZ | 41.17 | 21.31 | 18.77 | - |
| YUV | 100.09 | 137.55 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 117 | 0 | 0.91 | 0.52 | 0.04 | 334.59 | 0.92 | 0.53 |
| Hex | F5 | 17 | 75 | 0 | 5B | 34 | 4 | 14F | 5C | 35 |
| Octal | 365 | 27 | 165 | 0 | 133 | 64 | 4 | 517 | 134 | 65 |
| Binary | 11110101 | 10111 | 1110101 | 0 | 1011011 | 110100 | 100 | 101001111 | 1011100 | 110101 |
Color Harmonies of #F51775
Complementary color
Monochromatic Colors of #F51775
Black with #F51775
Text Example
Text Example
White with #F51775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51775; }
p { color: rgb(245,23,117); }
H1.HeaderClassName
{
color: #F51775;
}
.AnyTagClassName
{
color: #F51775;
}
</style>
background-color css
<style>
a { background-color: #F51775; }
a { background-color: rgb(245,23,117); }
div.DivClassName
{
background-color: #F51775;
}
.BgClassName
{
background-color: #F51775;
}
</style>
border-color css
<style>
span { border-color: #F51775; }
span { border-color: rgb(245,23,117); }
td.TdClassName
{
border-color: #F51775;
}
.TagClassName
{
border-color: #F51775;
}
</style>