Shades of Ruby #F4126A
Tints of Ruby #F4126A
RGB
CMYK
RGB Variations
Color information
#F4126A (or 0xF4126A) is known color: Ruby. HEX triplet: F4, 12 and 6A. RGB value is (244,18,106). Sum of RGB (Red+Green+Blue) = 244+18+106=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F4126A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4126A is #0BED95. Grayscale: #5F5F5F. Windows color (decimal): -781718 or 6951668. OLE color: 6951668.
HSL color Cylindrical-coordinate representation of color #F4126A: hue angle of 336.64º 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 #F4126A is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 106 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.04 |
| HSL | 336.64º | 0.91% | 0.51% | - |
| HSV(B) | 336.64º | 0.93% | 0.96% | - |
| XYZ | 40.13 | 20.71 | 15.52 | - |
| YUV | 95.61 | 133.87 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 106 | 0 | 0.93 | 0.57 | 0.04 | 336.64 | 0.91 | 0.51 |
| Hex | F4 | 12 | 6A | 0 | 5D | 39 | 4 | 151 | 5B | 33 |
| Octal | 364 | 22 | 152 | 0 | 135 | 71 | 4 | 521 | 133 | 63 |
| Binary | 11110100 | 10010 | 1101010 | 0 | 1011101 | 111001 | 100 | 101010001 | 1011011 | 110011 |
Color Harmonies of #F4126A
Complementary color
Monochromatic Colors of #F4126A
Black with #F4126A
Text Example
Text Example
White with #F4126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4126A; }
p { color: rgb(244,18,106); }
H1.HeaderClassName
{
color: #F4126A;
}
.AnyTagClassName
{
color: #F4126A;
}
</style>
background-color css
<style>
a { background-color: #F4126A; }
a { background-color: rgb(244,18,106); }
div.DivClassName
{
background-color: #F4126A;
}
.BgClassName
{
background-color: #F4126A;
}
</style>
border-color css
<style>
span { border-color: #F4126A; }
span { border-color: rgb(244,18,106); }
td.TdClassName
{
border-color: #F4126A;
}
.TagClassName
{
border-color: #F4126A;
}
</style>