Shades of Ruby #F4186E
Tints of Ruby #F4186E
RGB
CMYK
RGB Variations
Color information
#F4186E (or 0xF4186E) is known color: Ruby. HEX triplet: F4, 18 and 6E. RGB value is (244,24,110). Sum of RGB (Red+Green+Blue) = 244+24+110=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F4186E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4186E is #0BE791. Grayscale: #636363. Windows color (decimal): -780178 or 7215348. OLE color: 7215348.
HSL color Cylindrical-coordinate representation of color #F4186E: hue angle of 336.55º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4186E is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 110 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.04 |
| HSL | 336.55º | 0.91% | 0.53% | - |
| HSV(B) | 336.55º | 0.9% | 0.96% | - |
| XYZ | 40.45 | 21.01 | 16.68 | - |
| YUV | 99.58 | 133.89 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 110 | 0 | 0.90 | 0.55 | 0.04 | 336.55 | 0.91 | 0.53 |
| Hex | F4 | 18 | 6E | 0 | 5A | 37 | 4 | 151 | 5B | 35 |
| Octal | 364 | 30 | 156 | 0 | 132 | 67 | 4 | 521 | 133 | 65 |
| Binary | 11110100 | 11000 | 1101110 | 0 | 1011010 | 110111 | 100 | 101010001 | 1011011 | 110101 |
Color Harmonies of #F4186E
Complementary color
Monochromatic Colors of #F4186E
Black with #F4186E
Text Example
Text Example
White with #F4186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4186E; }
p { color: rgb(244,24,110); }
H1.HeaderClassName
{
color: #F4186E;
}
.AnyTagClassName
{
color: #F4186E;
}
</style>
background-color css
<style>
a { background-color: #F4186E; }
a { background-color: rgb(244,24,110); }
div.DivClassName
{
background-color: #F4186E;
}
.BgClassName
{
background-color: #F4186E;
}
</style>
border-color css
<style>
span { border-color: #F4186E; }
span { border-color: rgb(244,24,110); }
td.TdClassName
{
border-color: #F4186E;
}
.TagClassName
{
border-color: #F4186E;
}
</style>