Shades of Ruby #F4146E
Tints of Ruby #F4146E
RGB
CMYK
RGB Variations
Color information
#F4146E (or 0xF4146E) is known color: Ruby. HEX triplet: F4, 14 and 6E. RGB value is (244,20,110). Sum of RGB (Red+Green+Blue) = 244+20+110=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F4146E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4146E is #0BEB91. Grayscale: #616161. Windows color (decimal): -781202 or 7214324. OLE color: 7214324.
HSL color Cylindrical-coordinate representation of color #F4146E: hue angle of 335.89º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F4146E is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 110 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.04 |
| HSL | 335.89º | 0.91% | 0.52% | - |
| HSV(B) | 335.89º | 0.92% | 0.96% | - |
| XYZ | 40.37 | 20.86 | 16.65 | - |
| YUV | 97.24 | 135.21 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 110 | 0 | 0.92 | 0.55 | 0.04 | 335.89 | 0.91 | 0.52 |
| Hex | F4 | 14 | 6E | 0 | 5C | 37 | 4 | 150 | 5B | 34 |
| Octal | 364 | 24 | 156 | 0 | 134 | 67 | 4 | 520 | 133 | 64 |
| Binary | 11110100 | 10100 | 1101110 | 0 | 1011100 | 110111 | 100 | 101010000 | 1011011 | 110100 |
Color Harmonies of #F4146E
Complementary color
Monochromatic Colors of #F4146E
Black with #F4146E
Text Example
Text Example
White with #F4146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4146E; }
p { color: rgb(244,20,110); }
H1.HeaderClassName
{
color: #F4146E;
}
.AnyTagClassName
{
color: #F4146E;
}
</style>
background-color css
<style>
a { background-color: #F4146E; }
a { background-color: rgb(244,20,110); }
div.DivClassName
{
background-color: #F4146E;
}
.BgClassName
{
background-color: #F4146E;
}
</style>
border-color css
<style>
span { border-color: #F4146E; }
span { border-color: rgb(244,20,110); }
td.TdClassName
{
border-color: #F4146E;
}
.TagClassName
{
border-color: #F4146E;
}
</style>