Shades of Ruby #F0136F
Tints of Ruby #F0136F
RGB
CMYK
RGB Variations
Color information
#F0136F (or 0xF0136F) is known color: Ruby. HEX triplet: F0, 13 and 6F. RGB value is (240,19,111). Sum of RGB (Red+Green+Blue) = 240+19+111=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0136F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0136F is #0FEC90. Grayscale: #5F5F5F. Windows color (decimal): -1043601 or 7279600. OLE color: 7279600.
HSL color Cylindrical-coordinate representation of color #F0136F: hue angle of 335.02º 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 #F0136F is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 111 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.06 |
| HSL | 335.02º | 0.88% | 0.51% | - |
| HSV(B) | 335.02º | 0.92% | 0.94% | - |
| XYZ | 39.04 | 20.14 | 16.87 | - |
| YUV | 95.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 111 | 0 | 0.92 | 0.54 | 0.06 | 335.02 | 0.88 | 0.51 |
| Hex | F0 | 13 | 6F | 0 | 5C | 36 | 6 | 14F | 58 | 33 |
| Octal | 360 | 23 | 157 | 0 | 134 | 66 | 6 | 517 | 130 | 63 |
| Binary | 11110000 | 10011 | 1101111 | 0 | 1011100 | 110110 | 110 | 101001111 | 1011000 | 110011 |
Color Harmonies of #F0136F
Complementary color
Monochromatic Colors of #F0136F
Black with #F0136F
Text Example
Text Example
White with #F0136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0136F; }
p { color: rgb(240,19,111); }
H1.HeaderClassName
{
color: #F0136F;
}
.AnyTagClassName
{
color: #F0136F;
}
</style>
background-color css
<style>
a { background-color: #F0136F; }
a { background-color: rgb(240,19,111); }
div.DivClassName
{
background-color: #F0136F;
}
.BgClassName
{
background-color: #F0136F;
}
</style>
border-color css
<style>
span { border-color: #F0136F; }
span { border-color: rgb(240,19,111); }
td.TdClassName
{
border-color: #F0136F;
}
.TagClassName
{
border-color: #F0136F;
}
</style>