Shades of Ruby #F51C5C
Tints of Ruby #F51C5C
RGB
CMYK
RGB Variations
Color information
#F51C5C (or 0xF51C5C) is known color: Ruby. HEX triplet: F5, 1C and 5C. RGB value is (245,28,92). Sum of RGB (Red+Green+Blue) = 245+28+92=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51C5C is #0AE3A3. Grayscale: #646464. Windows color (decimal): -713636 or 6036725. OLE color: 6036725.
HSL color Cylindrical-coordinate representation of color #F51C5C: hue angle of 342.3º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51C5C is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 92 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.04 |
| HSL | 342.3º | 0.92% | 0.54% | - |
| HSV(B) | 342.3º | 0.89% | 0.96% | - |
| XYZ | 40 | 21.02 | 12.07 | - |
| YUV | 100.18 | 123.39 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 92 | 0 | 0.89 | 0.62 | 0.04 | 342.3 | 0.92 | 0.54 |
| Hex | F5 | 1C | 5C | 0 | 59 | 3E | 4 | 156 | 5C | 36 |
| Octal | 365 | 34 | 134 | 0 | 131 | 76 | 4 | 526 | 134 | 66 |
| Binary | 11110101 | 11100 | 1011100 | 0 | 1011001 | 111110 | 100 | 101010110 | 1011100 | 110110 |
Color Harmonies of #F51C5C
Complementary color
Monochromatic Colors of #F51C5C
Black with #F51C5C
Text Example
Text Example
White with #F51C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51C5C; }
p { color: rgb(245,28,92); }
H1.HeaderClassName
{
color: #F51C5C;
}
.AnyTagClassName
{
color: #F51C5C;
}
</style>
background-color css
<style>
a { background-color: #F51C5C; }
a { background-color: rgb(245,28,92); }
div.DivClassName
{
background-color: #F51C5C;
}
.BgClassName
{
background-color: #F51C5C;
}
</style>
border-color css
<style>
span { border-color: #F51C5C; }
span { border-color: rgb(245,28,92); }
td.TdClassName
{
border-color: #F51C5C;
}
.TagClassName
{
border-color: #F51C5C;
}
</style>