Shades of Ruby #FE156E
Tints of Ruby #FE156E
RGB
CMYK
RGB Variations
Color information
#FE156E (or 0xFE156E) is known color: Ruby. HEX triplet: FE, 15 and 6E. RGB value is (254,21,110). Sum of RGB (Red+Green+Blue) = 254+21+110=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE156E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE156E is #01EA91. Grayscale: #646464. Windows color (decimal): -125586 or 7214590. OLE color: 7214590.
HSL color Cylindrical-coordinate representation of color #FE156E: hue angle of 337.08º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE156E is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 110 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.00 |
| HSL | 337.08º | 0.99% | 0.54% | - |
| HSV(B) | 337.08º | 0.92% | 1% | - |
| XYZ | 43.96 | 22.73 | 16.82 | - |
| YUV | 100.81 | 133.19 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 110 | 0 | 0.92 | 0.57 | 0.00 | 337.08 | 0.99 | 0.54 |
| Hex | FE | 15 | 6E | 0 | 5C | 39 | 0 | 151 | 63 | 36 |
| Octal | 376 | 25 | 156 | 0 | 134 | 71 | 0 | 521 | 143 | 66 |
| Binary | 11111110 | 10101 | 1101110 | 0 | 1011100 | 111001 | 0 | 101010001 | 1100011 | 110110 |
Color Harmonies of #FE156E
Complementary color
Monochromatic Colors of #FE156E
Black with #FE156E
Text Example
Text Example
White with #FE156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE156E; }
p { color: rgb(254,21,110); }
H1.HeaderClassName
{
color: #FE156E;
}
.AnyTagClassName
{
color: #FE156E;
}
</style>
background-color css
<style>
a { background-color: #FE156E; }
a { background-color: rgb(254,21,110); }
div.DivClassName
{
background-color: #FE156E;
}
.BgClassName
{
background-color: #FE156E;
}
</style>
border-color css
<style>
span { border-color: #FE156E; }
span { border-color: rgb(254,21,110); }
td.TdClassName
{
border-color: #FE156E;
}
.TagClassName
{
border-color: #FE156E;
}
</style>