Shades of Ruby #F72073
Tints of Ruby #F72073
RGB
CMYK
RGB Variations
Color information
#F72073 (or 0xF72073) is known color: Ruby. HEX triplet: F7, 20 and 73. RGB value is (247,32,115). Sum of RGB (Red+Green+Blue) = 247+32+115=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F72073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72073 is #08DF8C. Grayscale: #696969. Windows color (decimal): -581517 or 7545079. OLE color: 7545079.
HSL color Cylindrical-coordinate representation of color #F72073: hue angle of 336.84º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F72073 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 32 | 115 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.03 |
| HSL | 336.84º | 0.93% | 0.55% | - |
| HSV(B) | 336.84º | 0.87% | 0.97% | - |
| XYZ | 41.97 | 22.04 | 18.26 | - |
| YUV | 105.75 | 133.23 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 32 | 115 | 0 | 0.87 | 0.53 | 0.03 | 336.84 | 0.93 | 0.55 |
| Hex | F7 | 20 | 73 | 0 | 57 | 35 | 3 | 151 | 5D | 37 |
| Octal | 367 | 40 | 163 | 0 | 127 | 65 | 3 | 521 | 135 | 67 |
| Binary | 11110111 | 100000 | 1110011 | 0 | 1010111 | 110101 | 11 | 101010001 | 1011101 | 110111 |
Color Harmonies of #F72073
Complementary color
Monochromatic Colors of #F72073
Black with #F72073
Text Example
Text Example
White with #F72073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72073; }
p { color: rgb(247,32,115); }
H1.HeaderClassName
{
color: #F72073;
}
.AnyTagClassName
{
color: #F72073;
}
</style>
background-color css
<style>
a { background-color: #F72073; }
a { background-color: rgb(247,32,115); }
div.DivClassName
{
background-color: #F72073;
}
.BgClassName
{
background-color: #F72073;
}
</style>
border-color css
<style>
span { border-color: #F72073; }
span { border-color: rgb(247,32,115); }
td.TdClassName
{
border-color: #F72073;
}
.TagClassName
{
border-color: #F72073;
}
</style>