Shades of Ruby #FE1671
Tints of Ruby #FE1671
RGB
CMYK
RGB Variations
Color information
#FE1671 (or 0xFE1671) is known color: Ruby. HEX triplet: FE, 16 and 71. RGB value is (254,22,113). Sum of RGB (Red+Green+Blue) = 254+22+113=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1671 is #01E98E. Grayscale: #656565. Windows color (decimal): -125327 or 7411454. OLE color: 7411454.
HSL color Cylindrical-coordinate representation of color #FE1671: hue angle of 336.47º 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 #FE1671 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 113 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.00 |
| HSL | 336.47º | 0.99% | 0.54% | - |
| HSV(B) | 336.47º | 0.91% | 1% | - |
| XYZ | 44.14 | 22.84 | 17.7 | - |
| YUV | 101.74 | 134.36 | 236.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 113 | 0 | 0.91 | 0.56 | 0.00 | 336.47 | 0.99 | 0.54 |
| Hex | FE | 16 | 71 | 0 | 5B | 38 | 0 | 150 | 63 | 36 |
| Octal | 376 | 26 | 161 | 0 | 133 | 70 | 0 | 520 | 143 | 66 |
| Binary | 11111110 | 10110 | 1110001 | 0 | 1011011 | 111000 | 0 | 101010000 | 1100011 | 110110 |
Color Harmonies of #FE1671
Complementary color
Monochromatic Colors of #FE1671
Black with #FE1671
Text Example
Text Example
White with #FE1671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1671; }
p { color: rgb(254,22,113); }
H1.HeaderClassName
{
color: #FE1671;
}
.AnyTagClassName
{
color: #FE1671;
}
</style>
background-color css
<style>
a { background-color: #FE1671; }
a { background-color: rgb(254,22,113); }
div.DivClassName
{
background-color: #FE1671;
}
.BgClassName
{
background-color: #FE1671;
}
</style>
border-color css
<style>
span { border-color: #FE1671; }
span { border-color: rgb(254,22,113); }
td.TdClassName
{
border-color: #FE1671;
}
.TagClassName
{
border-color: #FE1671;
}
</style>