Shades of Ruby #F21C74
Tints of Ruby #F21C74
RGB
CMYK
RGB Variations
Color information
#F21C74 (or 0xF21C74) is known color: Ruby. HEX triplet: F2, 1C and 74. RGB value is (242,28,116). Sum of RGB (Red+Green+Blue) = 242+28+116=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C74 is #0DE38B. Grayscale: #656565. Windows color (decimal): -910220 or 7609586. OLE color: 7609586.
HSL color Cylindrical-coordinate representation of color #F21C74: hue angle of 335.33º 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 #F21C74 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 116 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.05 |
| HSL | 335.33º | 0.89% | 0.53% | - |
| HSV(B) | 335.33º | 0.88% | 0.95% | - |
| XYZ | 40.19 | 20.97 | 18.45 | - |
| YUV | 102.02 | 135.9 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 116 | 0 | 0.88 | 0.52 | 0.05 | 335.33 | 0.89 | 0.53 |
| Hex | F2 | 1C | 74 | 0 | 58 | 34 | 5 | 14F | 59 | 35 |
| Octal | 362 | 34 | 164 | 0 | 130 | 64 | 5 | 517 | 131 | 65 |
| Binary | 11110010 | 11100 | 1110100 | 0 | 1011000 | 110100 | 101 | 101001111 | 1011001 | 110101 |
Color Harmonies of #F21C74
Complementary color
Monochromatic Colors of #F21C74
Black with #F21C74
Text Example
Text Example
White with #F21C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C74; }
p { color: rgb(242,28,116); }
H1.HeaderClassName
{
color: #F21C74;
}
.AnyTagClassName
{
color: #F21C74;
}
</style>
background-color css
<style>
a { background-color: #F21C74; }
a { background-color: rgb(242,28,116); }
div.DivClassName
{
background-color: #F21C74;
}
.BgClassName
{
background-color: #F21C74;
}
</style>
border-color css
<style>
span { border-color: #F21C74; }
span { border-color: rgb(242,28,116); }
td.TdClassName
{
border-color: #F21C74;
}
.TagClassName
{
border-color: #F21C74;
}
</style>