Shades of Ruby #F4126D
Tints of Ruby #F4126D
RGB
CMYK
RGB Variations
Color information
#F4126D (or 0xF4126D) is known color: Ruby. HEX triplet: F4, 12 and 6D. RGB value is (244,18,109). Sum of RGB (Red+Green+Blue) = 244+18+109=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F4126D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4126D is #0BED92. Grayscale: #5F5F5F. Windows color (decimal): -781715 or 7148276. OLE color: 7148276.
HSL color Cylindrical-coordinate representation of color #F4126D: hue angle of 335.84º 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 #F4126D is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 109 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.04 |
| HSL | 335.84º | 0.91% | 0.51% | - |
| HSV(B) | 335.84º | 0.93% | 0.96% | - |
| XYZ | 40.28 | 20.77 | 16.35 | - |
| YUV | 95.95 | 135.37 | 233.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 109 | 0 | 0.93 | 0.55 | 0.04 | 335.84 | 0.91 | 0.51 |
| Hex | F4 | 12 | 6D | 0 | 5D | 37 | 4 | 150 | 5B | 33 |
| Octal | 364 | 22 | 155 | 0 | 135 | 67 | 4 | 520 | 133 | 63 |
| Binary | 11110100 | 10010 | 1101101 | 0 | 1011101 | 110111 | 100 | 101010000 | 1011011 | 110011 |
Color Harmonies of #F4126D
Complementary color
Monochromatic Colors of #F4126D
Black with #F4126D
Text Example
Text Example
White with #F4126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4126D; }
p { color: rgb(244,18,109); }
H1.HeaderClassName
{
color: #F4126D;
}
.AnyTagClassName
{
color: #F4126D;
}
</style>
background-color css
<style>
a { background-color: #F4126D; }
a { background-color: rgb(244,18,109); }
div.DivClassName
{
background-color: #F4126D;
}
.BgClassName
{
background-color: #F4126D;
}
</style>
border-color css
<style>
span { border-color: #F4126D; }
span { border-color: rgb(244,18,109); }
td.TdClassName
{
border-color: #F4126D;
}
.TagClassName
{
border-color: #F4126D;
}
</style>