Shades of Ruby #FA1072
Tints of Ruby #FA1072
RGB
CMYK
RGB Variations
Color information
#FA1072 (or 0xFA1072) is known color: Ruby. HEX triplet: FA, 10 and 72. RGB value is (250,16,114). Sum of RGB (Red+Green+Blue) = 250+16+114=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1072 is #05EF8D. Grayscale: #606060. Windows color (decimal): -389006 or 7475450. OLE color: 7475450.
HSL color Cylindrical-coordinate representation of color #FA1072: hue angle of 334.87º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA1072 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 114 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.02 |
| HSL | 334.87º | 0.96% | 0.52% | - |
| HSV(B) | 334.87º | 0.94% | 0.98% | - |
| XYZ | 42.65 | 21.91 | 17.9 | - |
| YUV | 97.14 | 137.52 | 237.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 114 | 0 | 0.94 | 0.54 | 0.02 | 334.87 | 0.96 | 0.52 |
| Hex | FA | 10 | 72 | 0 | 5E | 36 | 2 | 14F | 60 | 34 |
| Octal | 372 | 20 | 162 | 0 | 136 | 66 | 2 | 517 | 140 | 64 |
| Binary | 11111010 | 10000 | 1110010 | 0 | 1011110 | 110110 | 10 | 101001111 | 1100000 | 110100 |
Color Harmonies of #FA1072
Complementary color
Monochromatic Colors of #FA1072
Black with #FA1072
Text Example
Text Example
White with #FA1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1072; }
p { color: rgb(250,16,114); }
H1.HeaderClassName
{
color: #FA1072;
}
.AnyTagClassName
{
color: #FA1072;
}
</style>
background-color css
<style>
a { background-color: #FA1072; }
a { background-color: rgb(250,16,114); }
div.DivClassName
{
background-color: #FA1072;
}
.BgClassName
{
background-color: #FA1072;
}
</style>
border-color css
<style>
span { border-color: #FA1072; }
span { border-color: rgb(250,16,114); }
td.TdClassName
{
border-color: #FA1072;
}
.TagClassName
{
border-color: #FA1072;
}
</style>