Shades of Ruby #F42073
Tints of Ruby #F42073
RGB
CMYK
RGB Variations
Color information
#F42073 (or 0xF42073) is known color: Ruby. HEX triplet: F4, 20 and 73. RGB value is (244,32,115). Sum of RGB (Red+Green+Blue) = 244+32+115=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F42073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42073 is #0BDF8C. Grayscale: #686868. Windows color (decimal): -778125 or 7545076. OLE color: 7545076.
HSL color Cylindrical-coordinate representation of color #F42073: hue angle of 336.51º 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 #F42073 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 115 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.04 |
| HSL | 336.51º | 0.91% | 0.54% | - |
| HSV(B) | 336.51º | 0.87% | 0.96% | - |
| XYZ | 40.92 | 21.5 | 18.21 | - |
| YUV | 104.85 | 133.74 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 115 | 0 | 0.87 | 0.53 | 0.04 | 336.51 | 0.91 | 0.54 |
| Hex | F4 | 20 | 73 | 0 | 57 | 35 | 4 | 151 | 5B | 36 |
| Octal | 364 | 40 | 163 | 0 | 127 | 65 | 4 | 521 | 133 | 66 |
| Binary | 11110100 | 100000 | 1110011 | 0 | 1010111 | 110101 | 100 | 101010001 | 1011011 | 110110 |
Color Harmonies of #F42073
Complementary color
Monochromatic Colors of #F42073
Black with #F42073
Text Example
Text Example
White with #F42073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42073; }
p { color: rgb(244,32,115); }
H1.HeaderClassName
{
color: #F42073;
}
.AnyTagClassName
{
color: #F42073;
}
</style>
background-color css
<style>
a { background-color: #F42073; }
a { background-color: rgb(244,32,115); }
div.DivClassName
{
background-color: #F42073;
}
.BgClassName
{
background-color: #F42073;
}
</style>
border-color css
<style>
span { border-color: #F42073; }
span { border-color: rgb(244,32,115); }
td.TdClassName
{
border-color: #F42073;
}
.TagClassName
{
border-color: #F42073;
}
</style>