Shades of Ruby #F51D5C
Tints of Ruby #F51D5C
RGB
CMYK
RGB Variations
Color information
#F51D5C (or 0xF51D5C) is known color: Ruby. HEX triplet: F5, 1D and 5C. RGB value is (245,29,92). Sum of RGB (Red+Green+Blue) = 245+29+92=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51D5C is #0AE2A3. Grayscale: #646464. Windows color (decimal): -713380 or 6036981. OLE color: 6036981.
HSL color Cylindrical-coordinate representation of color #F51D5C: hue angle of 342.5º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51D5C is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 29 | 92 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.04 |
| HSL | 342.5º | 0.92% | 0.54% | - |
| HSV(B) | 342.5º | 0.88% | 0.96% | - |
| XYZ | 40.03 | 21.06 | 12.08 | - |
| YUV | 100.77 | 123.06 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 29 | 92 | 0 | 0.88 | 0.62 | 0.04 | 342.5 | 0.92 | 0.54 |
| Hex | F5 | 1D | 5C | 0 | 58 | 3E | 4 | 156 | 5C | 36 |
| Octal | 365 | 35 | 134 | 0 | 130 | 76 | 4 | 526 | 134 | 66 |
| Binary | 11110101 | 11101 | 1011100 | 0 | 1011000 | 111110 | 100 | 101010110 | 1011100 | 110110 |
Color Harmonies of #F51D5C
Complementary color
Monochromatic Colors of #F51D5C
Black with #F51D5C
Text Example
Text Example
White with #F51D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51D5C; }
p { color: rgb(245,29,92); }
H1.HeaderClassName
{
color: #F51D5C;
}
.AnyTagClassName
{
color: #F51D5C;
}
</style>
background-color css
<style>
a { background-color: #F51D5C; }
a { background-color: rgb(245,29,92); }
div.DivClassName
{
background-color: #F51D5C;
}
.BgClassName
{
background-color: #F51D5C;
}
</style>
border-color css
<style>
span { border-color: #F51D5C; }
span { border-color: rgb(245,29,92); }
td.TdClassName
{
border-color: #F51D5C;
}
.TagClassName
{
border-color: #F51D5C;
}
</style>