Shades of Ruby #F22077
Tints of Ruby #F22077
RGB
CMYK
RGB Variations
Color information
#F22077 (or 0xF22077) is known color: Ruby. HEX triplet: F2, 20 and 77. RGB value is (242,32,119). Sum of RGB (Red+Green+Blue) = 242+32+119=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F22077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22077 is #0DDF88. Grayscale: #686868. Windows color (decimal): -909193 or 7807218. OLE color: 7807218.
HSL color Cylindrical-coordinate representation of color #F22077: hue angle of 335.14º 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 #F22077 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 119 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.05 |
| HSL | 335.14º | 0.89% | 0.54% | - |
| HSV(B) | 335.14º | 0.87% | 0.95% | - |
| XYZ | 40.46 | 21.24 | 19.42 | - |
| YUV | 104.71 | 136.07 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 119 | 0 | 0.87 | 0.51 | 0.05 | 335.14 | 0.89 | 0.54 |
| Hex | F2 | 20 | 77 | 0 | 57 | 33 | 5 | 14F | 59 | 36 |
| Octal | 362 | 40 | 167 | 0 | 127 | 63 | 5 | 517 | 131 | 66 |
| Binary | 11110010 | 100000 | 1110111 | 0 | 1010111 | 110011 | 101 | 101001111 | 1011001 | 110110 |
Color Harmonies of #F22077
Complementary color
Monochromatic Colors of #F22077
Black with #F22077
Text Example
Text Example
White with #F22077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22077; }
p { color: rgb(242,32,119); }
H1.HeaderClassName
{
color: #F22077;
}
.AnyTagClassName
{
color: #F22077;
}
</style>
background-color css
<style>
a { background-color: #F22077; }
a { background-color: rgb(242,32,119); }
div.DivClassName
{
background-color: #F22077;
}
.BgClassName
{
background-color: #F22077;
}
</style>
border-color css
<style>
span { border-color: #F22077; }
span { border-color: rgb(242,32,119); }
td.TdClassName
{
border-color: #F22077;
}
.TagClassName
{
border-color: #F22077;
}
</style>