Shades of Ruby #FB1273
Tints of Ruby #FB1273
RGB
CMYK
RGB Variations
Color information
#FB1273 (or 0xFB1273) is known color: Ruby. HEX triplet: FB, 12 and 73. RGB value is (251,18,115). Sum of RGB (Red+Green+Blue) = 251+18+115=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1273 is #04ED8C. Grayscale: #626262. Windows color (decimal): -322957 or 7541499. OLE color: 7541499.
HSL color Cylindrical-coordinate representation of color #FB1273: hue angle of 335.02º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1273 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 115 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.02 |
| HSL | 335.02º | 0.97% | 0.53% | - |
| HSV(B) | 335.02º | 0.93% | 0.98% | - |
| XYZ | 43.09 | 22.18 | 18.23 | - |
| YUV | 98.73 | 137.19 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 115 | 0 | 0.93 | 0.54 | 0.02 | 335.02 | 0.97 | 0.53 |
| Hex | FB | 12 | 73 | 0 | 5D | 36 | 2 | 14F | 61 | 35 |
| Octal | 373 | 22 | 163 | 0 | 135 | 66 | 2 | 517 | 141 | 65 |
| Binary | 11111011 | 10010 | 1110011 | 0 | 1011101 | 110110 | 10 | 101001111 | 1100001 | 110101 |
Color Harmonies of #FB1273
Complementary color
Monochromatic Colors of #FB1273
Black with #FB1273
Text Example
Text Example
White with #FB1273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1273; }
p { color: rgb(251,18,115); }
H1.HeaderClassName
{
color: #FB1273;
}
.AnyTagClassName
{
color: #FB1273;
}
</style>
background-color css
<style>
a { background-color: #FB1273; }
a { background-color: rgb(251,18,115); }
div.DivClassName
{
background-color: #FB1273;
}
.BgClassName
{
background-color: #FB1273;
}
</style>
border-color css
<style>
span { border-color: #FB1273; }
span { border-color: rgb(251,18,115); }
td.TdClassName
{
border-color: #FB1273;
}
.TagClassName
{
border-color: #FB1273;
}
</style>