Shades of Ruby #FE176C
Tints of Ruby #FE176C
RGB
CMYK
RGB Variations
Color information
#FE176C (or 0xFE176C) is known color: Ruby. HEX triplet: FE, 17 and 6C. RGB value is (254,23,108). Sum of RGB (Red+Green+Blue) = 254+23+108=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE176C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE176C is #01E893. Grayscale: #656565. Windows color (decimal): -125076 or 7084030. OLE color: 7084030.
HSL color Cylindrical-coordinate representation of color #FE176C: hue angle of 337.92º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE176C is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 108 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.00 |
| HSL | 337.92º | 0.99% | 0.54% | - |
| HSV(B) | 337.92º | 0.91% | 1% | - |
| XYZ | 43.89 | 22.77 | 16.27 | - |
| YUV | 101.76 | 131.53 | 236.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 108 | 0 | 0.91 | 0.57 | 0.00 | 337.92 | 0.99 | 0.54 |
| Hex | FE | 17 | 6C | 0 | 5B | 39 | 0 | 152 | 63 | 36 |
| Octal | 376 | 27 | 154 | 0 | 133 | 71 | 0 | 522 | 143 | 66 |
| Binary | 11111110 | 10111 | 1101100 | 0 | 1011011 | 111001 | 0 | 101010010 | 1100011 | 110110 |
Color Harmonies of #FE176C
Complementary color
Monochromatic Colors of #FE176C
Black with #FE176C
Text Example
Text Example
White with #FE176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE176C; }
p { color: rgb(254,23,108); }
H1.HeaderClassName
{
color: #FE176C;
}
.AnyTagClassName
{
color: #FE176C;
}
</style>
background-color css
<style>
a { background-color: #FE176C; }
a { background-color: rgb(254,23,108); }
div.DivClassName
{
background-color: #FE176C;
}
.BgClassName
{
background-color: #FE176C;
}
</style>
border-color css
<style>
span { border-color: #FE176C; }
span { border-color: rgb(254,23,108); }
td.TdClassName
{
border-color: #FE176C;
}
.TagClassName
{
border-color: #FE176C;
}
</style>