Shades of Ruby #F71472
Tints of Ruby #F71472
RGB
CMYK
RGB Variations
Color information
#F71472 (or 0xF71472) is known color: Ruby. HEX triplet: F7, 14 and 72. RGB value is (247,20,114). Sum of RGB (Red+Green+Blue) = 247+20+114=381 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.83% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 247 - color contains mainly: red. Hex color #F71472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71472 is #08EB8D. Grayscale: #626262. Windows color (decimal): -584590 or 7476471. OLE color: 7476471.
HSL color Cylindrical-coordinate representation of color #F71472: hue angle of 335.15º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F71472 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 114 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.03 |
| HSL | 335.15º | 0.93% | 0.52% | - |
| HSV(B) | 335.15º | 0.92% | 0.97% | - |
| XYZ | 41.65 | 21.49 | 17.87 | - |
| YUV | 98.59 | 136.71 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 114 | 0 | 0.92 | 0.54 | 0.03 | 335.15 | 0.93 | 0.52 |
| Hex | F7 | 14 | 72 | 0 | 5C | 36 | 3 | 14F | 5D | 34 |
| Octal | 367 | 24 | 162 | 0 | 134 | 66 | 3 | 517 | 135 | 64 |
| Binary | 11110111 | 10100 | 1110010 | 0 | 1011100 | 110110 | 11 | 101001111 | 1011101 | 110100 |
Color Harmonies of #F71472
Complementary color
Monochromatic Colors of #F71472
Black with #F71472
Text Example
Text Example
White with #F71472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71472; }
p { color: rgb(247,20,114); }
H1.HeaderClassName
{
color: #F71472;
}
.AnyTagClassName
{
color: #F71472;
}
</style>
background-color css
<style>
a { background-color: #F71472; }
a { background-color: rgb(247,20,114); }
div.DivClassName
{
background-color: #F71472;
}
.BgClassName
{
background-color: #F71472;
}
</style>
border-color css
<style>
span { border-color: #F71472; }
span { border-color: rgb(247,20,114); }
td.TdClassName
{
border-color: #F71472;
}
.TagClassName
{
border-color: #F71472;
}
</style>