Shades of Ruby #FA146C
Tints of Ruby #FA146C
RGB
CMYK
RGB Variations
Color information
#FA146C (or 0xFA146C) is known color: Ruby. HEX triplet: FA, 14 and 6C. RGB value is (250,20,108). Sum of RGB (Red+Green+Blue) = 250+20+108=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA146C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA146C is #05EB93. Grayscale: #626262. Windows color (decimal): -387988 or 7083258. OLE color: 7083258.
HSL color Cylindrical-coordinate representation of color #FA146C: hue angle of 337.04º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA146C is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 108 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.02 |
| HSL | 337.04º | 0.96% | 0.53% | - |
| HSV(B) | 337.04º | 0.92% | 0.98% | - |
| XYZ | 42.38 | 21.91 | 16.18 | - |
| YUV | 98.8 | 133.2 | 235.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 108 | 0 | 0.92 | 0.57 | 0.02 | 337.04 | 0.96 | 0.53 |
| Hex | FA | 14 | 6C | 0 | 5C | 39 | 2 | 151 | 60 | 35 |
| Octal | 372 | 24 | 154 | 0 | 134 | 71 | 2 | 521 | 140 | 65 |
| Binary | 11111010 | 10100 | 1101100 | 0 | 1011100 | 111001 | 10 | 101010001 | 1100000 | 110101 |
Color Harmonies of #FA146C
Complementary color
Monochromatic Colors of #FA146C
Black with #FA146C
Text Example
Text Example
White with #FA146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA146C; }
p { color: rgb(250,20,108); }
H1.HeaderClassName
{
color: #FA146C;
}
.AnyTagClassName
{
color: #FA146C;
}
</style>
background-color css
<style>
a { background-color: #FA146C; }
a { background-color: rgb(250,20,108); }
div.DivClassName
{
background-color: #FA146C;
}
.BgClassName
{
background-color: #FA146C;
}
</style>
border-color css
<style>
span { border-color: #FA146C; }
span { border-color: rgb(250,20,108); }
td.TdClassName
{
border-color: #FA146C;
}
.TagClassName
{
border-color: #FA146C;
}
</style>