Shades of Ruby #FA136C
Tints of Ruby #FA136C
RGB
CMYK
RGB Variations
Color information
#FA136C (or 0xFA136C) is known color: Ruby. HEX triplet: FA, 13 and 6C. RGB value is (250,19,108). Sum of RGB (Red+Green+Blue) = 250+19+108=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA136C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA136C is #05EC93. Grayscale: #626262. Windows color (decimal): -388244 or 7083002. OLE color: 7083002.
HSL color Cylindrical-coordinate representation of color #FA136C: hue angle of 336.88º 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 #FA136C is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 108 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.02 |
| HSL | 336.88º | 0.96% | 0.53% | - |
| HSV(B) | 336.88º | 0.92% | 0.98% | - |
| XYZ | 42.36 | 21.87 | 16.18 | - |
| YUV | 98.22 | 133.53 | 236.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 108 | 0 | 0.92 | 0.57 | 0.02 | 336.88 | 0.96 | 0.53 |
| Hex | FA | 13 | 6C | 0 | 5C | 39 | 2 | 151 | 60 | 35 |
| Octal | 372 | 23 | 154 | 0 | 134 | 71 | 2 | 521 | 140 | 65 |
| Binary | 11111010 | 10011 | 1101100 | 0 | 1011100 | 111001 | 10 | 101010001 | 1100000 | 110101 |
Color Harmonies of #FA136C
Complementary color
Monochromatic Colors of #FA136C
Black with #FA136C
Text Example
Text Example
White with #FA136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA136C; }
p { color: rgb(250,19,108); }
H1.HeaderClassName
{
color: #FA136C;
}
.AnyTagClassName
{
color: #FA136C;
}
</style>
background-color css
<style>
a { background-color: #FA136C; }
a { background-color: rgb(250,19,108); }
div.DivClassName
{
background-color: #FA136C;
}
.BgClassName
{
background-color: #FA136C;
}
</style>
border-color css
<style>
span { border-color: #FA136C; }
span { border-color: rgb(250,19,108); }
td.TdClassName
{
border-color: #FA136C;
}
.TagClassName
{
border-color: #FA136C;
}
</style>