Shades of Ruby #F71272
Tints of Ruby #F71272
RGB
CMYK
RGB Variations
Color information
#F71272 (or 0xF71272) is known color: Ruby. HEX triplet: F7, 12 and 72. RGB value is (247,18,114). Sum of RGB (Red+Green+Blue) = 247+18+114=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F71272 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71272 is #08ED8D. Grayscale: #616161. Windows color (decimal): -585102 or 7475959. OLE color: 7475959.
HSL color Cylindrical-coordinate representation of color #F71272: hue angle of 334.85º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F71272 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 114 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.03 |
| HSL | 334.85º | 0.93% | 0.52% | - |
| HSV(B) | 334.85º | 0.93% | 0.97% | - |
| XYZ | 41.61 | 21.42 | 17.86 | - |
| YUV | 97.42 | 137.37 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 114 | 0 | 0.93 | 0.54 | 0.03 | 334.85 | 0.93 | 0.52 |
| Hex | F7 | 12 | 72 | 0 | 5D | 36 | 3 | 14F | 5D | 34 |
| Octal | 367 | 22 | 162 | 0 | 135 | 66 | 3 | 517 | 135 | 64 |
| Binary | 11110111 | 10010 | 1110010 | 0 | 1011101 | 110110 | 11 | 101001111 | 1011101 | 110100 |
Color Harmonies of #F71272
Complementary color
Monochromatic Colors of #F71272
Black with #F71272
Text Example
Text Example
White with #F71272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71272; }
p { color: rgb(247,18,114); }
H1.HeaderClassName
{
color: #F71272;
}
.AnyTagClassName
{
color: #F71272;
}
</style>
background-color css
<style>
a { background-color: #F71272; }
a { background-color: rgb(247,18,114); }
div.DivClassName
{
background-color: #F71272;
}
.BgClassName
{
background-color: #F71272;
}
</style>
border-color css
<style>
span { border-color: #F71272; }
span { border-color: rgb(247,18,114); }
td.TdClassName
{
border-color: #F71272;
}
.TagClassName
{
border-color: #F71272;
}
</style>