Shades of Ruby #FA146B
Tints of Ruby #FA146B
RGB
CMYK
RGB Variations
Color information
#FA146B (or 0xFA146B) is known color: Ruby. HEX triplet: FA, 14 and 6B. RGB value is (250,20,107). Sum of RGB (Red+Green+Blue) = 250+20+107=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA146B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA146B is #05EB94. Grayscale: #626262. Windows color (decimal): -387989 or 7017722. OLE color: 7017722.
HSL color Cylindrical-coordinate representation of color #FA146B: hue angle of 337.3º 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 #FA146B is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 107 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.02 |
| HSL | 337.3º | 0.96% | 0.53% | - |
| HSV(B) | 337.3º | 0.92% | 0.98% | - |
| XYZ | 42.33 | 21.89 | 15.9 | - |
| YUV | 98.69 | 132.7 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 107 | 0 | 0.92 | 0.57 | 0.02 | 337.3 | 0.96 | 0.53 |
| Hex | FA | 14 | 6B | 0 | 5C | 39 | 2 | 151 | 60 | 35 |
| Octal | 372 | 24 | 153 | 0 | 134 | 71 | 2 | 521 | 140 | 65 |
| Binary | 11111010 | 10100 | 1101011 | 0 | 1011100 | 111001 | 10 | 101010001 | 1100000 | 110101 |
Color Harmonies of #FA146B
Complementary color
Monochromatic Colors of #FA146B
Black with #FA146B
Text Example
Text Example
White with #FA146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA146B; }
p { color: rgb(250,20,107); }
H1.HeaderClassName
{
color: #FA146B;
}
.AnyTagClassName
{
color: #FA146B;
}
</style>
background-color css
<style>
a { background-color: #FA146B; }
a { background-color: rgb(250,20,107); }
div.DivClassName
{
background-color: #FA146B;
}
.BgClassName
{
background-color: #FA146B;
}
</style>
border-color css
<style>
span { border-color: #FA146B; }
span { border-color: rgb(250,20,107); }
td.TdClassName
{
border-color: #FA146B;
}
.TagClassName
{
border-color: #FA146B;
}
</style>