Shades of Ruby #F22060
Tints of Ruby #F22060
RGB
CMYK
RGB Variations
Color information
#F22060 (or 0xF22060) is known color: Ruby. HEX triplet: F2, 20 and 60. RGB value is (242,32,96). Sum of RGB (Red+Green+Blue) = 242+32+96=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F22060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22060 is #0DDF9F. Grayscale: #666666. Windows color (decimal): -909216 or 6299890. OLE color: 6299890.
HSL color Cylindrical-coordinate representation of color #F22060: hue angle of 341.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F22060 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 96 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.05 |
| HSL | 341.71º | 0.89% | 0.54% | - |
| HSV(B) | 341.71º | 0.87% | 0.95% | - |
| XYZ | 39.25 | 20.75 | 13 | - |
| YUV | 102.09 | 124.57 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 96 | 0 | 0.87 | 0.60 | 0.05 | 341.71 | 0.89 | 0.54 |
| Hex | F2 | 20 | 60 | 0 | 57 | 3C | 5 | 156 | 59 | 36 |
| Octal | 362 | 40 | 140 | 0 | 127 | 74 | 5 | 526 | 131 | 66 |
| Binary | 11110010 | 100000 | 1100000 | 0 | 1010111 | 111100 | 101 | 101010110 | 1011001 | 110110 |
Color Harmonies of #F22060
Complementary color
Monochromatic Colors of #F22060
Black with #F22060
Text Example
Text Example
White with #F22060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22060; }
p { color: rgb(242,32,96); }
H1.HeaderClassName
{
color: #F22060;
}
.AnyTagClassName
{
color: #F22060;
}
</style>
background-color css
<style>
a { background-color: #F22060; }
a { background-color: rgb(242,32,96); }
div.DivClassName
{
background-color: #F22060;
}
.BgClassName
{
background-color: #F22060;
}
</style>
border-color css
<style>
span { border-color: #F22060; }
span { border-color: rgb(242,32,96); }
td.TdClassName
{
border-color: #F22060;
}
.TagClassName
{
border-color: #F22060;
}
</style>