Shades of Ruby #F21C76
Tints of Ruby #F21C76
RGB
CMYK
RGB Variations
Color information
#F21C76 (or 0xF21C76) is known color: Ruby. HEX triplet: F2, 1C and 76. RGB value is (242,28,118). Sum of RGB (Red+Green+Blue) = 242+28+118=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C76 is #0DE389. Grayscale: #666666. Windows color (decimal): -910218 or 7740658. OLE color: 7740658.
HSL color Cylindrical-coordinate representation of color #F21C76: hue angle of 334.77º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21C76 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 118 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.05 |
| HSL | 334.77º | 0.89% | 0.53% | - |
| HSV(B) | 334.77º | 0.88% | 0.95% | - |
| XYZ | 40.3 | 21.02 | 19.07 | - |
| YUV | 102.25 | 136.9 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 118 | 0 | 0.88 | 0.51 | 0.05 | 334.77 | 0.89 | 0.53 |
| Hex | F2 | 1C | 76 | 0 | 58 | 33 | 5 | 14F | 59 | 35 |
| Octal | 362 | 34 | 166 | 0 | 130 | 63 | 5 | 517 | 131 | 65 |
| Binary | 11110010 | 11100 | 1110110 | 0 | 1011000 | 110011 | 101 | 101001111 | 1011001 | 110101 |
Color Harmonies of #F21C76
Complementary color
Monochromatic Colors of #F21C76
Black with #F21C76
Text Example
Text Example
White with #F21C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C76; }
p { color: rgb(242,28,118); }
H1.HeaderClassName
{
color: #F21C76;
}
.AnyTagClassName
{
color: #F21C76;
}
</style>
background-color css
<style>
a { background-color: #F21C76; }
a { background-color: rgb(242,28,118); }
div.DivClassName
{
background-color: #F21C76;
}
.BgClassName
{
background-color: #F21C76;
}
</style>
border-color css
<style>
span { border-color: #F21C76; }
span { border-color: rgb(242,28,118); }
td.TdClassName
{
border-color: #F21C76;
}
.TagClassName
{
border-color: #F21C76;
}
</style>