Shades of Ruby #FA136E
Tints of Ruby #FA136E
RGB
CMYK
RGB Variations
Color information
#FA136E (or 0xFA136E) is known color: Ruby. HEX triplet: FA, 13 and 6E. RGB value is (250,19,110). Sum of RGB (Red+Green+Blue) = 250+19+110=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA136E is #05EC91. Grayscale: #626262. Windows color (decimal): -388242 or 7214074. OLE color: 7214074.
HSL color Cylindrical-coordinate representation of color #FA136E: hue angle of 336.36º 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 #FA136E is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 110 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.02 |
| HSL | 336.36º | 0.96% | 0.53% | - |
| HSV(B) | 336.36º | 0.92% | 0.98% | - |
| XYZ | 42.47 | 21.92 | 16.74 | - |
| YUV | 98.44 | 134.53 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 110 | 0 | 0.92 | 0.56 | 0.02 | 336.36 | 0.96 | 0.53 |
| Hex | FA | 13 | 6E | 0 | 5C | 38 | 2 | 150 | 60 | 35 |
| Octal | 372 | 23 | 156 | 0 | 134 | 70 | 2 | 520 | 140 | 65 |
| Binary | 11111010 | 10011 | 1101110 | 0 | 1011100 | 111000 | 10 | 101010000 | 1100000 | 110101 |
Color Harmonies of #FA136E
Complementary color
Monochromatic Colors of #FA136E
Black with #FA136E
Text Example
Text Example
White with #FA136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA136E; }
p { color: rgb(250,19,110); }
H1.HeaderClassName
{
color: #FA136E;
}
.AnyTagClassName
{
color: #FA136E;
}
</style>
background-color css
<style>
a { background-color: #FA136E; }
a { background-color: rgb(250,19,110); }
div.DivClassName
{
background-color: #FA136E;
}
.BgClassName
{
background-color: #FA136E;
}
</style>
border-color css
<style>
span { border-color: #FA136E; }
span { border-color: rgb(250,19,110); }
td.TdClassName
{
border-color: #FA136E;
}
.TagClassName
{
border-color: #FA136E;
}
</style>