Shades of Ruby #F21371
Tints of Ruby #F21371
RGB
CMYK
RGB Variations
Color information
#F21371 (or 0xF21371) is known color: Ruby. HEX triplet: F2, 13 and 71. RGB value is (242,19,113). Sum of RGB (Red+Green+Blue) = 242+19+113=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F21371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21371 is #0DEC8E. Grayscale: #606060. Windows color (decimal): -912527 or 7410674. OLE color: 7410674.
HSL color Cylindrical-coordinate representation of color #F21371: hue angle of 334.71º 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 #F21371 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 113 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.05 |
| HSL | 334.71º | 0.9% | 0.51% | - |
| HSV(B) | 334.71º | 0.92% | 0.95% | - |
| XYZ | 39.83 | 20.54 | 17.49 | - |
| YUV | 96.39 | 137.38 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 113 | 0 | 0.92 | 0.53 | 0.05 | 334.71 | 0.9 | 0.51 |
| Hex | F2 | 13 | 71 | 0 | 5C | 35 | 5 | 14F | 5A | 33 |
| Octal | 362 | 23 | 161 | 0 | 134 | 65 | 5 | 517 | 132 | 63 |
| Binary | 11110010 | 10011 | 1110001 | 0 | 1011100 | 110101 | 101 | 101001111 | 1011010 | 110011 |
Color Harmonies of #F21371
Complementary color
Monochromatic Colors of #F21371
Black with #F21371
Text Example
Text Example
White with #F21371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21371; }
p { color: rgb(242,19,113); }
H1.HeaderClassName
{
color: #F21371;
}
.AnyTagClassName
{
color: #F21371;
}
</style>
background-color css
<style>
a { background-color: #F21371; }
a { background-color: rgb(242,19,113); }
div.DivClassName
{
background-color: #F21371;
}
.BgClassName
{
background-color: #F21371;
}
</style>
border-color css
<style>
span { border-color: #F21371; }
span { border-color: rgb(242,19,113); }
td.TdClassName
{
border-color: #F21371;
}
.TagClassName
{
border-color: #F21371;
}
</style>