Shades of Ruby #F0136D
Tints of Ruby #F0136D
RGB
CMYK
RGB Variations
Color information
#F0136D (or 0xF0136D) is known color: Ruby. HEX triplet: F0, 13 and 6D. RGB value is (240,19,109). Sum of RGB (Red+Green+Blue) = 240+19+109=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0136D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0136D is #0FEC92. Grayscale: #5F5F5F. Windows color (decimal): -1043603 or 7148528. OLE color: 7148528.
HSL color Cylindrical-coordinate representation of color #F0136D: hue angle of 335.57º 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 #F0136D is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 109 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.06 |
| HSL | 335.57º | 0.88% | 0.51% | - |
| HSV(B) | 335.57º | 0.92% | 0.94% | - |
| XYZ | 38.93 | 20.1 | 16.29 | - |
| YUV | 95.34 | 135.72 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 109 | 0 | 0.92 | 0.55 | 0.06 | 335.57 | 0.88 | 0.51 |
| Hex | F0 | 13 | 6D | 0 | 5C | 37 | 6 | 150 | 58 | 33 |
| Octal | 360 | 23 | 155 | 0 | 134 | 67 | 6 | 520 | 130 | 63 |
| Binary | 11110000 | 10011 | 1101101 | 0 | 1011100 | 110111 | 110 | 101010000 | 1011000 | 110011 |
Color Harmonies of #F0136D
Complementary color
Monochromatic Colors of #F0136D
Black with #F0136D
Text Example
Text Example
White with #F0136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0136D; }
p { color: rgb(240,19,109); }
H1.HeaderClassName
{
color: #F0136D;
}
.AnyTagClassName
{
color: #F0136D;
}
</style>
background-color css
<style>
a { background-color: #F0136D; }
a { background-color: rgb(240,19,109); }
div.DivClassName
{
background-color: #F0136D;
}
.BgClassName
{
background-color: #F0136D;
}
</style>
border-color css
<style>
span { border-color: #F0136D; }
span { border-color: rgb(240,19,109); }
td.TdClassName
{
border-color: #F0136D;
}
.TagClassName
{
border-color: #F0136D;
}
</style>