Shades of Ruby #FE156F
Tints of Ruby #FE156F
RGB
CMYK
RGB Variations
Color information
#FE156F (or 0xFE156F) is known color: Ruby. HEX triplet: FE, 15 and 6F. RGB value is (254,21,111). Sum of RGB (Red+Green+Blue) = 254+21+111=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE156F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE156F is #01EA90. Grayscale: #646464. Windows color (decimal): -125585 or 7280126. OLE color: 7280126.
HSL color Cylindrical-coordinate representation of color #FE156F: hue angle of 336.82º 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 #FE156F is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 111 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.00 |
| HSL | 336.82º | 0.99% | 0.54% | - |
| HSV(B) | 336.82º | 0.92% | 1% | - |
| XYZ | 44.01 | 22.75 | 17.11 | - |
| YUV | 100.93 | 133.69 | 237.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 111 | 0 | 0.92 | 0.56 | 0.00 | 336.82 | 0.99 | 0.54 |
| Hex | FE | 15 | 6F | 0 | 5C | 38 | 0 | 151 | 63 | 36 |
| Octal | 376 | 25 | 157 | 0 | 134 | 70 | 0 | 521 | 143 | 66 |
| Binary | 11111110 | 10101 | 1101111 | 0 | 1011100 | 111000 | 0 | 101010001 | 1100011 | 110110 |
Color Harmonies of #FE156F
Complementary color
Monochromatic Colors of #FE156F
Black with #FE156F
Text Example
Text Example
White with #FE156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE156F; }
p { color: rgb(254,21,111); }
H1.HeaderClassName
{
color: #FE156F;
}
.AnyTagClassName
{
color: #FE156F;
}
</style>
background-color css
<style>
a { background-color: #FE156F; }
a { background-color: rgb(254,21,111); }
div.DivClassName
{
background-color: #FE156F;
}
.BgClassName
{
background-color: #FE156F;
}
</style>
border-color css
<style>
span { border-color: #FE156F; }
span { border-color: rgb(254,21,111); }
td.TdClassName
{
border-color: #FE156F;
}
.TagClassName
{
border-color: #FE156F;
}
</style>