Shades of Ruby #FC1966
Tints of Ruby #FC1966
RGB
CMYK
RGB Variations
Color information
#FC1966 (or 0xFC1966) is known color: Ruby. HEX triplet: FC, 19 and 66. RGB value is (252,25,102). Sum of RGB (Red+Green+Blue) = 252+25+102=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1966 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1966 is #03E699. Grayscale: #656565. Windows color (decimal): -255642 or 6691324. OLE color: 6691324.
HSL color Cylindrical-coordinate representation of color #FC1966: hue angle of 339.65º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1966 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 102 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.01 |
| HSL | 339.65º | 0.97% | 0.54% | - |
| HSV(B) | 339.65º | 0.9% | 0.99% | - |
| XYZ | 42.89 | 22.35 | 14.62 | - |
| YUV | 101.65 | 128.21 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 102 | 0 | 0.90 | 0.60 | 0.01 | 339.65 | 0.97 | 0.54 |
| Hex | FC | 19 | 66 | 0 | 5A | 3C | 1 | 154 | 61 | 36 |
| Octal | 374 | 31 | 146 | 0 | 132 | 74 | 1 | 524 | 141 | 66 |
| Binary | 11111100 | 11001 | 1100110 | 0 | 1011010 | 111100 | 1 | 101010100 | 1100001 | 110110 |
Color Harmonies of #FC1966
Complementary color
Monochromatic Colors of #FC1966
Black with #FC1966
Text Example
Text Example
White with #FC1966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1966; }
p { color: rgb(252,25,102); }
H1.HeaderClassName
{
color: #FC1966;
}
.AnyTagClassName
{
color: #FC1966;
}
</style>
background-color css
<style>
a { background-color: #FC1966; }
a { background-color: rgb(252,25,102); }
div.DivClassName
{
background-color: #FC1966;
}
.BgClassName
{
background-color: #FC1966;
}
</style>
border-color css
<style>
span { border-color: #FC1966; }
span { border-color: rgb(252,25,102); }
td.TdClassName
{
border-color: #FC1966;
}
.TagClassName
{
border-color: #FC1966;
}
</style>