Shades of Ruby #F0136C
Tints of Ruby #F0136C
RGB
CMYK
RGB Variations
Color information
#F0136C (or 0xF0136C) is known color: Ruby. HEX triplet: F0, 13 and 6C. RGB value is (240,19,108). Sum of RGB (Red+Green+Blue) = 240+19+108=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0136C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0136C is #0FEC93. Grayscale: #5F5F5F. Windows color (decimal): -1043604 or 7082992. OLE color: 7082992.
HSL color Cylindrical-coordinate representation of color #F0136C: hue angle of 335.84º 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 #F0136C is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 108 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.06 |
| HSL | 335.84º | 0.88% | 0.51% | - |
| HSV(B) | 335.84º | 0.92% | 0.94% | - |
| XYZ | 38.87 | 20.07 | 16.01 | - |
| YUV | 95.23 | 135.22 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 108 | 0 | 0.92 | 0.55 | 0.06 | 335.84 | 0.88 | 0.51 |
| Hex | F0 | 13 | 6C | 0 | 5C | 37 | 6 | 150 | 58 | 33 |
| Octal | 360 | 23 | 154 | 0 | 134 | 67 | 6 | 520 | 130 | 63 |
| Binary | 11110000 | 10011 | 1101100 | 0 | 1011100 | 110111 | 110 | 101010000 | 1011000 | 110011 |
Color Harmonies of #F0136C
Complementary color
Monochromatic Colors of #F0136C
Black with #F0136C
Text Example
Text Example
White with #F0136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0136C; }
p { color: rgb(240,19,108); }
H1.HeaderClassName
{
color: #F0136C;
}
.AnyTagClassName
{
color: #F0136C;
}
</style>
background-color css
<style>
a { background-color: #F0136C; }
a { background-color: rgb(240,19,108); }
div.DivClassName
{
background-color: #F0136C;
}
.BgClassName
{
background-color: #F0136C;
}
</style>
border-color css
<style>
span { border-color: #F0136C; }
span { border-color: rgb(240,19,108); }
td.TdClassName
{
border-color: #F0136C;
}
.TagClassName
{
border-color: #F0136C;
}
</style>