Shades of Ruby #F9146B
Tints of Ruby #F9146B
RGB
CMYK
RGB Variations
Color information
#F9146B (or 0xF9146B) is known color: Ruby. HEX triplet: F9, 14 and 6B. RGB value is (249,20,107). Sum of RGB (Red+Green+Blue) = 249+20+107=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F9146B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9146B is #06EB94. Grayscale: #626262. Windows color (decimal): -453525 or 7017721. OLE color: 7017721.
HSL color Cylindrical-coordinate representation of color #F9146B: hue angle of 337.21º degrees, saturation: 0.95, 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 #F9146B is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 107 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.02 |
| HSL | 337.21º | 0.95% | 0.53% | - |
| HSV(B) | 337.21º | 0.92% | 0.98% | - |
| XYZ | 41.97 | 21.7 | 15.89 | - |
| YUV | 98.39 | 132.87 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 107 | 0 | 0.92 | 0.57 | 0.02 | 337.21 | 0.95 | 0.53 |
| Hex | F9 | 14 | 6B | 0 | 5C | 39 | 2 | 151 | 5F | 35 |
| Octal | 371 | 24 | 153 | 0 | 134 | 71 | 2 | 521 | 137 | 65 |
| Binary | 11111001 | 10100 | 1101011 | 0 | 1011100 | 111001 | 10 | 101010001 | 1011111 | 110101 |
Color Harmonies of #F9146B
Complementary color
Monochromatic Colors of #F9146B
Black with #F9146B
Text Example
Text Example
White with #F9146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9146B; }
p { color: rgb(249,20,107); }
H1.HeaderClassName
{
color: #F9146B;
}
.AnyTagClassName
{
color: #F9146B;
}
</style>
background-color css
<style>
a { background-color: #F9146B; }
a { background-color: rgb(249,20,107); }
div.DivClassName
{
background-color: #F9146B;
}
.BgClassName
{
background-color: #F9146B;
}
</style>
border-color css
<style>
span { border-color: #F9146B; }
span { border-color: rgb(249,20,107); }
td.TdClassName
{
border-color: #F9146B;
}
.TagClassName
{
border-color: #F9146B;
}
</style>