Shades of Ruby #FC1770
Tints of Ruby #FC1770
RGB
CMYK
RGB Variations
Color information
#FC1770 (or 0xFC1770) is known color: Ruby. HEX triplet: FC, 17 and 70. RGB value is (252,23,112). Sum of RGB (Red+Green+Blue) = 252+23+112=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1770 is #03E88F. Grayscale: #656565. Windows color (decimal): -256144 or 7346172. OLE color: 7346172.
HSL color Cylindrical-coordinate representation of color #FC1770: hue angle of 336.68º 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 #FC1770 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 112 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.01 |
| HSL | 336.68º | 0.97% | 0.54% | - |
| HSV(B) | 336.68º | 0.91% | 0.99% | - |
| XYZ | 43.38 | 22.48 | 17.38 | - |
| YUV | 101.62 | 133.87 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 112 | 0 | 0.91 | 0.56 | 0.01 | 336.68 | 0.97 | 0.54 |
| Hex | FC | 17 | 70 | 0 | 5B | 38 | 1 | 151 | 61 | 36 |
| Octal | 374 | 27 | 160 | 0 | 133 | 70 | 1 | 521 | 141 | 66 |
| Binary | 11111100 | 10111 | 1110000 | 0 | 1011011 | 111000 | 1 | 101010001 | 1100001 | 110110 |
Color Harmonies of #FC1770
Complementary color
Monochromatic Colors of #FC1770
Black with #FC1770
Text Example
Text Example
White with #FC1770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1770; }
p { color: rgb(252,23,112); }
H1.HeaderClassName
{
color: #FC1770;
}
.AnyTagClassName
{
color: #FC1770;
}
</style>
background-color css
<style>
a { background-color: #FC1770; }
a { background-color: rgb(252,23,112); }
div.DivClassName
{
background-color: #FC1770;
}
.BgClassName
{
background-color: #FC1770;
}
</style>
border-color css
<style>
span { border-color: #FC1770; }
span { border-color: rgb(252,23,112); }
td.TdClassName
{
border-color: #FC1770;
}
.TagClassName
{
border-color: #FC1770;
}
</style>