Shades of Ruby #FC1A71
Tints of Ruby #FC1A71
RGB
CMYK
RGB Variations
Color information
#FC1A71 (or 0xFC1A71) is known color: Ruby. HEX triplet: FC, 1A and 71. RGB value is (252,26,113). Sum of RGB (Red+Green+Blue) = 252+26+113=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1A71 is #03E58E. Grayscale: #676767. Windows color (decimal): -255375 or 7412476. OLE color: 7412476.
HSL color Cylindrical-coordinate representation of color #FC1A71: hue angle of 336.9º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1A71 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 113 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.01 |
| HSL | 336.9º | 0.97% | 0.55% | - |
| HSV(B) | 336.9º | 0.9% | 0.99% | - |
| XYZ | 43.49 | 22.63 | 17.7 | - |
| YUV | 103.49 | 133.37 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 113 | 0 | 0.90 | 0.55 | 0.01 | 336.9 | 0.97 | 0.55 |
| Hex | FC | 1A | 71 | 0 | 5A | 37 | 1 | 151 | 61 | 37 |
| Octal | 374 | 32 | 161 | 0 | 132 | 67 | 1 | 521 | 141 | 67 |
| Binary | 11111100 | 11010 | 1110001 | 0 | 1011010 | 110111 | 1 | 101010001 | 1100001 | 110111 |
Color Harmonies of #FC1A71
Complementary color
Monochromatic Colors of #FC1A71
Black with #FC1A71
Text Example
Text Example
White with #FC1A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A71; }
p { color: rgb(252,26,113); }
H1.HeaderClassName
{
color: #FC1A71;
}
.AnyTagClassName
{
color: #FC1A71;
}
</style>
background-color css
<style>
a { background-color: #FC1A71; }
a { background-color: rgb(252,26,113); }
div.DivClassName
{
background-color: #FC1A71;
}
.BgClassName
{
background-color: #FC1A71;
}
</style>
border-color css
<style>
span { border-color: #FC1A71; }
span { border-color: rgb(252,26,113); }
td.TdClassName
{
border-color: #FC1A71;
}
.TagClassName
{
border-color: #FC1A71;
}
</style>