Shades of Ruby #FB1A68
Tints of Ruby #FB1A68
RGB
CMYK
RGB Variations
Color information
#FB1A68 (or 0xFB1A68) is known color: Ruby. HEX triplet: FB, 1A and 68. RGB value is (251,26,104). Sum of RGB (Red+Green+Blue) = 251+26+104=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1A68 is #04E597. Grayscale: #666666. Windows color (decimal): -320920 or 6822651. OLE color: 6822651.
HSL color Cylindrical-coordinate representation of color #FB1A68: hue angle of 339.2º 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 #FB1A68 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 104 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.02 |
| HSL | 339.2º | 0.97% | 0.54% | - |
| HSV(B) | 339.2º | 0.9% | 0.98% | - |
| XYZ | 42.65 | 22.25 | 15.14 | - |
| YUV | 102.17 | 129.04 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 104 | 0 | 0.90 | 0.59 | 0.02 | 339.2 | 0.97 | 0.54 |
| Hex | FB | 1A | 68 | 0 | 5A | 3B | 2 | 153 | 61 | 36 |
| Octal | 373 | 32 | 150 | 0 | 132 | 73 | 2 | 523 | 141 | 66 |
| Binary | 11111011 | 11010 | 1101000 | 0 | 1011010 | 111011 | 10 | 101010011 | 1100001 | 110110 |
Color Harmonies of #FB1A68
Complementary color
Monochromatic Colors of #FB1A68
Black with #FB1A68
Text Example
Text Example
White with #FB1A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1A68; }
p { color: rgb(251,26,104); }
H1.HeaderClassName
{
color: #FB1A68;
}
.AnyTagClassName
{
color: #FB1A68;
}
</style>
background-color css
<style>
a { background-color: #FB1A68; }
a { background-color: rgb(251,26,104); }
div.DivClassName
{
background-color: #FB1A68;
}
.BgClassName
{
background-color: #FB1A68;
}
</style>
border-color css
<style>
span { border-color: #FB1A68; }
span { border-color: rgb(251,26,104); }
td.TdClassName
{
border-color: #FB1A68;
}
.TagClassName
{
border-color: #FB1A68;
}
</style>