Shades of Ruby #F42074
Tints of Ruby #F42074
RGB
CMYK
RGB Variations
Color information
#F42074 (or 0xF42074) is known color: Ruby. HEX triplet: F4, 20 and 74. RGB value is (244,32,116). Sum of RGB (Red+Green+Blue) = 244+32+116=392 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.24% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 244 - color contains mainly: red. Hex color #F42074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42074 is #0BDF8B. Grayscale: #686868. Windows color (decimal): -778124 or 7610612. OLE color: 7610612.
HSL color Cylindrical-coordinate representation of color #F42074: hue angle of 336.23º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F42074 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 116 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.04 |
| HSL | 336.23º | 0.91% | 0.54% | - |
| HSV(B) | 336.23º | 0.87% | 0.96% | - |
| XYZ | 40.98 | 21.53 | 18.52 | - |
| YUV | 104.96 | 134.24 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 116 | 0 | 0.87 | 0.52 | 0.04 | 336.23 | 0.91 | 0.54 |
| Hex | F4 | 20 | 74 | 0 | 57 | 34 | 4 | 150 | 5B | 36 |
| Octal | 364 | 40 | 164 | 0 | 127 | 64 | 4 | 520 | 133 | 66 |
| Binary | 11110100 | 100000 | 1110100 | 0 | 1010111 | 110100 | 100 | 101010000 | 1011011 | 110110 |
Color Harmonies of #F42074
Complementary color
Monochromatic Colors of #F42074
Black with #F42074
Text Example
Text Example
White with #F42074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42074; }
p { color: rgb(244,32,116); }
H1.HeaderClassName
{
color: #F42074;
}
.AnyTagClassName
{
color: #F42074;
}
</style>
background-color css
<style>
a { background-color: #F42074; }
a { background-color: rgb(244,32,116); }
div.DivClassName
{
background-color: #F42074;
}
.BgClassName
{
background-color: #F42074;
}
</style>
border-color css
<style>
span { border-color: #F42074; }
span { border-color: rgb(244,32,116); }
td.TdClassName
{
border-color: #F42074;
}
.TagClassName
{
border-color: #F42074;
}
</style>