Shades of Ruby #F21565
Tints of Ruby #F21565
RGB
CMYK
RGB Variations
Color information
#F21565 (or 0xF21565) is known color: Ruby. HEX triplet: F2, 15 and 65. RGB value is (242,21,101). Sum of RGB (Red+Green+Blue) = 242+21+101=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F21565 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21565 is #0DEA9A. Grayscale: #606060. Windows color (decimal): -912027 or 6624754. OLE color: 6624754.
HSL color Cylindrical-coordinate representation of color #F21565: hue angle of 338.28º 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 #F21565 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 101 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.05 |
| HSL | 338.28º | 0.89% | 0.52% | - |
| HSV(B) | 338.28º | 0.91% | 0.95% | - |
| XYZ | 39.24 | 20.35 | 14.17 | - |
| YUV | 96.2 | 130.72 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 101 | 0 | 0.91 | 0.58 | 0.05 | 338.28 | 0.89 | 0.52 |
| Hex | F2 | 15 | 65 | 0 | 5B | 3A | 5 | 152 | 59 | 34 |
| Octal | 362 | 25 | 145 | 0 | 133 | 72 | 5 | 522 | 131 | 64 |
| Binary | 11110010 | 10101 | 1100101 | 0 | 1011011 | 111010 | 101 | 101010010 | 1011001 | 110100 |
Color Harmonies of #F21565
Complementary color
Monochromatic Colors of #F21565
Black with #F21565
Text Example
Text Example
White with #F21565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21565; }
p { color: rgb(242,21,101); }
H1.HeaderClassName
{
color: #F21565;
}
.AnyTagClassName
{
color: #F21565;
}
</style>
background-color css
<style>
a { background-color: #F21565; }
a { background-color: rgb(242,21,101); }
div.DivClassName
{
background-color: #F21565;
}
.BgClassName
{
background-color: #F21565;
}
</style>
border-color css
<style>
span { border-color: #F21565; }
span { border-color: rgb(242,21,101); }
td.TdClassName
{
border-color: #F21565;
}
.TagClassName
{
border-color: #F21565;
}
</style>