Shades of Ruby #F4156B
Tints of Ruby #F4156B
RGB
CMYK
RGB Variations
Color information
#F4156B (or 0xF4156B) is known color: Ruby. HEX triplet: F4, 15 and 6B. RGB value is (244,21,107). Sum of RGB (Red+Green+Blue) = 244+21+107=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F4156B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4156B is #0BEA94. Grayscale: #616161. Windows color (decimal): -780949 or 7017972. OLE color: 7017972.
HSL color Cylindrical-coordinate representation of color #F4156B: hue angle of 336.86º 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 #F4156B is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 107 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.04 |
| HSL | 336.86º | 0.91% | 0.52% | - |
| HSV(B) | 336.86º | 0.91% | 0.96% | - |
| XYZ | 40.23 | 20.83 | 15.81 | - |
| YUV | 97.48 | 133.38 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 107 | 0 | 0.91 | 0.56 | 0.04 | 336.86 | 0.91 | 0.52 |
| Hex | F4 | 15 | 6B | 0 | 5B | 38 | 4 | 151 | 5B | 34 |
| Octal | 364 | 25 | 153 | 0 | 133 | 70 | 4 | 521 | 133 | 64 |
| Binary | 11110100 | 10101 | 1101011 | 0 | 1011011 | 111000 | 100 | 101010001 | 1011011 | 110100 |
Color Harmonies of #F4156B
Complementary color
Monochromatic Colors of #F4156B
Black with #F4156B
Text Example
Text Example
White with #F4156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4156B; }
p { color: rgb(244,21,107); }
H1.HeaderClassName
{
color: #F4156B;
}
.AnyTagClassName
{
color: #F4156B;
}
</style>
background-color css
<style>
a { background-color: #F4156B; }
a { background-color: rgb(244,21,107); }
div.DivClassName
{
background-color: #F4156B;
}
.BgClassName
{
background-color: #F4156B;
}
</style>
border-color css
<style>
span { border-color: #F4156B; }
span { border-color: rgb(244,21,107); }
td.TdClassName
{
border-color: #F4156B;
}
.TagClassName
{
border-color: #F4156B;
}
</style>