Shades of Ruby #F0146E
Tints of Ruby #F0146E
RGB
CMYK
RGB Variations
Color information
#F0146E (or 0xF0146E) is known color: Ruby. HEX triplet: F0, 14 and 6E. RGB value is (240,20,110). Sum of RGB (Red+Green+Blue) = 240+20+110=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0146E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0146E is #0FEB91. Grayscale: #5F5F5F. Windows color (decimal): -1043346 or 7214320. OLE color: 7214320.
HSL color Cylindrical-coordinate representation of color #F0146E: hue angle of 335.45º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0146E is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 110 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.06 |
| HSL | 335.45º | 0.88% | 0.51% | - |
| HSV(B) | 335.45º | 0.92% | 0.94% | - |
| XYZ | 39 | 20.15 | 16.59 | - |
| YUV | 96.04 | 135.89 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 110 | 0 | 0.92 | 0.54 | 0.06 | 335.45 | 0.88 | 0.51 |
| Hex | F0 | 14 | 6E | 0 | 5C | 36 | 6 | 14F | 58 | 33 |
| Octal | 360 | 24 | 156 | 0 | 134 | 66 | 6 | 517 | 130 | 63 |
| Binary | 11110000 | 10100 | 1101110 | 0 | 1011100 | 110110 | 110 | 101001111 | 1011000 | 110011 |
Color Harmonies of #F0146E
Complementary color
Monochromatic Colors of #F0146E
Black with #F0146E
Text Example
Text Example
White with #F0146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0146E; }
p { color: rgb(240,20,110); }
H1.HeaderClassName
{
color: #F0146E;
}
.AnyTagClassName
{
color: #F0146E;
}
</style>
background-color css
<style>
a { background-color: #F0146E; }
a { background-color: rgb(240,20,110); }
div.DivClassName
{
background-color: #F0146E;
}
.BgClassName
{
background-color: #F0146E;
}
</style>
border-color css
<style>
span { border-color: #F0146E; }
span { border-color: rgb(240,20,110); }
td.TdClassName
{
border-color: #F0146E;
}
.TagClassName
{
border-color: #F0146E;
}
</style>