Shades of Ruby #FC1371
Tints of Ruby #FC1371
RGB
CMYK
RGB Variations
Color information
#FC1371 (or 0xFC1371) is known color: Ruby. HEX triplet: FC, 13 and 71. RGB value is (252,19,113). Sum of RGB (Red+Green+Blue) = 252+19+113=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1371 is #03EC8E. Grayscale: #636363. Windows color (decimal): -257167 or 7410684. OLE color: 7410684.
HSL color Cylindrical-coordinate representation of color #FC1371: hue angle of 335.79º 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 #FC1371 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 113 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.01 |
| HSL | 335.79º | 0.97% | 0.53% | - |
| HSV(B) | 335.79º | 0.92% | 0.99% | - |
| XYZ | 43.36 | 22.35 | 17.65 | - |
| YUV | 99.38 | 135.69 | 236.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 113 | 0 | 0.92 | 0.55 | 0.01 | 335.79 | 0.97 | 0.53 |
| Hex | FC | 13 | 71 | 0 | 5C | 37 | 1 | 150 | 61 | 35 |
| Octal | 374 | 23 | 161 | 0 | 134 | 67 | 1 | 520 | 141 | 65 |
| Binary | 11111100 | 10011 | 1110001 | 0 | 1011100 | 110111 | 1 | 101010000 | 1100001 | 110101 |
Color Harmonies of #FC1371
Complementary color
Monochromatic Colors of #FC1371
Black with #FC1371
Text Example
Text Example
White with #FC1371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1371; }
p { color: rgb(252,19,113); }
H1.HeaderClassName
{
color: #FC1371;
}
.AnyTagClassName
{
color: #FC1371;
}
</style>
background-color css
<style>
a { background-color: #FC1371; }
a { background-color: rgb(252,19,113); }
div.DivClassName
{
background-color: #FC1371;
}
.BgClassName
{
background-color: #FC1371;
}
</style>
border-color css
<style>
span { border-color: #FC1371; }
span { border-color: rgb(252,19,113); }
td.TdClassName
{
border-color: #FC1371;
}
.TagClassName
{
border-color: #FC1371;
}
</style>