Shades of Ruby #FA1869
Tints of Ruby #FA1869
RGB
CMYK
RGB Variations
Color information
#FA1869 (or 0xFA1869) is known color: Ruby. HEX triplet: FA, 18 and 69. RGB value is (250,24,105). Sum of RGB (Red+Green+Blue) = 250+24+105=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1869 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1869 is #05E796. Grayscale: #646464. Windows color (decimal): -386967 or 6887674. OLE color: 6887674.
HSL color Cylindrical-coordinate representation of color #FA1869: hue angle of 338.5º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1869 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 105 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.02 |
| HSL | 338.5º | 0.96% | 0.54% | - |
| HSV(B) | 338.5º | 0.9% | 0.98% | - |
| XYZ | 42.3 | 22 | 15.38 | - |
| YUV | 100.81 | 130.37 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 105 | 0 | 0.90 | 0.58 | 0.02 | 338.5 | 0.96 | 0.54 |
| Hex | FA | 18 | 69 | 0 | 5A | 3A | 2 | 152 | 60 | 36 |
| Octal | 372 | 30 | 151 | 0 | 132 | 72 | 2 | 522 | 140 | 66 |
| Binary | 11111010 | 11000 | 1101001 | 0 | 1011010 | 111010 | 10 | 101010010 | 1100000 | 110110 |
Color Harmonies of #FA1869
Complementary color
Monochromatic Colors of #FA1869
Black with #FA1869
Text Example
Text Example
White with #FA1869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1869; }
p { color: rgb(250,24,105); }
H1.HeaderClassName
{
color: #FA1869;
}
.AnyTagClassName
{
color: #FA1869;
}
</style>
background-color css
<style>
a { background-color: #FA1869; }
a { background-color: rgb(250,24,105); }
div.DivClassName
{
background-color: #FA1869;
}
.BgClassName
{
background-color: #FA1869;
}
</style>
border-color css
<style>
span { border-color: #FA1869; }
span { border-color: rgb(250,24,105); }
td.TdClassName
{
border-color: #FA1869;
}
.TagClassName
{
border-color: #FA1869;
}
</style>