Shades of Ruby #FF1471
Tints of Ruby #FF1471
RGB
CMYK
RGB Variations
Color information
#FF1471 (or 0xFF1471) is known color: Ruby. HEX triplet: FF, 14 and 71. RGB value is (255,20,113). Sum of RGB (Red+Green+Blue) = 255+20+113=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1471 is #00EB8E. Grayscale: #646464. Windows color (decimal): -60303 or 7410943. OLE color: 7410943.
HSL color Cylindrical-coordinate representation of color #FF1471: hue angle of 336.26º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1471 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 113 | - |
| CMYK | 0 | 0.92 | 0.56 | 0 |
| HSL | 336.26º | 1% | 0.54% | - |
| HSV(B) | 336.26º | 0.92% | 1% | - |
| XYZ | 44.47 | 22.95 | 17.71 | - |
| YUV | 100.87 | 134.86 | 237.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 113 | 0 | 0.92 | 0.56 | 0 | 336.26 | 1 | 0.54 |
| Hex | FF | 14 | 71 | 0 | 5C | 38 | 0 | 150 | 64 | 36 |
| Octal | 377 | 24 | 161 | 0 | 134 | 70 | 0 | 520 | 144 | 66 |
| Binary | 11111111 | 10100 | 1110001 | 0 | 1011100 | 111000 | 0 | 101010000 | 1100100 | 110110 |
Color Harmonies of #FF1471
Complementary color
Monochromatic Colors of #FF1471
Black with #FF1471
Text Example
Text Example
White with #FF1471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1471; }
p { color: rgb(255,20,113); }
H1.HeaderClassName
{
color: #FF1471;
}
.AnyTagClassName
{
color: #FF1471;
}
</style>
background-color css
<style>
a { background-color: #FF1471; }
a { background-color: rgb(255,20,113); }
div.DivClassName
{
background-color: #FF1471;
}
.BgClassName
{
background-color: #FF1471;
}
</style>
border-color css
<style>
span { border-color: #FF1471; }
span { border-color: rgb(255,20,113); }
td.TdClassName
{
border-color: #FF1471;
}
.TagClassName
{
border-color: #FF1471;
}
</style>