Shades of Ruby #F4176C
Tints of Ruby #F4176C
RGB
CMYK
RGB Variations
Color information
#F4176C (or 0xF4176C) is known color: Ruby. HEX triplet: F4, 17 and 6C. RGB value is (244,23,108). Sum of RGB (Red+Green+Blue) = 244+23+108=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F4176C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4176C is #0BE893. Grayscale: #626262. Windows color (decimal): -780436 or 7084020. OLE color: 7084020.
HSL color Cylindrical-coordinate representation of color #F4176C: hue angle of 336.92º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4176C is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 108 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.04 |
| HSL | 336.92º | 0.91% | 0.52% | - |
| HSV(B) | 336.92º | 0.91% | 0.96% | - |
| XYZ | 40.32 | 20.93 | 16.1 | - |
| YUV | 98.77 | 133.22 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 108 | 0 | 0.91 | 0.56 | 0.04 | 336.92 | 0.91 | 0.52 |
| Hex | F4 | 17 | 6C | 0 | 5B | 38 | 4 | 151 | 5B | 34 |
| Octal | 364 | 27 | 154 | 0 | 133 | 70 | 4 | 521 | 133 | 64 |
| Binary | 11110100 | 10111 | 1101100 | 0 | 1011011 | 111000 | 100 | 101010001 | 1011011 | 110100 |
Color Harmonies of #F4176C
Complementary color
Monochromatic Colors of #F4176C
Black with #F4176C
Text Example
Text Example
White with #F4176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4176C; }
p { color: rgb(244,23,108); }
H1.HeaderClassName
{
color: #F4176C;
}
.AnyTagClassName
{
color: #F4176C;
}
</style>
background-color css
<style>
a { background-color: #F4176C; }
a { background-color: rgb(244,23,108); }
div.DivClassName
{
background-color: #F4176C;
}
.BgClassName
{
background-color: #F4176C;
}
</style>
border-color css
<style>
span { border-color: #F4176C; }
span { border-color: rgb(244,23,108); }
td.TdClassName
{
border-color: #F4176C;
}
.TagClassName
{
border-color: #F4176C;
}
</style>