Shades of Ruby #F4166F
Tints of Ruby #F4166F
RGB
CMYK
RGB Variations
Color information
#F4166F (or 0xF4166F) is known color: Ruby. HEX triplet: F4, 16 and 6F. RGB value is (244,22,111). Sum of RGB (Red+Green+Blue) = 244+22+111=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F4166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4166F is #0BE990. Grayscale: #626262. Windows color (decimal): -780689 or 7280372. OLE color: 7280372.
HSL color Cylindrical-coordinate representation of color #F4166F: hue angle of 335.95º 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 #F4166F is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 111 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.04 |
| HSL | 335.95º | 0.91% | 0.52% | - |
| HSV(B) | 335.95º | 0.91% | 0.96% | - |
| XYZ | 40.46 | 20.95 | 16.95 | - |
| YUV | 98.52 | 135.05 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 111 | 0 | 0.91 | 0.55 | 0.04 | 335.95 | 0.91 | 0.52 |
| Hex | F4 | 16 | 6F | 0 | 5B | 37 | 4 | 150 | 5B | 34 |
| Octal | 364 | 26 | 157 | 0 | 133 | 67 | 4 | 520 | 133 | 64 |
| Binary | 11110100 | 10110 | 1101111 | 0 | 1011011 | 110111 | 100 | 101010000 | 1011011 | 110100 |
Color Harmonies of #F4166F
Complementary color
Monochromatic Colors of #F4166F
Black with #F4166F
Text Example
Text Example
White with #F4166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4166F; }
p { color: rgb(244,22,111); }
H1.HeaderClassName
{
color: #F4166F;
}
.AnyTagClassName
{
color: #F4166F;
}
</style>
background-color css
<style>
a { background-color: #F4166F; }
a { background-color: rgb(244,22,111); }
div.DivClassName
{
background-color: #F4166F;
}
.BgClassName
{
background-color: #F4166F;
}
</style>
border-color css
<style>
span { border-color: #F4166F; }
span { border-color: rgb(244,22,111); }
td.TdClassName
{
border-color: #F4166F;
}
.TagClassName
{
border-color: #F4166F;
}
</style>