Shades of Ruby #FC1470
Tints of Ruby #FC1470
RGB
CMYK
RGB Variations
Color information
#FC1470 (or 0xFC1470) is known color: Ruby. HEX triplet: FC, 14 and 70. RGB value is (252,20,112). Sum of RGB (Red+Green+Blue) = 252+20+112=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1470 is #03EB8F. Grayscale: #636363. Windows color (decimal): -256912 or 7345404. OLE color: 7345404.
HSL color Cylindrical-coordinate representation of color #FC1470: hue angle of 336.21º 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 #FC1470 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 112 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.01 |
| HSL | 336.21º | 0.97% | 0.53% | - |
| HSV(B) | 336.21º | 0.92% | 0.99% | - |
| XYZ | 43.32 | 22.37 | 17.36 | - |
| YUV | 99.86 | 134.86 | 236.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 112 | 0 | 0.92 | 0.56 | 0.01 | 336.21 | 0.97 | 0.53 |
| Hex | FC | 14 | 70 | 0 | 5C | 38 | 1 | 150 | 61 | 35 |
| Octal | 374 | 24 | 160 | 0 | 134 | 70 | 1 | 520 | 141 | 65 |
| Binary | 11111100 | 10100 | 1110000 | 0 | 1011100 | 111000 | 1 | 101010000 | 1100001 | 110101 |
Color Harmonies of #FC1470
Complementary color
Monochromatic Colors of #FC1470
Black with #FC1470
Text Example
Text Example
White with #FC1470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1470; }
p { color: rgb(252,20,112); }
H1.HeaderClassName
{
color: #FC1470;
}
.AnyTagClassName
{
color: #FC1470;
}
</style>
background-color css
<style>
a { background-color: #FC1470; }
a { background-color: rgb(252,20,112); }
div.DivClassName
{
background-color: #FC1470;
}
.BgClassName
{
background-color: #FC1470;
}
</style>
border-color css
<style>
span { border-color: #FC1470; }
span { border-color: rgb(252,20,112); }
td.TdClassName
{
border-color: #FC1470;
}
.TagClassName
{
border-color: #FC1470;
}
</style>