Shades of Ruby #FA136F
Tints of Ruby #FA136F
RGB
CMYK
RGB Variations
Color information
#FA136F (or 0xFA136F) is known color: Ruby. HEX triplet: FA, 13 and 6F. RGB value is (250,19,111). Sum of RGB (Red+Green+Blue) = 250+19+111=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA136F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA136F is #05EC90. Grayscale: #626262. Windows color (decimal): -388241 or 7279610. OLE color: 7279610.
HSL color Cylindrical-coordinate representation of color #FA136F: hue angle of 336.1º 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 #FA136F is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 111 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.02 |
| HSL | 336.1º | 0.96% | 0.53% | - |
| HSV(B) | 336.1º | 0.92% | 0.98% | - |
| XYZ | 42.53 | 21.94 | 17.03 | - |
| YUV | 98.56 | 135.03 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 111 | 0 | 0.92 | 0.56 | 0.02 | 336.1 | 0.96 | 0.53 |
| Hex | FA | 13 | 6F | 0 | 5C | 38 | 2 | 150 | 60 | 35 |
| Octal | 372 | 23 | 157 | 0 | 134 | 70 | 2 | 520 | 140 | 65 |
| Binary | 11111010 | 10011 | 1101111 | 0 | 1011100 | 111000 | 10 | 101010000 | 1100000 | 110101 |
Color Harmonies of #FA136F
Complementary color
Monochromatic Colors of #FA136F
Black with #FA136F
Text Example
Text Example
White with #FA136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA136F; }
p { color: rgb(250,19,111); }
H1.HeaderClassName
{
color: #FA136F;
}
.AnyTagClassName
{
color: #FA136F;
}
</style>
background-color css
<style>
a { background-color: #FA136F; }
a { background-color: rgb(250,19,111); }
div.DivClassName
{
background-color: #FA136F;
}
.BgClassName
{
background-color: #FA136F;
}
</style>
border-color css
<style>
span { border-color: #FA136F; }
span { border-color: rgb(250,19,111); }
td.TdClassName
{
border-color: #FA136F;
}
.TagClassName
{
border-color: #FA136F;
}
</style>