Shades of Ruby #FA166F
Tints of Ruby #FA166F
RGB
CMYK
RGB Variations
Color information
#FA166F (or 0xFA166F) is known color: Ruby. HEX triplet: FA, 16 and 6F. RGB value is (250,22,111). Sum of RGB (Red+Green+Blue) = 250+22+111=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA166F is #05E990. Grayscale: #646464. Windows color (decimal): -387473 or 7280378. OLE color: 7280378.
HSL color Cylindrical-coordinate representation of color #FA166F: hue angle of 336.58º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA166F is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 111 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.02 |
| HSL | 336.58º | 0.96% | 0.53% | - |
| HSV(B) | 336.58º | 0.91% | 0.98% | - |
| XYZ | 42.58 | 22.05 | 17.05 | - |
| YUV | 100.32 | 134.04 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 111 | 0 | 0.91 | 0.56 | 0.02 | 336.58 | 0.96 | 0.53 |
| Hex | FA | 16 | 6F | 0 | 5B | 38 | 2 | 151 | 60 | 35 |
| Octal | 372 | 26 | 157 | 0 | 133 | 70 | 2 | 521 | 140 | 65 |
| Binary | 11111010 | 10110 | 1101111 | 0 | 1011011 | 111000 | 10 | 101010001 | 1100000 | 110101 |
Color Harmonies of #FA166F
Complementary color
Monochromatic Colors of #FA166F
Black with #FA166F
Text Example
Text Example
White with #FA166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA166F; }
p { color: rgb(250,22,111); }
H1.HeaderClassName
{
color: #FA166F;
}
.AnyTagClassName
{
color: #FA166F;
}
</style>
background-color css
<style>
a { background-color: #FA166F; }
a { background-color: rgb(250,22,111); }
div.DivClassName
{
background-color: #FA166F;
}
.BgClassName
{
background-color: #FA166F;
}
</style>
border-color css
<style>
span { border-color: #FA166F; }
span { border-color: rgb(250,22,111); }
td.TdClassName
{
border-color: #FA166F;
}
.TagClassName
{
border-color: #FA166F;
}
</style>