Shades of Ruby #FB1573
Tints of Ruby #FB1573
RGB
CMYK
RGB Variations
Color information
#FB1573 (or 0xFB1573) is known color: Ruby. HEX triplet: FB, 15 and 73. RGB value is (251,21,115). Sum of RGB (Red+Green+Blue) = 251+21+115=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1573 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1573 is #04EA8C. Grayscale: #646464. Windows color (decimal): -322189 or 7542267. OLE color: 7542267.
HSL color Cylindrical-coordinate representation of color #FB1573: hue angle of 335.48º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1573 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 115 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.02 |
| HSL | 335.48º | 0.97% | 0.53% | - |
| HSV(B) | 335.48º | 0.92% | 0.98% | - |
| XYZ | 43.15 | 22.28 | 18.25 | - |
| YUV | 100.49 | 136.2 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 115 | 0 | 0.92 | 0.54 | 0.02 | 335.48 | 0.97 | 0.53 |
| Hex | FB | 15 | 73 | 0 | 5C | 36 | 2 | 14F | 61 | 35 |
| Octal | 373 | 25 | 163 | 0 | 134 | 66 | 2 | 517 | 141 | 65 |
| Binary | 11111011 | 10101 | 1110011 | 0 | 1011100 | 110110 | 10 | 101001111 | 1100001 | 110101 |
Color Harmonies of #FB1573
Complementary color
Monochromatic Colors of #FB1573
Black with #FB1573
Text Example
Text Example
White with #FB1573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1573; }
p { color: rgb(251,21,115); }
H1.HeaderClassName
{
color: #FB1573;
}
.AnyTagClassName
{
color: #FB1573;
}
</style>
background-color css
<style>
a { background-color: #FB1573; }
a { background-color: rgb(251,21,115); }
div.DivClassName
{
background-color: #FB1573;
}
.BgClassName
{
background-color: #FB1573;
}
</style>
border-color css
<style>
span { border-color: #FB1573; }
span { border-color: rgb(251,21,115); }
td.TdClassName
{
border-color: #FB1573;
}
.TagClassName
{
border-color: #FB1573;
}
</style>