Shades of Ruby #FC1370
Tints of Ruby #FC1370
RGB
CMYK
RGB Variations
Color information
#FC1370 (or 0xFC1370) is known color: Ruby. HEX triplet: FC, 13 and 70. RGB value is (252,19,112). Sum of RGB (Red+Green+Blue) = 252+19+112=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1370 is #03EC8F. Grayscale: #636363. Windows color (decimal): -257168 or 7345148. OLE color: 7345148.
HSL color Cylindrical-coordinate representation of color #FC1370: hue angle of 336.05º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1370 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 112 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.01 |
| HSL | 336.05º | 0.97% | 0.53% | - |
| HSV(B) | 336.05º | 0.92% | 0.99% | - |
| XYZ | 43.3 | 22.33 | 17.36 | - |
| YUV | 99.27 | 135.19 | 236.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 112 | 0 | 0.92 | 0.56 | 0.01 | 336.05 | 0.97 | 0.53 |
| Hex | FC | 13 | 70 | 0 | 5C | 38 | 1 | 150 | 61 | 35 |
| Octal | 374 | 23 | 160 | 0 | 134 | 70 | 1 | 520 | 141 | 65 |
| Binary | 11111100 | 10011 | 1110000 | 0 | 1011100 | 111000 | 1 | 101010000 | 1100001 | 110101 |
Color Harmonies of #FC1370
Complementary color
Monochromatic Colors of #FC1370
Black with #FC1370
Text Example
Text Example
White with #FC1370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1370; }
p { color: rgb(252,19,112); }
H1.HeaderClassName
{
color: #FC1370;
}
.AnyTagClassName
{
color: #FC1370;
}
</style>
background-color css
<style>
a { background-color: #FC1370; }
a { background-color: rgb(252,19,112); }
div.DivClassName
{
background-color: #FC1370;
}
.BgClassName
{
background-color: #FC1370;
}
</style>
border-color css
<style>
span { border-color: #FC1370; }
span { border-color: rgb(252,19,112); }
td.TdClassName
{
border-color: #FC1370;
}
.TagClassName
{
border-color: #FC1370;
}
</style>