Shades of Ruby #F0136A
Tints of Ruby #F0136A
RGB
CMYK
RGB Variations
Color information
#F0136A (or 0xF0136A) is known color: Ruby. HEX triplet: F0, 13 and 6A. RGB value is (240,19,106). Sum of RGB (Red+Green+Blue) = 240+19+106=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0136A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0136A is #0FEC95. Grayscale: #5E5E5E. Windows color (decimal): -1043606 or 6951920. OLE color: 6951920.
HSL color Cylindrical-coordinate representation of color #F0136A: hue angle of 336.38º 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 #F0136A is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 106 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.06 |
| HSL | 336.38º | 0.88% | 0.51% | - |
| HSV(B) | 336.38º | 0.92% | 0.94% | - |
| XYZ | 38.77 | 20.03 | 15.46 | - |
| YUV | 95 | 134.22 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 106 | 0 | 0.92 | 0.56 | 0.06 | 336.38 | 0.88 | 0.51 |
| Hex | F0 | 13 | 6A | 0 | 5C | 38 | 6 | 150 | 58 | 33 |
| Octal | 360 | 23 | 152 | 0 | 134 | 70 | 6 | 520 | 130 | 63 |
| Binary | 11110000 | 10011 | 1101010 | 0 | 1011100 | 111000 | 110 | 101010000 | 1011000 | 110011 |
Color Harmonies of #F0136A
Complementary color
Monochromatic Colors of #F0136A
Black with #F0136A
Text Example
Text Example
White with #F0136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0136A; }
p { color: rgb(240,19,106); }
H1.HeaderClassName
{
color: #F0136A;
}
.AnyTagClassName
{
color: #F0136A;
}
</style>
background-color css
<style>
a { background-color: #F0136A; }
a { background-color: rgb(240,19,106); }
div.DivClassName
{
background-color: #F0136A;
}
.BgClassName
{
background-color: #F0136A;
}
</style>
border-color css
<style>
span { border-color: #F0136A; }
span { border-color: rgb(240,19,106); }
td.TdClassName
{
border-color: #F0136A;
}
.TagClassName
{
border-color: #F0136A;
}
</style>