Shades of Ruby #F51767
Tints of Ruby #F51767
RGB
CMYK
RGB Variations
Color information
#F51767 (or 0xF51767) is known color: Ruby. HEX triplet: F5, 17 and 67. RGB value is (245,23,103). Sum of RGB (Red+Green+Blue) = 245+23+103=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F51767 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51767 is #0AE898. Grayscale: #626262. Windows color (decimal): -714905 or 6756341. OLE color: 6756341.
HSL color Cylindrical-coordinate representation of color #F51767: hue angle of 338.38º 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 #F51767 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 103 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.04 |
| HSL | 338.38º | 0.92% | 0.53% | - |
| HSV(B) | 338.38º | 0.91% | 0.96% | - |
| XYZ | 40.41 | 21 | 14.76 | - |
| YUV | 98.5 | 130.55 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 103 | 0 | 0.91 | 0.58 | 0.04 | 338.38 | 0.92 | 0.53 |
| Hex | F5 | 17 | 67 | 0 | 5B | 3A | 4 | 152 | 5C | 35 |
| Octal | 365 | 27 | 147 | 0 | 133 | 72 | 4 | 522 | 134 | 65 |
| Binary | 11110101 | 10111 | 1100111 | 0 | 1011011 | 111010 | 100 | 101010010 | 1011100 | 110101 |
Color Harmonies of #F51767
Complementary color
Monochromatic Colors of #F51767
Black with #F51767
Text Example
Text Example
White with #F51767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51767; }
p { color: rgb(245,23,103); }
H1.HeaderClassName
{
color: #F51767;
}
.AnyTagClassName
{
color: #F51767;
}
</style>
background-color css
<style>
a { background-color: #F51767; }
a { background-color: rgb(245,23,103); }
div.DivClassName
{
background-color: #F51767;
}
.BgClassName
{
background-color: #F51767;
}
</style>
border-color css
<style>
span { border-color: #F51767; }
span { border-color: rgb(245,23,103); }
td.TdClassName
{
border-color: #F51767;
}
.TagClassName
{
border-color: #F51767;
}
</style>