Shades of Ruby #F9146D
Tints of Ruby #F9146D
RGB
CMYK
RGB Variations
Color information
#F9146D (or 0xF9146D) is known color: Ruby. HEX triplet: F9, 14 and 6D. RGB value is (249,20,109). Sum of RGB (Red+Green+Blue) = 249+20+109=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F9146D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9146D is #06EB92. Grayscale: #626262. Windows color (decimal): -453523 or 7148793. OLE color: 7148793.
HSL color Cylindrical-coordinate representation of color #F9146D: hue angle of 336.68º 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 #F9146D is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 109 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.02 |
| HSL | 336.68º | 0.95% | 0.53% | - |
| HSV(B) | 336.68º | 0.92% | 0.98% | - |
| XYZ | 42.08 | 21.74 | 16.45 | - |
| YUV | 98.62 | 133.87 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 109 | 0 | 0.92 | 0.56 | 0.02 | 336.68 | 0.95 | 0.53 |
| Hex | F9 | 14 | 6D | 0 | 5C | 38 | 2 | 151 | 5F | 35 |
| Octal | 371 | 24 | 155 | 0 | 134 | 70 | 2 | 521 | 137 | 65 |
| Binary | 11111001 | 10100 | 1101101 | 0 | 1011100 | 111000 | 10 | 101010001 | 1011111 | 110101 |
Color Harmonies of #F9146D
Complementary color
Monochromatic Colors of #F9146D
Black with #F9146D
Text Example
Text Example
White with #F9146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9146D; }
p { color: rgb(249,20,109); }
H1.HeaderClassName
{
color: #F9146D;
}
.AnyTagClassName
{
color: #F9146D;
}
</style>
background-color css
<style>
a { background-color: #F9146D; }
a { background-color: rgb(249,20,109); }
div.DivClassName
{
background-color: #F9146D;
}
.BgClassName
{
background-color: #F9146D;
}
</style>
border-color css
<style>
span { border-color: #F9146D; }
span { border-color: rgb(249,20,109); }
td.TdClassName
{
border-color: #F9146D;
}
.TagClassName
{
border-color: #F9146D;
}
</style>