Shades of Ruby #F0136B
Tints of Ruby #F0136B
RGB
CMYK
RGB Variations
Color information
#F0136B (or 0xF0136B) is known color: Ruby. HEX triplet: F0, 13 and 6B. RGB value is (240,19,107). Sum of RGB (Red+Green+Blue) = 240+19+107=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0136B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0136B is #0FEC94. Grayscale: #5E5E5E. Windows color (decimal): -1043605 or 7017456. OLE color: 7017456.
HSL color Cylindrical-coordinate representation of color #F0136B: hue angle of 336.11º 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 #F0136B is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 107 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.06 |
| HSL | 336.11º | 0.88% | 0.51% | - |
| HSV(B) | 336.11º | 0.92% | 0.94% | - |
| XYZ | 38.82 | 20.05 | 15.73 | - |
| YUV | 95.11 | 134.72 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 107 | 0 | 0.92 | 0.55 | 0.06 | 336.11 | 0.88 | 0.51 |
| Hex | F0 | 13 | 6B | 0 | 5C | 37 | 6 | 150 | 58 | 33 |
| Octal | 360 | 23 | 153 | 0 | 134 | 67 | 6 | 520 | 130 | 63 |
| Binary | 11110000 | 10011 | 1101011 | 0 | 1011100 | 110111 | 110 | 101010000 | 1011000 | 110011 |
Color Harmonies of #F0136B
Complementary color
Monochromatic Colors of #F0136B
Black with #F0136B
Text Example
Text Example
White with #F0136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0136B; }
p { color: rgb(240,19,107); }
H1.HeaderClassName
{
color: #F0136B;
}
.AnyTagClassName
{
color: #F0136B;
}
</style>
background-color css
<style>
a { background-color: #F0136B; }
a { background-color: rgb(240,19,107); }
div.DivClassName
{
background-color: #F0136B;
}
.BgClassName
{
background-color: #F0136B;
}
</style>
border-color css
<style>
span { border-color: #F0136B; }
span { border-color: rgb(240,19,107); }
td.TdClassName
{
border-color: #F0136B;
}
.TagClassName
{
border-color: #F0136B;
}
</style>