Shades of Ruby #FC1270
Tints of Ruby #FC1270
RGB
CMYK
RGB Variations
Color information
#FC1270 (or 0xFC1270) is known color: Ruby. HEX triplet: FC, 12 and 70. RGB value is (252,18,112). Sum of RGB (Red+Green+Blue) = 252+18+112=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1270 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1270 is #03ED8F. Grayscale: #626262. Windows color (decimal): -257424 or 7344892. OLE color: 7344892.
HSL color Cylindrical-coordinate representation of color #FC1270: hue angle of 335.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1270 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 112 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.01 |
| HSL | 335.9º | 0.98% | 0.53% | - |
| HSV(B) | 335.9º | 0.93% | 0.99% | - |
| XYZ | 43.29 | 22.3 | 17.35 | - |
| YUV | 98.68 | 135.52 | 237.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 112 | 0 | 0.93 | 0.56 | 0.01 | 335.9 | 0.98 | 0.53 |
| Hex | FC | 12 | 70 | 0 | 5D | 38 | 1 | 150 | 62 | 35 |
| Octal | 374 | 22 | 160 | 0 | 135 | 70 | 1 | 520 | 142 | 65 |
| Binary | 11111100 | 10010 | 1110000 | 0 | 1011101 | 111000 | 1 | 101010000 | 1100010 | 110101 |
Color Harmonies of #FC1270
Complementary color
Monochromatic Colors of #FC1270
Black with #FC1270
Text Example
Text Example
White with #FC1270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1270; }
p { color: rgb(252,18,112); }
H1.HeaderClassName
{
color: #FC1270;
}
.AnyTagClassName
{
color: #FC1270;
}
</style>
background-color css
<style>
a { background-color: #FC1270; }
a { background-color: rgb(252,18,112); }
div.DivClassName
{
background-color: #FC1270;
}
.BgClassName
{
background-color: #FC1270;
}
</style>
border-color css
<style>
span { border-color: #FC1270; }
span { border-color: rgb(252,18,112); }
td.TdClassName
{
border-color: #FC1270;
}
.TagClassName
{
border-color: #FC1270;
}
</style>