Shades of Ruby #FC146D
Tints of Ruby #FC146D
RGB
CMYK
RGB Variations
Color information
#FC146D (or 0xFC146D) is known color: Ruby. HEX triplet: FC, 14 and 6D. RGB value is (252,20,109). Sum of RGB (Red+Green+Blue) = 252+20+109=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC146D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC146D is #03EB92. Grayscale: #636363. Windows color (decimal): -256915 or 7148796. OLE color: 7148796.
HSL color Cylindrical-coordinate representation of color #FC146D: hue angle of 336.98º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC146D is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 109 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.01 |
| HSL | 336.98º | 0.97% | 0.53% | - |
| HSV(B) | 336.98º | 0.92% | 0.99% | - |
| XYZ | 43.16 | 22.3 | 16.5 | - |
| YUV | 99.51 | 133.36 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 109 | 0 | 0.92 | 0.57 | 0.01 | 336.98 | 0.97 | 0.53 |
| Hex | FC | 14 | 6D | 0 | 5C | 39 | 1 | 151 | 61 | 35 |
| Octal | 374 | 24 | 155 | 0 | 134 | 71 | 1 | 521 | 141 | 65 |
| Binary | 11111100 | 10100 | 1101101 | 0 | 1011100 | 111001 | 1 | 101010001 | 1100001 | 110101 |
Color Harmonies of #FC146D
Complementary color
Monochromatic Colors of #FC146D
Black with #FC146D
Text Example
Text Example
White with #FC146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC146D; }
p { color: rgb(252,20,109); }
H1.HeaderClassName
{
color: #FC146D;
}
.AnyTagClassName
{
color: #FC146D;
}
</style>
background-color css
<style>
a { background-color: #FC146D; }
a { background-color: rgb(252,20,109); }
div.DivClassName
{
background-color: #FC146D;
}
.BgClassName
{
background-color: #FC146D;
}
</style>
border-color css
<style>
span { border-color: #FC146D; }
span { border-color: rgb(252,20,109); }
td.TdClassName
{
border-color: #FC146D;
}
.TagClassName
{
border-color: #FC146D;
}
</style>