Shades of Ruby #F0146B
Tints of Ruby #F0146B
RGB
CMYK
RGB Variations
Color information
#F0146B (or 0xF0146B) is known color: Ruby. HEX triplet: F0, 14 and 6B. RGB value is (240,20,107). Sum of RGB (Red+Green+Blue) = 240+20+107=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0146B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0146B is #0FEB94. Grayscale: #5F5F5F. Windows color (decimal): -1043349 or 7017712. OLE color: 7017712.
HSL color Cylindrical-coordinate representation of color #F0146B: hue angle of 336.27º 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 #F0146B is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 107 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.06 |
| HSL | 336.27º | 0.88% | 0.51% | - |
| HSV(B) | 336.27º | 0.92% | 0.94% | - |
| XYZ | 38.84 | 20.09 | 15.74 | - |
| YUV | 95.7 | 134.39 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 107 | 0 | 0.92 | 0.55 | 0.06 | 336.27 | 0.88 | 0.51 |
| Hex | F0 | 14 | 6B | 0 | 5C | 37 | 6 | 150 | 58 | 33 |
| Octal | 360 | 24 | 153 | 0 | 134 | 67 | 6 | 520 | 130 | 63 |
| Binary | 11110000 | 10100 | 1101011 | 0 | 1011100 | 110111 | 110 | 101010000 | 1011000 | 110011 |
Color Harmonies of #F0146B
Complementary color
Monochromatic Colors of #F0146B
Black with #F0146B
Text Example
Text Example
White with #F0146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0146B; }
p { color: rgb(240,20,107); }
H1.HeaderClassName
{
color: #F0146B;
}
.AnyTagClassName
{
color: #F0146B;
}
</style>
background-color css
<style>
a { background-color: #F0146B; }
a { background-color: rgb(240,20,107); }
div.DivClassName
{
background-color: #F0146B;
}
.BgClassName
{
background-color: #F0146B;
}
</style>
border-color css
<style>
span { border-color: #F0146B; }
span { border-color: rgb(240,20,107); }
td.TdClassName
{
border-color: #F0146B;
}
.TagClassName
{
border-color: #F0146B;
}
</style>