Shades of Ruby #F21571
Tints of Ruby #F21571
RGB
CMYK
RGB Variations
Color information
#F21571 (or 0xF21571) is known color: Ruby. HEX triplet: F2, 15 and 71. RGB value is (242,21,113). Sum of RGB (Red+Green+Blue) = 242+21+113=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F21571 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21571 is #0DEA8E. Grayscale: #616161. Windows color (decimal): -912015 or 7411186. OLE color: 7411186.
HSL color Cylindrical-coordinate representation of color #F21571: hue angle of 335.02º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21571 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 113 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.05 |
| HSL | 335.02º | 0.89% | 0.52% | - |
| HSV(B) | 335.02º | 0.91% | 0.95% | - |
| XYZ | 39.87 | 20.61 | 17.5 | - |
| YUV | 97.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 113 | 0 | 0.91 | 0.53 | 0.05 | 335.02 | 0.89 | 0.52 |
| Hex | F2 | 15 | 71 | 0 | 5B | 35 | 5 | 14F | 59 | 34 |
| Octal | 362 | 25 | 161 | 0 | 133 | 65 | 5 | 517 | 131 | 64 |
| Binary | 11110010 | 10101 | 1110001 | 0 | 1011011 | 110101 | 101 | 101001111 | 1011001 | 110100 |
Color Harmonies of #F21571
Complementary color
Monochromatic Colors of #F21571
Black with #F21571
Text Example
Text Example
White with #F21571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21571; }
p { color: rgb(242,21,113); }
H1.HeaderClassName
{
color: #F21571;
}
.AnyTagClassName
{
color: #F21571;
}
</style>
background-color css
<style>
a { background-color: #F21571; }
a { background-color: rgb(242,21,113); }
div.DivClassName
{
background-color: #F21571;
}
.BgClassName
{
background-color: #F21571;
}
</style>
border-color css
<style>
span { border-color: #F21571; }
span { border-color: rgb(242,21,113); }
td.TdClassName
{
border-color: #F21571;
}
.TagClassName
{
border-color: #F21571;
}
</style>