Shades of Ruby #FC1772
Tints of Ruby #FC1772
RGB
CMYK
RGB Variations
Color information
#FC1772 (or 0xFC1772) is known color: Ruby. HEX triplet: FC, 17 and 72. RGB value is (252,23,114). Sum of RGB (Red+Green+Blue) = 252+23+114=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1772 is #03E88D. Grayscale: #656565. Windows color (decimal): -256142 or 7477244. OLE color: 7477244.
HSL color Cylindrical-coordinate representation of color #FC1772: hue angle of 336.16º 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 #FC1772 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 114 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.01 |
| HSL | 336.16º | 0.97% | 0.54% | - |
| HSV(B) | 336.16º | 0.91% | 0.99% | - |
| XYZ | 43.49 | 22.52 | 17.97 | - |
| YUV | 101.85 | 134.87 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 114 | 0 | 0.91 | 0.55 | 0.01 | 336.16 | 0.97 | 0.54 |
| Hex | FC | 17 | 72 | 0 | 5B | 37 | 1 | 150 | 61 | 36 |
| Octal | 374 | 27 | 162 | 0 | 133 | 67 | 1 | 520 | 141 | 66 |
| Binary | 11111100 | 10111 | 1110010 | 0 | 1011011 | 110111 | 1 | 101010000 | 1100001 | 110110 |
Color Harmonies of #FC1772
Complementary color
Monochromatic Colors of #FC1772
Black with #FC1772
Text Example
Text Example
White with #FC1772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1772; }
p { color: rgb(252,23,114); }
H1.HeaderClassName
{
color: #FC1772;
}
.AnyTagClassName
{
color: #FC1772;
}
</style>
background-color css
<style>
a { background-color: #FC1772; }
a { background-color: rgb(252,23,114); }
div.DivClassName
{
background-color: #FC1772;
}
.BgClassName
{
background-color: #FC1772;
}
</style>
border-color css
<style>
span { border-color: #FC1772; }
span { border-color: rgb(252,23,114); }
td.TdClassName
{
border-color: #FC1772;
}
.TagClassName
{
border-color: #FC1772;
}
</style>