Shades of Ruby #FB196C
Tints of Ruby #FB196C
RGB
CMYK
RGB Variations
Color information
#FB196C (or 0xFB196C) is known color: Ruby. HEX triplet: FB, 19 and 6C. RGB value is (251,25,108). Sum of RGB (Red+Green+Blue) = 251+25+108=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB196C is #04E693. Grayscale: #656565. Windows color (decimal): -321172 or 7084539. OLE color: 7084539.
HSL color Cylindrical-coordinate representation of color #FB196C: hue angle of 337.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB196C is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 108 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.02 |
| HSL | 337.96º | 0.97% | 0.54% | - |
| HSV(B) | 337.96º | 0.9% | 0.98% | - |
| XYZ | 42.84 | 22.29 | 16.23 | - |
| YUV | 102.04 | 131.37 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 108 | 0 | 0.90 | 0.57 | 0.02 | 337.96 | 0.97 | 0.54 |
| Hex | FB | 19 | 6C | 0 | 5A | 39 | 2 | 152 | 61 | 36 |
| Octal | 373 | 31 | 154 | 0 | 132 | 71 | 2 | 522 | 141 | 66 |
| Binary | 11111011 | 11001 | 1101100 | 0 | 1011010 | 111001 | 10 | 101010010 | 1100001 | 110110 |
Color Harmonies of #FB196C
Complementary color
Monochromatic Colors of #FB196C
Black with #FB196C
Text Example
Text Example
White with #FB196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB196C; }
p { color: rgb(251,25,108); }
H1.HeaderClassName
{
color: #FB196C;
}
.AnyTagClassName
{
color: #FB196C;
}
</style>
background-color css
<style>
a { background-color: #FB196C; }
a { background-color: rgb(251,25,108); }
div.DivClassName
{
background-color: #FB196C;
}
.BgClassName
{
background-color: #FB196C;
}
</style>
border-color css
<style>
span { border-color: #FB196C; }
span { border-color: rgb(251,25,108); }
td.TdClassName
{
border-color: #FB196C;
}
.TagClassName
{
border-color: #FB196C;
}
</style>