Shades of Ruby #F0156A
Tints of Ruby #F0156A
RGB
CMYK
RGB Variations
Color information
#F0156A (or 0xF0156A) is known color: Ruby. HEX triplet: F0, 15 and 6A. RGB value is (240,21,106). Sum of RGB (Red+Green+Blue) = 240+21+106=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0156A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0156A is #0FEA95. Grayscale: #606060. Windows color (decimal): -1043094 or 6952432. OLE color: 6952432.
HSL color Cylindrical-coordinate representation of color #F0156A: hue angle of 336.71º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0156A is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 106 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.06 |
| HSL | 336.71º | 0.88% | 0.51% | - |
| HSV(B) | 336.71º | 0.91% | 0.94% | - |
| XYZ | 38.8 | 20.1 | 15.47 | - |
| YUV | 96.17 | 133.55 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 106 | 0 | 0.91 | 0.56 | 0.06 | 336.71 | 0.88 | 0.51 |
| Hex | F0 | 15 | 6A | 0 | 5B | 38 | 6 | 151 | 58 | 33 |
| Octal | 360 | 25 | 152 | 0 | 133 | 70 | 6 | 521 | 130 | 63 |
| Binary | 11110000 | 10101 | 1101010 | 0 | 1011011 | 111000 | 110 | 101010001 | 1011000 | 110011 |
Color Harmonies of #F0156A
Complementary color
Monochromatic Colors of #F0156A
Black with #F0156A
Text Example
Text Example
White with #F0156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0156A; }
p { color: rgb(240,21,106); }
H1.HeaderClassName
{
color: #F0156A;
}
.AnyTagClassName
{
color: #F0156A;
}
</style>
background-color css
<style>
a { background-color: #F0156A; }
a { background-color: rgb(240,21,106); }
div.DivClassName
{
background-color: #F0156A;
}
.BgClassName
{
background-color: #F0156A;
}
</style>
border-color css
<style>
span { border-color: #F0156A; }
span { border-color: rgb(240,21,106); }
td.TdClassName
{
border-color: #F0156A;
}
.TagClassName
{
border-color: #F0156A;
}
</style>