Shades of Ruby #F21573
Tints of Ruby #F21573
RGB
CMYK
RGB Variations
Color information
#F21573 (or 0xF21573) is known color: Ruby. HEX triplet: F2, 15 and 73. RGB value is (242,21,115). Sum of RGB (Red+Green+Blue) = 242+21+115=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F21573 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21573 is #0DEA8C. Grayscale: #616161. Windows color (decimal): -912013 or 7542258. OLE color: 7542258.
HSL color Cylindrical-coordinate representation of color #F21573: hue angle of 334.48º 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 #F21573 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 115 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.05 |
| HSL | 334.48º | 0.89% | 0.52% | - |
| HSV(B) | 334.48º | 0.91% | 0.95% | - |
| XYZ | 39.98 | 20.65 | 18.1 | - |
| YUV | 97.8 | 137.72 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 115 | 0 | 0.91 | 0.52 | 0.05 | 334.48 | 0.89 | 0.52 |
| Hex | F2 | 15 | 73 | 0 | 5B | 34 | 5 | 14E | 59 | 34 |
| Octal | 362 | 25 | 163 | 0 | 133 | 64 | 5 | 516 | 131 | 64 |
| Binary | 11110010 | 10101 | 1110011 | 0 | 1011011 | 110100 | 101 | 101001110 | 1011001 | 110100 |
Color Harmonies of #F21573
Complementary color
Monochromatic Colors of #F21573
Black with #F21573
Text Example
Text Example
White with #F21573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21573; }
p { color: rgb(242,21,115); }
H1.HeaderClassName
{
color: #F21573;
}
.AnyTagClassName
{
color: #F21573;
}
</style>
background-color css
<style>
a { background-color: #F21573; }
a { background-color: rgb(242,21,115); }
div.DivClassName
{
background-color: #F21573;
}
.BgClassName
{
background-color: #F21573;
}
</style>
border-color css
<style>
span { border-color: #F21573; }
span { border-color: rgb(242,21,115); }
td.TdClassName
{
border-color: #F21573;
}
.TagClassName
{
border-color: #F21573;
}
</style>