Shades of Ruby #F2146B
Tints of Ruby #F2146B
RGB
CMYK
RGB Variations
Color information
#F2146B (or 0xF2146B) is known color: Ruby. HEX triplet: F2, 14 and 6B. RGB value is (242,20,107). Sum of RGB (Red+Green+Blue) = 242+20+107=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2146B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2146B is #0DEB94. Grayscale: #606060. Windows color (decimal): -912277 or 7017714. OLE color: 7017714.
HSL color Cylindrical-coordinate representation of color #F2146B: hue angle of 336.49º 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 #F2146B is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 107 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.05 |
| HSL | 336.49º | 0.9% | 0.51% | - |
| HSV(B) | 336.49º | 0.92% | 0.95% | - |
| XYZ | 39.52 | 20.44 | 15.77 | - |
| YUV | 96.3 | 134.05 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 107 | 0 | 0.92 | 0.56 | 0.05 | 336.49 | 0.9 | 0.51 |
| Hex | F2 | 14 | 6B | 0 | 5C | 38 | 5 | 150 | 5A | 33 |
| Octal | 362 | 24 | 153 | 0 | 134 | 70 | 5 | 520 | 132 | 63 |
| Binary | 11110010 | 10100 | 1101011 | 0 | 1011100 | 111000 | 101 | 101010000 | 1011010 | 110011 |
Color Harmonies of #F2146B
Complementary color
Monochromatic Colors of #F2146B
Black with #F2146B
Text Example
Text Example
White with #F2146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2146B; }
p { color: rgb(242,20,107); }
H1.HeaderClassName
{
color: #F2146B;
}
.AnyTagClassName
{
color: #F2146B;
}
</style>
background-color css
<style>
a { background-color: #F2146B; }
a { background-color: rgb(242,20,107); }
div.DivClassName
{
background-color: #F2146B;
}
.BgClassName
{
background-color: #F2146B;
}
</style>
border-color css
<style>
span { border-color: #F2146B; }
span { border-color: rgb(242,20,107); }
td.TdClassName
{
border-color: #F2146B;
}
.TagClassName
{
border-color: #F2146B;
}
</style>