Shades of Ruby #FC1967
Tints of Ruby #FC1967
RGB
CMYK
RGB Variations
Color information
#FC1967 (or 0xFC1967) is known color: Ruby. HEX triplet: FC, 19 and 67. RGB value is (252,25,103). Sum of RGB (Red+Green+Blue) = 252+25+103=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1967 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1967 is #03E698. Grayscale: #656565. Windows color (decimal): -255641 or 6756860. OLE color: 6756860.
HSL color Cylindrical-coordinate representation of color #FC1967: hue angle of 339.38º 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 #FC1967 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 103 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.01 |
| HSL | 339.38º | 0.97% | 0.54% | - |
| HSV(B) | 339.38º | 0.9% | 0.99% | - |
| XYZ | 42.94 | 22.37 | 14.89 | - |
| YUV | 101.77 | 128.71 | 235.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 103 | 0 | 0.90 | 0.59 | 0.01 | 339.38 | 0.97 | 0.54 |
| Hex | FC | 19 | 67 | 0 | 5A | 3B | 1 | 153 | 61 | 36 |
| Octal | 374 | 31 | 147 | 0 | 132 | 73 | 1 | 523 | 141 | 66 |
| Binary | 11111100 | 11001 | 1100111 | 0 | 1011010 | 111011 | 1 | 101010011 | 1100001 | 110110 |
Color Harmonies of #FC1967
Complementary color
Monochromatic Colors of #FC1967
Black with #FC1967
Text Example
Text Example
White with #FC1967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1967; }
p { color: rgb(252,25,103); }
H1.HeaderClassName
{
color: #FC1967;
}
.AnyTagClassName
{
color: #FC1967;
}
</style>
background-color css
<style>
a { background-color: #FC1967; }
a { background-color: rgb(252,25,103); }
div.DivClassName
{
background-color: #FC1967;
}
.BgClassName
{
background-color: #FC1967;
}
</style>
border-color css
<style>
span { border-color: #FC1967; }
span { border-color: rgb(252,25,103); }
td.TdClassName
{
border-color: #FC1967;
}
.TagClassName
{
border-color: #FC1967;
}
</style>