Shades of Ruby #FD156E
Tints of Ruby #FD156E
RGB
CMYK
RGB Variations
Color information
#FD156E (or 0xFD156E) is known color: Ruby. HEX triplet: FD, 15 and 6E. RGB value is (253,21,110). Sum of RGB (Red+Green+Blue) = 253+21+110=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD156E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD156E is #02EA91. Grayscale: #646464. Windows color (decimal): -191122 or 7214589. OLE color: 7214589.
HSL color Cylindrical-coordinate representation of color #FD156E: hue angle of 336.98º 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 #FD156E is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 110 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.01 |
| HSL | 336.98º | 0.98% | 0.54% | - |
| HSV(B) | 336.98º | 0.92% | 0.99% | - |
| XYZ | 43.59 | 22.54 | 16.81 | - |
| YUV | 100.51 | 133.36 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 110 | 0 | 0.92 | 0.57 | 0.01 | 336.98 | 0.98 | 0.54 |
| Hex | FD | 15 | 6E | 0 | 5C | 39 | 1 | 151 | 62 | 36 |
| Octal | 375 | 25 | 156 | 0 | 134 | 71 | 1 | 521 | 142 | 66 |
| Binary | 11111101 | 10101 | 1101110 | 0 | 1011100 | 111001 | 1 | 101010001 | 1100010 | 110110 |
Color Harmonies of #FD156E
Complementary color
Monochromatic Colors of #FD156E
Black with #FD156E
Text Example
Text Example
White with #FD156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD156E; }
p { color: rgb(253,21,110); }
H1.HeaderClassName
{
color: #FD156E;
}
.AnyTagClassName
{
color: #FD156E;
}
</style>
background-color css
<style>
a { background-color: #FD156E; }
a { background-color: rgb(253,21,110); }
div.DivClassName
{
background-color: #FD156E;
}
.BgClassName
{
background-color: #FD156E;
}
</style>
border-color css
<style>
span { border-color: #FD156E; }
span { border-color: rgb(253,21,110); }
td.TdClassName
{
border-color: #FD156E;
}
.TagClassName
{
border-color: #FD156E;
}
</style>