Shades of Ruby #F21C71
Tints of Ruby #F21C71
RGB
CMYK
RGB Variations
Color information
#F21C71 (or 0xF21C71) is known color: Ruby. HEX triplet: F2, 1C and 71. RGB value is (242,28,113). Sum of RGB (Red+Green+Blue) = 242+28+113=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C71 is #0DE38E. Grayscale: #656565. Windows color (decimal): -910223 or 7412978. OLE color: 7412978.
HSL color Cylindrical-coordinate representation of color #F21C71: hue angle of 336.17º 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 #F21C71 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 113 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.05 |
| HSL | 336.17º | 0.89% | 0.53% | - |
| HSV(B) | 336.17º | 0.88% | 0.95% | - |
| XYZ | 40.01 | 20.9 | 17.55 | - |
| YUV | 101.68 | 134.4 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 113 | 0 | 0.88 | 0.53 | 0.05 | 336.17 | 0.89 | 0.53 |
| Hex | F2 | 1C | 71 | 0 | 58 | 35 | 5 | 150 | 59 | 35 |
| Octal | 362 | 34 | 161 | 0 | 130 | 65 | 5 | 520 | 131 | 65 |
| Binary | 11110010 | 11100 | 1110001 | 0 | 1011000 | 110101 | 101 | 101010000 | 1011001 | 110101 |
Color Harmonies of #F21C71
Complementary color
Monochromatic Colors of #F21C71
Black with #F21C71
Text Example
Text Example
White with #F21C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C71; }
p { color: rgb(242,28,113); }
H1.HeaderClassName
{
color: #F21C71;
}
.AnyTagClassName
{
color: #F21C71;
}
</style>
background-color css
<style>
a { background-color: #F21C71; }
a { background-color: rgb(242,28,113); }
div.DivClassName
{
background-color: #F21C71;
}
.BgClassName
{
background-color: #F21C71;
}
</style>
border-color css
<style>
span { border-color: #F21C71; }
span { border-color: rgb(242,28,113); }
td.TdClassName
{
border-color: #F21C71;
}
.TagClassName
{
border-color: #F21C71;
}
</style>