Shades of Ruby #F2136E
Tints of Ruby #F2136E
RGB
CMYK
RGB Variations
Color information
#F2136E (or 0xF2136E) is known color: Ruby. HEX triplet: F2, 13 and 6E. RGB value is (242,19,110). Sum of RGB (Red+Green+Blue) = 242+19+110=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2136E is #0DEC91. Grayscale: #5F5F5F. Windows color (decimal): -912530 or 7214066. OLE color: 7214066.
HSL color Cylindrical-coordinate representation of color #F2136E: hue angle of 335.52º 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 #F2136E is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 110 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.05 |
| HSL | 335.52º | 0.9% | 0.51% | - |
| HSV(B) | 335.52º | 0.92% | 0.95% | - |
| XYZ | 39.67 | 20.47 | 16.61 | - |
| YUV | 96.05 | 135.88 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 110 | 0 | 0.92 | 0.55 | 0.05 | 335.52 | 0.9 | 0.51 |
| Hex | F2 | 13 | 6E | 0 | 5C | 37 | 5 | 150 | 5A | 33 |
| Octal | 362 | 23 | 156 | 0 | 134 | 67 | 5 | 520 | 132 | 63 |
| Binary | 11110010 | 10011 | 1101110 | 0 | 1011100 | 110111 | 101 | 101010000 | 1011010 | 110011 |
Color Harmonies of #F2136E
Complementary color
Monochromatic Colors of #F2136E
Black with #F2136E
Text Example
Text Example
White with #F2136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2136E; }
p { color: rgb(242,19,110); }
H1.HeaderClassName
{
color: #F2136E;
}
.AnyTagClassName
{
color: #F2136E;
}
</style>
background-color css
<style>
a { background-color: #F2136E; }
a { background-color: rgb(242,19,110); }
div.DivClassName
{
background-color: #F2136E;
}
.BgClassName
{
background-color: #F2136E;
}
</style>
border-color css
<style>
span { border-color: #F2136E; }
span { border-color: rgb(242,19,110); }
td.TdClassName
{
border-color: #F2136E;
}
.TagClassName
{
border-color: #F2136E;
}
</style>