Shades of Ruby #FA1768
Tints of Ruby #FA1768
RGB
CMYK
RGB Variations
Color information
#FA1768 (or 0xFA1768) is known color: Ruby. HEX triplet: FA, 17 and 68. RGB value is (250,23,104). Sum of RGB (Red+Green+Blue) = 250+23+104=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1768 is #05E897. Grayscale: #646464. Windows color (decimal): -387224 or 6821882. OLE color: 6821882.
HSL color Cylindrical-coordinate representation of color #FA1768: hue angle of 338.59º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1768 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 104 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.02 |
| HSL | 338.59º | 0.96% | 0.54% | - |
| HSV(B) | 338.59º | 0.91% | 0.98% | - |
| XYZ | 42.23 | 21.94 | 15.11 | - |
| YUV | 100.11 | 130.21 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 104 | 0 | 0.91 | 0.58 | 0.02 | 338.59 | 0.96 | 0.54 |
| Hex | FA | 17 | 68 | 0 | 5B | 3A | 2 | 153 | 60 | 36 |
| Octal | 372 | 27 | 150 | 0 | 133 | 72 | 2 | 523 | 140 | 66 |
| Binary | 11111010 | 10111 | 1101000 | 0 | 1011011 | 111010 | 10 | 101010011 | 1100000 | 110110 |
Color Harmonies of #FA1768
Complementary color
Monochromatic Colors of #FA1768
Black with #FA1768
Text Example
Text Example
White with #FA1768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1768; }
p { color: rgb(250,23,104); }
H1.HeaderClassName
{
color: #FA1768;
}
.AnyTagClassName
{
color: #FA1768;
}
</style>
background-color css
<style>
a { background-color: #FA1768; }
a { background-color: rgb(250,23,104); }
div.DivClassName
{
background-color: #FA1768;
}
.BgClassName
{
background-color: #FA1768;
}
</style>
border-color css
<style>
span { border-color: #FA1768; }
span { border-color: rgb(250,23,104); }
td.TdClassName
{
border-color: #FA1768;
}
.TagClassName
{
border-color: #FA1768;
}
</style>