Shades of Ruby #F21663
Tints of Ruby #F21663
RGB
CMYK
RGB Variations
Color information
#F21663 (or 0xF21663) is known color: Ruby. HEX triplet: F2, 16 and 63. RGB value is (242,22,99). Sum of RGB (Red+Green+Blue) = 242+22+99=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F21663 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21663 is #0DE99C. Grayscale: #606060. Windows color (decimal): -911773 or 6493938. OLE color: 6493938.
HSL color Cylindrical-coordinate representation of color #F21663: hue angle of 339º 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 #F21663 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 99 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.05 |
| HSL | 339º | 0.89% | 0.52% | - |
| HSV(B) | 339º | 0.91% | 0.95% | - |
| XYZ | 39.16 | 20.35 | 13.67 | - |
| YUV | 96.56 | 129.39 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 99 | 0 | 0.91 | 0.59 | 0.05 | 339 | 0.89 | 0.52 |
| Hex | F2 | 16 | 63 | 0 | 5B | 3B | 5 | 153 | 59 | 34 |
| Octal | 362 | 26 | 143 | 0 | 133 | 73 | 5 | 523 | 131 | 64 |
| Binary | 11110010 | 10110 | 1100011 | 0 | 1011011 | 111011 | 101 | 101010011 | 1011001 | 110100 |
Color Harmonies of #F21663
Complementary color
Monochromatic Colors of #F21663
Black with #F21663
Text Example
Text Example
White with #F21663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21663; }
p { color: rgb(242,22,99); }
H1.HeaderClassName
{
color: #F21663;
}
.AnyTagClassName
{
color: #F21663;
}
</style>
background-color css
<style>
a { background-color: #F21663; }
a { background-color: rgb(242,22,99); }
div.DivClassName
{
background-color: #F21663;
}
.BgClassName
{
background-color: #F21663;
}
</style>
border-color css
<style>
span { border-color: #F21663; }
span { border-color: rgb(242,22,99); }
td.TdClassName
{
border-color: #F21663;
}
.TagClassName
{
border-color: #F21663;
}
</style>