Shades of Ruby #FC1771
Tints of Ruby #FC1771
RGB
CMYK
RGB Variations
Color information
#FC1771 (or 0xFC1771) is known color: Ruby. HEX triplet: FC, 17 and 71. RGB value is (252,23,113). Sum of RGB (Red+Green+Blue) = 252+23+113=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1771 is #03E88E. Grayscale: #656565. Windows color (decimal): -256143 or 7411708. OLE color: 7411708.
HSL color Cylindrical-coordinate representation of color #FC1771: hue angle of 336.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1771 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 113 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.01 |
| HSL | 336.42º | 0.97% | 0.54% | - |
| HSV(B) | 336.42º | 0.91% | 0.99% | - |
| XYZ | 43.43 | 22.5 | 17.68 | - |
| YUV | 101.73 | 134.37 | 235.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 113 | 0 | 0.91 | 0.55 | 0.01 | 336.42 | 0.97 | 0.54 |
| Hex | FC | 17 | 71 | 0 | 5B | 37 | 1 | 150 | 61 | 36 |
| Octal | 374 | 27 | 161 | 0 | 133 | 67 | 1 | 520 | 141 | 66 |
| Binary | 11111100 | 10111 | 1110001 | 0 | 1011011 | 110111 | 1 | 101010000 | 1100001 | 110110 |
Color Harmonies of #FC1771
Complementary color
Monochromatic Colors of #FC1771
Black with #FC1771
Text Example
Text Example
White with #FC1771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1771; }
p { color: rgb(252,23,113); }
H1.HeaderClassName
{
color: #FC1771;
}
.AnyTagClassName
{
color: #FC1771;
}
</style>
background-color css
<style>
a { background-color: #FC1771; }
a { background-color: rgb(252,23,113); }
div.DivClassName
{
background-color: #FC1771;
}
.BgClassName
{
background-color: #FC1771;
}
</style>
border-color css
<style>
span { border-color: #FC1771; }
span { border-color: rgb(252,23,113); }
td.TdClassName
{
border-color: #FC1771;
}
.TagClassName
{
border-color: #FC1771;
}
</style>