Shades of Ruby #F91371
Tints of Ruby #F91371
RGB
CMYK
RGB Variations
Color information
#F91371 (or 0xF91371) is known color: Ruby. HEX triplet: F9, 13 and 71. RGB value is (249,19,113). Sum of RGB (Red+Green+Blue) = 249+19+113=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F91371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91371 is #06EC8E. Grayscale: #626262. Windows color (decimal): -453775 or 7410681. OLE color: 7410681.
HSL color Cylindrical-coordinate representation of color #F91371: hue angle of 335.48º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91371 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 113 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.02 |
| HSL | 335.48º | 0.95% | 0.53% | - |
| HSV(B) | 335.48º | 0.92% | 0.98% | - |
| XYZ | 42.28 | 21.8 | 17.6 | - |
| YUV | 98.49 | 136.2 | 235.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 113 | 0 | 0.92 | 0.55 | 0.02 | 335.48 | 0.95 | 0.53 |
| Hex | F9 | 13 | 71 | 0 | 5C | 37 | 2 | 14F | 5F | 35 |
| Octal | 371 | 23 | 161 | 0 | 134 | 67 | 2 | 517 | 137 | 65 |
| Binary | 11111001 | 10011 | 1110001 | 0 | 1011100 | 110111 | 10 | 101001111 | 1011111 | 110101 |
Color Harmonies of #F91371
Complementary color
Monochromatic Colors of #F91371
Black with #F91371
Text Example
Text Example
White with #F91371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91371; }
p { color: rgb(249,19,113); }
H1.HeaderClassName
{
color: #F91371;
}
.AnyTagClassName
{
color: #F91371;
}
</style>
background-color css
<style>
a { background-color: #F91371; }
a { background-color: rgb(249,19,113); }
div.DivClassName
{
background-color: #F91371;
}
.BgClassName
{
background-color: #F91371;
}
</style>
border-color css
<style>
span { border-color: #F91371; }
span { border-color: rgb(249,19,113); }
td.TdClassName
{
border-color: #F91371;
}
.TagClassName
{
border-color: #F91371;
}
</style>