Shades of Ruby #F2146D
Tints of Ruby #F2146D
RGB
CMYK
RGB Variations
Color information
#F2146D (or 0xF2146D) is known color: Ruby. HEX triplet: F2, 14 and 6D. RGB value is (242,20,109). Sum of RGB (Red+Green+Blue) = 242+20+109=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2146D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2146D is #0DEB92. Grayscale: #606060. Windows color (decimal): -912275 or 7148786. OLE color: 7148786.
HSL color Cylindrical-coordinate representation of color #F2146D: hue angle of 335.95º 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 #F2146D is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 109 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.05 |
| HSL | 335.95º | 0.9% | 0.51% | - |
| HSV(B) | 335.95º | 0.92% | 0.95% | - |
| XYZ | 39.63 | 20.48 | 16.33 | - |
| YUV | 96.52 | 135.05 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 109 | 0 | 0.92 | 0.55 | 0.05 | 335.95 | 0.9 | 0.51 |
| Hex | F2 | 14 | 6D | 0 | 5C | 37 | 5 | 150 | 5A | 33 |
| Octal | 362 | 24 | 155 | 0 | 134 | 67 | 5 | 520 | 132 | 63 |
| Binary | 11110010 | 10100 | 1101101 | 0 | 1011100 | 110111 | 101 | 101010000 | 1011010 | 110011 |
Color Harmonies of #F2146D
Complementary color
Monochromatic Colors of #F2146D
Black with #F2146D
Text Example
Text Example
White with #F2146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2146D; }
p { color: rgb(242,20,109); }
H1.HeaderClassName
{
color: #F2146D;
}
.AnyTagClassName
{
color: #F2146D;
}
</style>
background-color css
<style>
a { background-color: #F2146D; }
a { background-color: rgb(242,20,109); }
div.DivClassName
{
background-color: #F2146D;
}
.BgClassName
{
background-color: #F2146D;
}
</style>
border-color css
<style>
span { border-color: #F2146D; }
span { border-color: rgb(242,20,109); }
td.TdClassName
{
border-color: #F2146D;
}
.TagClassName
{
border-color: #F2146D;
}
</style>