Shades of Ruby #F4156F
Tints of Ruby #F4156F
RGB
CMYK
RGB Variations
Color information
#F4156F (or 0xF4156F) is known color: Ruby. HEX triplet: F4, 15 and 6F. RGB value is (244,21,111). Sum of RGB (Red+Green+Blue) = 244+21+111=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F4156F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4156F is #0BEA90. Grayscale: #616161. Windows color (decimal): -780945 or 7280116. OLE color: 7280116.
HSL color Cylindrical-coordinate representation of color #F4156F: hue angle of 335.78º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4156F is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 111 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.04 |
| HSL | 335.78º | 0.91% | 0.52% | - |
| HSV(B) | 335.78º | 0.91% | 0.96% | - |
| XYZ | 40.45 | 20.92 | 16.94 | - |
| YUV | 97.94 | 135.38 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 111 | 0 | 0.91 | 0.55 | 0.04 | 335.78 | 0.91 | 0.52 |
| Hex | F4 | 15 | 6F | 0 | 5B | 37 | 4 | 150 | 5B | 34 |
| Octal | 364 | 25 | 157 | 0 | 133 | 67 | 4 | 520 | 133 | 64 |
| Binary | 11110100 | 10101 | 1101111 | 0 | 1011011 | 110111 | 100 | 101010000 | 1011011 | 110100 |
Color Harmonies of #F4156F
Complementary color
Monochromatic Colors of #F4156F
Black with #F4156F
Text Example
Text Example
White with #F4156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4156F; }
p { color: rgb(244,21,111); }
H1.HeaderClassName
{
color: #F4156F;
}
.AnyTagClassName
{
color: #F4156F;
}
</style>
background-color css
<style>
a { background-color: #F4156F; }
a { background-color: rgb(244,21,111); }
div.DivClassName
{
background-color: #F4156F;
}
.BgClassName
{
background-color: #F4156F;
}
</style>
border-color css
<style>
span { border-color: #F4156F; }
span { border-color: rgb(244,21,111); }
td.TdClassName
{
border-color: #F4156F;
}
.TagClassName
{
border-color: #F4156F;
}
</style>