Shades of Ruby #F2136D
Tints of Ruby #F2136D
RGB
CMYK
RGB Variations
Color information
#F2136D (or 0xF2136D) is known color: Ruby. HEX triplet: F2, 13 and 6D. RGB value is (242,19,109). Sum of RGB (Red+Green+Blue) = 242+19+109=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F2136D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2136D is #0DEC92. Grayscale: #5F5F5F. Windows color (decimal): -912531 or 7148530. OLE color: 7148530.
HSL color Cylindrical-coordinate representation of color #F2136D: hue angle of 335.78º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2136D is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 109 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.05 |
| HSL | 335.78º | 0.9% | 0.51% | - |
| HSV(B) | 335.78º | 0.92% | 0.95% | - |
| XYZ | 39.61 | 20.45 | 16.33 | - |
| YUV | 95.94 | 135.38 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 109 | 0 | 0.92 | 0.55 | 0.05 | 335.78 | 0.9 | 0.51 |
| Hex | F2 | 13 | 6D | 0 | 5C | 37 | 5 | 150 | 5A | 33 |
| Octal | 362 | 23 | 155 | 0 | 134 | 67 | 5 | 520 | 132 | 63 |
| Binary | 11110010 | 10011 | 1101101 | 0 | 1011100 | 110111 | 101 | 101010000 | 1011010 | 110011 |
Color Harmonies of #F2136D
Complementary color
Monochromatic Colors of #F2136D
Black with #F2136D
Text Example
Text Example
White with #F2136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2136D; }
p { color: rgb(242,19,109); }
H1.HeaderClassName
{
color: #F2136D;
}
.AnyTagClassName
{
color: #F2136D;
}
</style>
background-color css
<style>
a { background-color: #F2136D; }
a { background-color: rgb(242,19,109); }
div.DivClassName
{
background-color: #F2136D;
}
.BgClassName
{
background-color: #F2136D;
}
</style>
border-color css
<style>
span { border-color: #F2136D; }
span { border-color: rgb(242,19,109); }
td.TdClassName
{
border-color: #F2136D;
}
.TagClassName
{
border-color: #F2136D;
}
</style>