Shades of Ruby #FE1471
Tints of Ruby #FE1471
RGB
CMYK
RGB Variations
Color information
#FE1471 (or 0xFE1471) is known color: Ruby. HEX triplet: FE, 14 and 71. RGB value is (254,20,113). Sum of RGB (Red+Green+Blue) = 254+20+113=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1471 is #01EB8E. Grayscale: #646464. Windows color (decimal): -125839 or 7410942. OLE color: 7410942.
HSL color Cylindrical-coordinate representation of color #FE1471: hue angle of 336.15º 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 #FE1471 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 113 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.00 |
| HSL | 336.15º | 0.99% | 0.54% | - |
| HSV(B) | 336.15º | 0.92% | 1% | - |
| XYZ | 44.1 | 22.76 | 17.69 | - |
| YUV | 100.57 | 135.02 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 113 | 0 | 0.92 | 0.56 | 0.00 | 336.15 | 0.99 | 0.54 |
| Hex | FE | 14 | 71 | 0 | 5C | 38 | 0 | 150 | 63 | 36 |
| Octal | 376 | 24 | 161 | 0 | 134 | 70 | 0 | 520 | 143 | 66 |
| Binary | 11111110 | 10100 | 1110001 | 0 | 1011100 | 111000 | 0 | 101010000 | 1100011 | 110110 |
Color Harmonies of #FE1471
Complementary color
Monochromatic Colors of #FE1471
Black with #FE1471
Text Example
Text Example
White with #FE1471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1471; }
p { color: rgb(254,20,113); }
H1.HeaderClassName
{
color: #FE1471;
}
.AnyTagClassName
{
color: #FE1471;
}
</style>
background-color css
<style>
a { background-color: #FE1471; }
a { background-color: rgb(254,20,113); }
div.DivClassName
{
background-color: #FE1471;
}
.BgClassName
{
background-color: #FE1471;
}
</style>
border-color css
<style>
span { border-color: #FE1471; }
span { border-color: rgb(254,20,113); }
td.TdClassName
{
border-color: #FE1471;
}
.TagClassName
{
border-color: #FE1471;
}
</style>