Shades of Ruby #FA1C69
Tints of Ruby #FA1C69
RGB
CMYK
RGB Variations
Color information
#FA1C69 (or 0xFA1C69) is known color: Ruby. HEX triplet: FA, 1C and 69. RGB value is (250,28,105). Sum of RGB (Red+Green+Blue) = 250+28+105=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1C69 is #05E396. Grayscale: #676767. Windows color (decimal): -385943 or 6888698. OLE color: 6888698.
HSL color Cylindrical-coordinate representation of color #FA1C69: hue angle of 339.19º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1C69 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 105 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.02 |
| HSL | 339.19º | 0.96% | 0.55% | - |
| HSV(B) | 339.19º | 0.89% | 0.98% | - |
| XYZ | 42.39 | 22.17 | 15.41 | - |
| YUV | 103.16 | 129.05 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 105 | 0 | 0.89 | 0.58 | 0.02 | 339.19 | 0.96 | 0.55 |
| Hex | FA | 1C | 69 | 0 | 59 | 3A | 2 | 153 | 60 | 37 |
| Octal | 372 | 34 | 151 | 0 | 131 | 72 | 2 | 523 | 140 | 67 |
| Binary | 11111010 | 11100 | 1101001 | 0 | 1011001 | 111010 | 10 | 101010011 | 1100000 | 110111 |
Color Harmonies of #FA1C69
Complementary color
Monochromatic Colors of #FA1C69
Black with #FA1C69
Text Example
Text Example
White with #FA1C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C69; }
p { color: rgb(250,28,105); }
H1.HeaderClassName
{
color: #FA1C69;
}
.AnyTagClassName
{
color: #FA1C69;
}
</style>
background-color css
<style>
a { background-color: #FA1C69; }
a { background-color: rgb(250,28,105); }
div.DivClassName
{
background-color: #FA1C69;
}
.BgClassName
{
background-color: #FA1C69;
}
</style>
border-color css
<style>
span { border-color: #FA1C69; }
span { border-color: rgb(250,28,105); }
td.TdClassName
{
border-color: #FA1C69;
}
.TagClassName
{
border-color: #FA1C69;
}
</style>