Shades of Ruby #FF146F
Tints of Ruby #FF146F
RGB
CMYK
RGB Variations
Color information
#FF146F (or 0xFF146F) is known color: Ruby. HEX triplet: FF, 14 and 6F. RGB value is (255,20,111). Sum of RGB (Red+Green+Blue) = 255+20+111=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF146F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF146F is #00EB90. Grayscale: #646464. Windows color (decimal): -60305 or 7279871. OLE color: 7279871.
HSL color Cylindrical-coordinate representation of color #FF146F: hue angle of 336.77º 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 #FF146F is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 111 | - |
| CMYK | 0 | 0.92 | 0.56 | 0 |
| HSL | 336.77º | 1% | 0.54% | - |
| HSV(B) | 336.77º | 0.92% | 1% | - |
| XYZ | 44.36 | 22.91 | 17.12 | - |
| YUV | 100.64 | 133.86 | 238.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 111 | 0 | 0.92 | 0.56 | 0 | 336.77 | 1 | 0.54 |
| Hex | FF | 14 | 6F | 0 | 5C | 38 | 0 | 151 | 64 | 36 |
| Octal | 377 | 24 | 157 | 0 | 134 | 70 | 0 | 521 | 144 | 66 |
| Binary | 11111111 | 10100 | 1101111 | 0 | 1011100 | 111000 | 0 | 101010001 | 1100100 | 110110 |
Color Harmonies of #FF146F
Complementary color
Monochromatic Colors of #FF146F
Black with #FF146F
Text Example
Text Example
White with #FF146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF146F; }
p { color: rgb(255,20,111); }
H1.HeaderClassName
{
color: #FF146F;
}
.AnyTagClassName
{
color: #FF146F;
}
</style>
background-color css
<style>
a { background-color: #FF146F; }
a { background-color: rgb(255,20,111); }
div.DivClassName
{
background-color: #FF146F;
}
.BgClassName
{
background-color: #FF146F;
}
</style>
border-color css
<style>
span { border-color: #FF146F; }
span { border-color: rgb(255,20,111); }
td.TdClassName
{
border-color: #FF146F;
}
.TagClassName
{
border-color: #FF146F;
}
</style>