Shades of Ruby #FA1270
Tints of Ruby #FA1270
RGB
CMYK
RGB Variations
Color information
#FA1270 (or 0xFA1270) is known color: Ruby. HEX triplet: FA, 12 and 70. RGB value is (250,18,112). Sum of RGB (Red+Green+Blue) = 250+18+112=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1270 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1270 is #05ED8F. Grayscale: #616161. Windows color (decimal): -388496 or 7344890. OLE color: 7344890.
HSL color Cylindrical-coordinate representation of color #FA1270: hue angle of 335.69º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1270 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 112 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.02 |
| HSL | 335.69º | 0.96% | 0.53% | - |
| HSV(B) | 335.69º | 0.93% | 0.98% | - |
| XYZ | 42.57 | 21.93 | 17.32 | - |
| YUV | 98.08 | 135.86 | 236.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 112 | 0 | 0.93 | 0.55 | 0.02 | 335.69 | 0.96 | 0.53 |
| Hex | FA | 12 | 70 | 0 | 5D | 37 | 2 | 150 | 60 | 35 |
| Octal | 372 | 22 | 160 | 0 | 135 | 67 | 2 | 520 | 140 | 65 |
| Binary | 11111010 | 10010 | 1110000 | 0 | 1011101 | 110111 | 10 | 101010000 | 1100000 | 110101 |
Color Harmonies of #FA1270
Complementary color
Monochromatic Colors of #FA1270
Black with #FA1270
Text Example
Text Example
White with #FA1270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1270; }
p { color: rgb(250,18,112); }
H1.HeaderClassName
{
color: #FA1270;
}
.AnyTagClassName
{
color: #FA1270;
}
</style>
background-color css
<style>
a { background-color: #FA1270; }
a { background-color: rgb(250,18,112); }
div.DivClassName
{
background-color: #FA1270;
}
.BgClassName
{
background-color: #FA1270;
}
</style>
border-color css
<style>
span { border-color: #FA1270; }
span { border-color: rgb(250,18,112); }
td.TdClassName
{
border-color: #FA1270;
}
.TagClassName
{
border-color: #FA1270;
}
</style>