Shades of Ruby #F21563
Tints of Ruby #F21563
RGB
CMYK
RGB Variations
Color information
#F21563 (or 0xF21563) is known color: Ruby. HEX triplet: F2, 15 and 63. RGB value is (242,21,99). Sum of RGB (Red+Green+Blue) = 242+21+99=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F21563 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21563 is #0DEA9C. Grayscale: #5F5F5F. Windows color (decimal): -912029 or 6493682. OLE color: 6493682.
HSL color Cylindrical-coordinate representation of color #F21563: hue angle of 338.82º 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 #F21563 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 99 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.05 |
| HSL | 338.82º | 0.89% | 0.52% | - |
| HSV(B) | 338.82º | 0.91% | 0.95% | - |
| XYZ | 39.14 | 20.31 | 13.66 | - |
| YUV | 95.97 | 129.72 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 99 | 0 | 0.91 | 0.59 | 0.05 | 338.82 | 0.89 | 0.52 |
| Hex | F2 | 15 | 63 | 0 | 5B | 3B | 5 | 153 | 59 | 34 |
| Octal | 362 | 25 | 143 | 0 | 133 | 73 | 5 | 523 | 131 | 64 |
| Binary | 11110010 | 10101 | 1100011 | 0 | 1011011 | 111011 | 101 | 101010011 | 1011001 | 110100 |
Color Harmonies of #F21563
Complementary color
Monochromatic Colors of #F21563
Black with #F21563
Text Example
Text Example
White with #F21563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21563; }
p { color: rgb(242,21,99); }
H1.HeaderClassName
{
color: #F21563;
}
.AnyTagClassName
{
color: #F21563;
}
</style>
background-color css
<style>
a { background-color: #F21563; }
a { background-color: rgb(242,21,99); }
div.DivClassName
{
background-color: #F21563;
}
.BgClassName
{
background-color: #F21563;
}
</style>
border-color css
<style>
span { border-color: #F21563; }
span { border-color: rgb(242,21,99); }
td.TdClassName
{
border-color: #F21563;
}
.TagClassName
{
border-color: #F21563;
}
</style>