Shades of Ruby #F21A63
Tints of Ruby #F21A63
RGB
CMYK
RGB Variations
Color information
#F21A63 (or 0xF21A63) is known color: Ruby. HEX triplet: F2, 1A and 63. RGB value is (242,26,99). Sum of RGB (Red+Green+Blue) = 242+26+99=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21A63 is #0DE59C. Grayscale: #626262. Windows color (decimal): -910749 or 6494962. OLE color: 6494962.
HSL color Cylindrical-coordinate representation of color #F21A63: hue angle of 339.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21A63 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 99 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.05 |
| HSL | 339.72º | 0.89% | 0.53% | - |
| HSV(B) | 339.72º | 0.89% | 0.95% | - |
| XYZ | 39.24 | 20.52 | 13.7 | - |
| YUV | 98.91 | 128.06 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 99 | 0 | 0.89 | 0.59 | 0.05 | 339.72 | 0.89 | 0.53 |
| Hex | F2 | 1A | 63 | 0 | 59 | 3B | 5 | 154 | 59 | 35 |
| Octal | 362 | 32 | 143 | 0 | 131 | 73 | 5 | 524 | 131 | 65 |
| Binary | 11110010 | 11010 | 1100011 | 0 | 1011001 | 111011 | 101 | 101010100 | 1011001 | 110101 |
Color Harmonies of #F21A63
Complementary color
Monochromatic Colors of #F21A63
Black with #F21A63
Text Example
Text Example
White with #F21A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21A63; }
p { color: rgb(242,26,99); }
H1.HeaderClassName
{
color: #F21A63;
}
.AnyTagClassName
{
color: #F21A63;
}
</style>
background-color css
<style>
a { background-color: #F21A63; }
a { background-color: rgb(242,26,99); }
div.DivClassName
{
background-color: #F21A63;
}
.BgClassName
{
background-color: #F21A63;
}
</style>
border-color css
<style>
span { border-color: #F21A63; }
span { border-color: rgb(242,26,99); }
td.TdClassName
{
border-color: #F21A63;
}
.TagClassName
{
border-color: #F21A63;
}
</style>