Shades of Ruby #FC1A6C
Tints of Ruby #FC1A6C
RGB
CMYK
RGB Variations
Color information
#FC1A6C (or 0xFC1A6C) is known color: Ruby. HEX triplet: FC, 1A and 6C. RGB value is (252,26,108). Sum of RGB (Red+Green+Blue) = 252+26+108=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1A6C is #03E593. Grayscale: #666666. Windows color (decimal): -255380 or 7084796. OLE color: 7084796.
HSL color Cylindrical-coordinate representation of color #FC1A6C: hue angle of 338.23º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1A6C is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 108 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.01 |
| HSL | 338.23º | 0.97% | 0.55% | - |
| HSV(B) | 338.23º | 0.9% | 0.99% | - |
| XYZ | 43.22 | 22.52 | 16.26 | - |
| YUV | 102.92 | 130.87 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 108 | 0 | 0.90 | 0.57 | 0.01 | 338.23 | 0.97 | 0.55 |
| Hex | FC | 1A | 6C | 0 | 5A | 39 | 1 | 152 | 61 | 37 |
| Octal | 374 | 32 | 154 | 0 | 132 | 71 | 1 | 522 | 141 | 67 |
| Binary | 11111100 | 11010 | 1101100 | 0 | 1011010 | 111001 | 1 | 101010010 | 1100001 | 110111 |
Color Harmonies of #FC1A6C
Complementary color
Monochromatic Colors of #FC1A6C
Black with #FC1A6C
Text Example
Text Example
White with #FC1A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A6C; }
p { color: rgb(252,26,108); }
H1.HeaderClassName
{
color: #FC1A6C;
}
.AnyTagClassName
{
color: #FC1A6C;
}
</style>
background-color css
<style>
a { background-color: #FC1A6C; }
a { background-color: rgb(252,26,108); }
div.DivClassName
{
background-color: #FC1A6C;
}
.BgClassName
{
background-color: #FC1A6C;
}
</style>
border-color css
<style>
span { border-color: #FC1A6C; }
span { border-color: rgb(252,26,108); }
td.TdClassName
{
border-color: #FC1A6C;
}
.TagClassName
{
border-color: #FC1A6C;
}
</style>