Shades of Ruby #F51768
Tints of Ruby #F51768
RGB
CMYK
RGB Variations
Color information
#F51768 (or 0xF51768) is known color: Ruby. HEX triplet: F5, 17 and 68. RGB value is (245,23,104). Sum of RGB (Red+Green+Blue) = 245+23+104=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F51768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51768 is #0AE897. Grayscale: #626262. Windows color (decimal): -714904 or 6821877. OLE color: 6821877.
HSL color Cylindrical-coordinate representation of color #F51768: hue angle of 338.11º 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 #F51768 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 104 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.04 |
| HSL | 338.11º | 0.92% | 0.53% | - |
| HSV(B) | 338.11º | 0.91% | 0.96% | - |
| XYZ | 40.46 | 21.02 | 15.02 | - |
| YUV | 98.61 | 131.05 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 104 | 0 | 0.91 | 0.58 | 0.04 | 338.11 | 0.92 | 0.53 |
| Hex | F5 | 17 | 68 | 0 | 5B | 3A | 4 | 152 | 5C | 35 |
| Octal | 365 | 27 | 150 | 0 | 133 | 72 | 4 | 522 | 134 | 65 |
| Binary | 11110101 | 10111 | 1101000 | 0 | 1011011 | 111010 | 100 | 101010010 | 1011100 | 110101 |
Color Harmonies of #F51768
Complementary color
Monochromatic Colors of #F51768
Black with #F51768
Text Example
Text Example
White with #F51768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51768; }
p { color: rgb(245,23,104); }
H1.HeaderClassName
{
color: #F51768;
}
.AnyTagClassName
{
color: #F51768;
}
</style>
background-color css
<style>
a { background-color: #F51768; }
a { background-color: rgb(245,23,104); }
div.DivClassName
{
background-color: #F51768;
}
.BgClassName
{
background-color: #F51768;
}
</style>
border-color css
<style>
span { border-color: #F51768; }
span { border-color: rgb(245,23,104); }
td.TdClassName
{
border-color: #F51768;
}
.TagClassName
{
border-color: #F51768;
}
</style>