Shades of Ruby #FB1372
Tints of Ruby #FB1372
RGB
CMYK
RGB Variations
Color information
#FB1372 (or 0xFB1372) is known color: Ruby. HEX triplet: FB, 13 and 72. RGB value is (251,19,114). Sum of RGB (Red+Green+Blue) = 251+19+114=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1372 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1372 is #04EC8D. Grayscale: #636363. Windows color (decimal): -322702 or 7476219. OLE color: 7476219.
HSL color Cylindrical-coordinate representation of color #FB1372: hue angle of 335.43º 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 #FB1372 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 114 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.02 |
| HSL | 335.43º | 0.97% | 0.53% | - |
| HSV(B) | 335.43º | 0.92% | 0.98% | - |
| XYZ | 43.05 | 22.19 | 17.93 | - |
| YUV | 99.2 | 136.36 | 236.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 114 | 0 | 0.92 | 0.55 | 0.02 | 335.43 | 0.97 | 0.53 |
| Hex | FB | 13 | 72 | 0 | 5C | 37 | 2 | 14F | 61 | 35 |
| Octal | 373 | 23 | 162 | 0 | 134 | 67 | 2 | 517 | 141 | 65 |
| Binary | 11111011 | 10011 | 1110010 | 0 | 1011100 | 110111 | 10 | 101001111 | 1100001 | 110101 |
Color Harmonies of #FB1372
Complementary color
Monochromatic Colors of #FB1372
Black with #FB1372
Text Example
Text Example
White with #FB1372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1372; }
p { color: rgb(251,19,114); }
H1.HeaderClassName
{
color: #FB1372;
}
.AnyTagClassName
{
color: #FB1372;
}
</style>
background-color css
<style>
a { background-color: #FB1372; }
a { background-color: rgb(251,19,114); }
div.DivClassName
{
background-color: #FB1372;
}
.BgClassName
{
background-color: #FB1372;
}
</style>
border-color css
<style>
span { border-color: #FB1372; }
span { border-color: rgb(251,19,114); }
td.TdClassName
{
border-color: #FB1372;
}
.TagClassName
{
border-color: #FB1372;
}
</style>