Shades of Ruby #F91C71
Tints of Ruby #F91C71
RGB
CMYK
RGB Variations
Color information
#F91C71 (or 0xF91C71) is known color: Ruby. HEX triplet: F9, 1C and 71. RGB value is (249,28,113). Sum of RGB (Red+Green+Blue) = 249+28+113=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91C71 is #06E38E. Grayscale: #676767. Windows color (decimal): -451471 or 7412985. OLE color: 7412985.
HSL color Cylindrical-coordinate representation of color #F91C71: hue angle of 336.92º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91C71 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 113 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.02 |
| HSL | 336.92º | 0.95% | 0.54% | - |
| HSV(B) | 336.92º | 0.89% | 0.98% | - |
| XYZ | 42.46 | 22.16 | 17.66 | - |
| YUV | 103.77 | 133.22 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 113 | 0 | 0.89 | 0.55 | 0.02 | 336.92 | 0.95 | 0.54 |
| Hex | F9 | 1C | 71 | 0 | 59 | 37 | 2 | 151 | 5F | 36 |
| Octal | 371 | 34 | 161 | 0 | 131 | 67 | 2 | 521 | 137 | 66 |
| Binary | 11111001 | 11100 | 1110001 | 0 | 1011001 | 110111 | 10 | 101010001 | 1011111 | 110110 |
Color Harmonies of #F91C71
Complementary color
Monochromatic Colors of #F91C71
Black with #F91C71
Text Example
Text Example
White with #F91C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C71; }
p { color: rgb(249,28,113); }
H1.HeaderClassName
{
color: #F91C71;
}
.AnyTagClassName
{
color: #F91C71;
}
</style>
background-color css
<style>
a { background-color: #F91C71; }
a { background-color: rgb(249,28,113); }
div.DivClassName
{
background-color: #F91C71;
}
.BgClassName
{
background-color: #F91C71;
}
</style>
border-color css
<style>
span { border-color: #F91C71; }
span { border-color: rgb(249,28,113); }
td.TdClassName
{
border-color: #F91C71;
}
.TagClassName
{
border-color: #F91C71;
}
</style>