Shades of Ruby #FD166B
Tints of Ruby #FD166B
RGB
CMYK
RGB Variations
Color information
#FD166B (or 0xFD166B) is known color: Ruby. HEX triplet: FD, 16 and 6B. RGB value is (253,22,107). Sum of RGB (Red+Green+Blue) = 253+22+107=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD166B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD166B is #02E994. Grayscale: #646464. Windows color (decimal): -190869 or 7018237. OLE color: 7018237.
HSL color Cylindrical-coordinate representation of color #FD166B: hue angle of 337.92º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD166B is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 107 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.01 |
| HSL | 337.92º | 0.98% | 0.54% | - |
| HSV(B) | 337.92º | 0.91% | 0.99% | - |
| XYZ | 43.45 | 22.52 | 15.97 | - |
| YUV | 100.76 | 131.53 | 236.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 107 | 0 | 0.91 | 0.58 | 0.01 | 337.92 | 0.98 | 0.54 |
| Hex | FD | 16 | 6B | 0 | 5B | 3A | 1 | 152 | 62 | 36 |
| Octal | 375 | 26 | 153 | 0 | 133 | 72 | 1 | 522 | 142 | 66 |
| Binary | 11111101 | 10110 | 1101011 | 0 | 1011011 | 111010 | 1 | 101010010 | 1100010 | 110110 |
Color Harmonies of #FD166B
Complementary color
Monochromatic Colors of #FD166B
Black with #FD166B
Text Example
Text Example
White with #FD166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD166B; }
p { color: rgb(253,22,107); }
H1.HeaderClassName
{
color: #FD166B;
}
.AnyTagClassName
{
color: #FD166B;
}
</style>
background-color css
<style>
a { background-color: #FD166B; }
a { background-color: rgb(253,22,107); }
div.DivClassName
{
background-color: #FD166B;
}
.BgClassName
{
background-color: #FD166B;
}
</style>
border-color css
<style>
span { border-color: #FD166B; }
span { border-color: rgb(253,22,107); }
td.TdClassName
{
border-color: #FD166B;
}
.TagClassName
{
border-color: #FD166B;
}
</style>