Shades of Ruby #F0156E
Tints of Ruby #F0156E
RGB
CMYK
RGB Variations
Color information
#F0156E (or 0xF0156E) is known color: Ruby. HEX triplet: F0, 15 and 6E. RGB value is (240,21,110). Sum of RGB (Red+Green+Blue) = 240+21+110=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0156E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0156E is #0FEA91. Grayscale: #606060. Windows color (decimal): -1043090 or 7214576. OLE color: 7214576.
HSL color Cylindrical-coordinate representation of color #F0156E: hue angle of 335.62º 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 #F0156E is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 110 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.06 |
| HSL | 335.62º | 0.88% | 0.51% | - |
| HSV(B) | 335.62º | 0.91% | 0.94% | - |
| XYZ | 39.02 | 20.19 | 16.59 | - |
| YUV | 96.63 | 135.55 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 110 | 0 | 0.91 | 0.54 | 0.06 | 335.62 | 0.88 | 0.51 |
| Hex | F0 | 15 | 6E | 0 | 5B | 36 | 6 | 150 | 58 | 33 |
| Octal | 360 | 25 | 156 | 0 | 133 | 66 | 6 | 520 | 130 | 63 |
| Binary | 11110000 | 10101 | 1101110 | 0 | 1011011 | 110110 | 110 | 101010000 | 1011000 | 110011 |
Color Harmonies of #F0156E
Complementary color
Monochromatic Colors of #F0156E
Black with #F0156E
Text Example
Text Example
White with #F0156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0156E; }
p { color: rgb(240,21,110); }
H1.HeaderClassName
{
color: #F0156E;
}
.AnyTagClassName
{
color: #F0156E;
}
</style>
background-color css
<style>
a { background-color: #F0156E; }
a { background-color: rgb(240,21,110); }
div.DivClassName
{
background-color: #F0156E;
}
.BgClassName
{
background-color: #F0156E;
}
</style>
border-color css
<style>
span { border-color: #F0156E; }
span { border-color: rgb(240,21,110); }
td.TdClassName
{
border-color: #F0156E;
}
.TagClassName
{
border-color: #F0156E;
}
</style>