Shades of Ruby #F51475
Tints of Ruby #F51475
RGB
CMYK
RGB Variations
Color information
#F51475 (or 0xF51475) is known color: Ruby. HEX triplet: F5, 14 and 75. RGB value is (245,20,117). Sum of RGB (Red+Green+Blue) = 245+20+117=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F51475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51475 is #0AEB8A. Grayscale: #626262. Windows color (decimal): -715659 or 7673077. OLE color: 7673077.
HSL color Cylindrical-coordinate representation of color #F51475: hue angle of 334.13º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51475 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 117 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.04 |
| HSL | 334.13º | 0.92% | 0.52% | - |
| HSV(B) | 334.13º | 0.92% | 0.96% | - |
| XYZ | 41.12 | 21.2 | 18.75 | - |
| YUV | 98.33 | 138.54 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 117 | 0 | 0.92 | 0.52 | 0.04 | 334.13 | 0.92 | 0.52 |
| Hex | F5 | 14 | 75 | 0 | 5C | 34 | 4 | 14E | 5C | 34 |
| Octal | 365 | 24 | 165 | 0 | 134 | 64 | 4 | 516 | 134 | 64 |
| Binary | 11110101 | 10100 | 1110101 | 0 | 1011100 | 110100 | 100 | 101001110 | 1011100 | 110100 |
Color Harmonies of #F51475
Complementary color
Monochromatic Colors of #F51475
Black with #F51475
Text Example
Text Example
White with #F51475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51475; }
p { color: rgb(245,20,117); }
H1.HeaderClassName
{
color: #F51475;
}
.AnyTagClassName
{
color: #F51475;
}
</style>
background-color css
<style>
a { background-color: #F51475; }
a { background-color: rgb(245,20,117); }
div.DivClassName
{
background-color: #F51475;
}
.BgClassName
{
background-color: #F51475;
}
</style>
border-color css
<style>
span { border-color: #F51475; }
span { border-color: rgb(245,20,117); }
td.TdClassName
{
border-color: #F51475;
}
.TagClassName
{
border-color: #F51475;
}
</style>