Shades of Ruby #F22074
Tints of Ruby #F22074
RGB
CMYK
RGB Variations
Color information
#F22074 (or 0xF22074) is known color: Ruby. HEX triplet: F2, 20 and 74. RGB value is (242,32,116). Sum of RGB (Red+Green+Blue) = 242+32+116=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F22074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22074 is #0DDF8B. Grayscale: #686868. Windows color (decimal): -909196 or 7610610. OLE color: 7610610.
HSL color Cylindrical-coordinate representation of color #F22074: hue angle of 336º 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 #F22074 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 116 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.05 |
| HSL | 336º | 0.89% | 0.54% | - |
| HSV(B) | 336º | 0.87% | 0.95% | - |
| XYZ | 40.29 | 21.17 | 18.49 | - |
| YUV | 104.37 | 134.57 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 116 | 0 | 0.87 | 0.52 | 0.05 | 336 | 0.89 | 0.54 |
| Hex | F2 | 20 | 74 | 0 | 57 | 34 | 5 | 150 | 59 | 36 |
| Octal | 362 | 40 | 164 | 0 | 127 | 64 | 5 | 520 | 131 | 66 |
| Binary | 11110010 | 100000 | 1110100 | 0 | 1010111 | 110100 | 101 | 101010000 | 1011001 | 110110 |
Color Harmonies of #F22074
Complementary color
Monochromatic Colors of #F22074
Black with #F22074
Text Example
Text Example
White with #F22074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22074; }
p { color: rgb(242,32,116); }
H1.HeaderClassName
{
color: #F22074;
}
.AnyTagClassName
{
color: #F22074;
}
</style>
background-color css
<style>
a { background-color: #F22074; }
a { background-color: rgb(242,32,116); }
div.DivClassName
{
background-color: #F22074;
}
.BgClassName
{
background-color: #F22074;
}
</style>
border-color css
<style>
span { border-color: #F22074; }
span { border-color: rgb(242,32,116); }
td.TdClassName
{
border-color: #F22074;
}
.TagClassName
{
border-color: #F22074;
}
</style>