Shades of Ruby #FD156D
Tints of Ruby #FD156D
RGB
CMYK
RGB Variations
Color information
#FD156D (or 0xFD156D) is known color: Ruby. HEX triplet: FD, 15 and 6D. RGB value is (253,21,109). Sum of RGB (Red+Green+Blue) = 253+21+109=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD156D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD156D is #02EA92. Grayscale: #646464. Windows color (decimal): -191123 or 7149053. OLE color: 7149053.
HSL color Cylindrical-coordinate representation of color #FD156D: hue angle of 337.24º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD156D is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 109 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.01 |
| HSL | 337.24º | 0.98% | 0.54% | - |
| HSV(B) | 337.24º | 0.92% | 0.99% | - |
| XYZ | 43.54 | 22.52 | 16.52 | - |
| YUV | 100.4 | 132.86 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 109 | 0 | 0.92 | 0.57 | 0.01 | 337.24 | 0.98 | 0.54 |
| Hex | FD | 15 | 6D | 0 | 5C | 39 | 1 | 151 | 62 | 36 |
| Octal | 375 | 25 | 155 | 0 | 134 | 71 | 1 | 521 | 142 | 66 |
| Binary | 11111101 | 10101 | 1101101 | 0 | 1011100 | 111001 | 1 | 101010001 | 1100010 | 110110 |
Color Harmonies of #FD156D
Complementary color
Monochromatic Colors of #FD156D
Black with #FD156D
Text Example
Text Example
White with #FD156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD156D; }
p { color: rgb(253,21,109); }
H1.HeaderClassName
{
color: #FD156D;
}
.AnyTagClassName
{
color: #FD156D;
}
</style>
background-color css
<style>
a { background-color: #FD156D; }
a { background-color: rgb(253,21,109); }
div.DivClassName
{
background-color: #FD156D;
}
.BgClassName
{
background-color: #FD156D;
}
</style>
border-color css
<style>
span { border-color: #FD156D; }
span { border-color: rgb(253,21,109); }
td.TdClassName
{
border-color: #FD156D;
}
.TagClassName
{
border-color: #FD156D;
}
</style>