Shades of Ruby #F4176F
Tints of Ruby #F4176F
RGB
CMYK
RGB Variations
Color information
#F4176F (or 0xF4176F) is known color: Ruby. HEX triplet: F4, 17 and 6F. RGB value is (244,23,111). Sum of RGB (Red+Green+Blue) = 244+23+111=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F4176F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4176F is #0BE890. Grayscale: #626262. Windows color (decimal): -780433 or 7280628. OLE color: 7280628.
HSL color Cylindrical-coordinate representation of color #F4176F: hue angle of 336.11º 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 #F4176F is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 111 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.04 |
| HSL | 336.11º | 0.91% | 0.52% | - |
| HSV(B) | 336.11º | 0.91% | 0.96% | - |
| XYZ | 40.48 | 20.99 | 16.96 | - |
| YUV | 99.11 | 134.72 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 111 | 0 | 0.91 | 0.55 | 0.04 | 336.11 | 0.91 | 0.52 |
| Hex | F4 | 17 | 6F | 0 | 5B | 37 | 4 | 150 | 5B | 34 |
| Octal | 364 | 27 | 157 | 0 | 133 | 67 | 4 | 520 | 133 | 64 |
| Binary | 11110100 | 10111 | 1101111 | 0 | 1011011 | 110111 | 100 | 101010000 | 1011011 | 110100 |
Color Harmonies of #F4176F
Complementary color
Monochromatic Colors of #F4176F
Black with #F4176F
Text Example
Text Example
White with #F4176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4176F; }
p { color: rgb(244,23,111); }
H1.HeaderClassName
{
color: #F4176F;
}
.AnyTagClassName
{
color: #F4176F;
}
</style>
background-color css
<style>
a { background-color: #F4176F; }
a { background-color: rgb(244,23,111); }
div.DivClassName
{
background-color: #F4176F;
}
.BgClassName
{
background-color: #F4176F;
}
</style>
border-color css
<style>
span { border-color: #F4176F; }
span { border-color: rgb(244,23,111); }
td.TdClassName
{
border-color: #F4176F;
}
.TagClassName
{
border-color: #F4176F;
}
</style>