Shades of Ruby #F4116B
Tints of Ruby #F4116B
RGB
CMYK
RGB Variations
Color information
#F4116B (or 0xF4116B) is known color: Ruby. HEX triplet: F4, 11 and 6B. RGB value is (244,17,107). Sum of RGB (Red+Green+Blue) = 244+17+107=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F4116B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4116B is #0BEE94. Grayscale: #5F5F5F. Windows color (decimal): -781973 or 7016948. OLE color: 7016948.
HSL color Cylindrical-coordinate representation of color #F4116B: hue angle of 336.21º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4116B is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 107 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.04 |
| HSL | 336.21º | 0.91% | 0.51% | - |
| HSV(B) | 336.21º | 0.93% | 0.96% | - |
| XYZ | 40.16 | 20.7 | 15.79 | - |
| YUV | 95.13 | 134.71 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 107 | 0 | 0.93 | 0.56 | 0.04 | 336.21 | 0.91 | 0.51 |
| Hex | F4 | 11 | 6B | 0 | 5D | 38 | 4 | 150 | 5B | 33 |
| Octal | 364 | 21 | 153 | 0 | 135 | 70 | 4 | 520 | 133 | 63 |
| Binary | 11110100 | 10001 | 1101011 | 0 | 1011101 | 111000 | 100 | 101010000 | 1011011 | 110011 |
Color Harmonies of #F4116B
Complementary color
Monochromatic Colors of #F4116B
Black with #F4116B
Text Example
Text Example
White with #F4116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4116B; }
p { color: rgb(244,17,107); }
H1.HeaderClassName
{
color: #F4116B;
}
.AnyTagClassName
{
color: #F4116B;
}
</style>
background-color css
<style>
a { background-color: #F4116B; }
a { background-color: rgb(244,17,107); }
div.DivClassName
{
background-color: #F4116B;
}
.BgClassName
{
background-color: #F4116B;
}
</style>
border-color css
<style>
span { border-color: #F4116B; }
span { border-color: rgb(244,17,107); }
td.TdClassName
{
border-color: #F4116B;
}
.TagClassName
{
border-color: #F4116B;
}
</style>