Shades of Ruby #FC1672
Tints of Ruby #FC1672
RGB
CMYK
RGB Variations
Color information
#FC1672 (or 0xFC1672) is known color: Ruby. HEX triplet: FC, 16 and 72. RGB value is (252,22,114). Sum of RGB (Red+Green+Blue) = 252+22+114=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1672 is #03E98D. Grayscale: #656565. Windows color (decimal): -256398 or 7476988. OLE color: 7476988.
HSL color Cylindrical-coordinate representation of color #FC1672: hue angle of 336º 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 #FC1672 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 114 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.01 |
| HSL | 336º | 0.97% | 0.54% | - |
| HSV(B) | 336º | 0.91% | 0.99% | - |
| XYZ | 43.47 | 22.48 | 17.97 | - |
| YUV | 101.26 | 135.2 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 114 | 0 | 0.91 | 0.55 | 0.01 | 336 | 0.97 | 0.54 |
| Hex | FC | 16 | 72 | 0 | 5B | 37 | 1 | 150 | 61 | 36 |
| Octal | 374 | 26 | 162 | 0 | 133 | 67 | 1 | 520 | 141 | 66 |
| Binary | 11111100 | 10110 | 1110010 | 0 | 1011011 | 110111 | 1 | 101010000 | 1100001 | 110110 |
Color Harmonies of #FC1672
Complementary color
Monochromatic Colors of #FC1672
Black with #FC1672
Text Example
Text Example
White with #FC1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1672; }
p { color: rgb(252,22,114); }
H1.HeaderClassName
{
color: #FC1672;
}
.AnyTagClassName
{
color: #FC1672;
}
</style>
background-color css
<style>
a { background-color: #FC1672; }
a { background-color: rgb(252,22,114); }
div.DivClassName
{
background-color: #FC1672;
}
.BgClassName
{
background-color: #FC1672;
}
</style>
border-color css
<style>
span { border-color: #FC1672; }
span { border-color: rgb(252,22,114); }
td.TdClassName
{
border-color: #FC1672;
}
.TagClassName
{
border-color: #FC1672;
}
</style>