Shades of Ruby #FC1968
Tints of Ruby #FC1968
RGB
CMYK
RGB Variations
Color information
#FC1968 (or 0xFC1968) is known color: Ruby. HEX triplet: FC, 19 and 68. RGB value is (252,25,104). Sum of RGB (Red+Green+Blue) = 252+25+104=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1968 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1968 is #03E697. Grayscale: #656565. Windows color (decimal): -255640 or 6822396. OLE color: 6822396.
HSL color Cylindrical-coordinate representation of color #FC1968: hue angle of 339.12º 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 #FC1968 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 104 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.01 |
| HSL | 339.12º | 0.97% | 0.54% | - |
| HSV(B) | 339.12º | 0.9% | 0.99% | - |
| XYZ | 42.99 | 22.39 | 15.15 | - |
| YUV | 101.88 | 129.21 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 104 | 0 | 0.90 | 0.59 | 0.01 | 339.12 | 0.97 | 0.54 |
| Hex | FC | 19 | 68 | 0 | 5A | 3B | 1 | 153 | 61 | 36 |
| Octal | 374 | 31 | 150 | 0 | 132 | 73 | 1 | 523 | 141 | 66 |
| Binary | 11111100 | 11001 | 1101000 | 0 | 1011010 | 111011 | 1 | 101010011 | 1100001 | 110110 |
Color Harmonies of #FC1968
Complementary color
Monochromatic Colors of #FC1968
Black with #FC1968
Text Example
Text Example
White with #FC1968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1968; }
p { color: rgb(252,25,104); }
H1.HeaderClassName
{
color: #FC1968;
}
.AnyTagClassName
{
color: #FC1968;
}
</style>
background-color css
<style>
a { background-color: #FC1968; }
a { background-color: rgb(252,25,104); }
div.DivClassName
{
background-color: #FC1968;
}
.BgClassName
{
background-color: #FC1968;
}
</style>
border-color css
<style>
span { border-color: #FC1968; }
span { border-color: rgb(252,25,104); }
td.TdClassName
{
border-color: #FC1968;
}
.TagClassName
{
border-color: #FC1968;
}
</style>