Shades of Ruby #F91471
Tints of Ruby #F91471
RGB
CMYK
RGB Variations
Color information
#F91471 (or 0xF91471) is known color: Ruby. HEX triplet: F9, 14 and 71. RGB value is (249,20,113). Sum of RGB (Red+Green+Blue) = 249+20+113=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F91471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91471 is #06EB8E. Grayscale: #626262. Windows color (decimal): -453519 or 7410937. OLE color: 7410937.
HSL color Cylindrical-coordinate representation of color #F91471: hue angle of 335.63º 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 #F91471 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 113 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.02 |
| HSL | 335.63º | 0.95% | 0.53% | - |
| HSV(B) | 335.63º | 0.92% | 0.98% | - |
| XYZ | 42.3 | 21.83 | 17.61 | - |
| YUV | 99.07 | 135.87 | 234.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 113 | 0 | 0.92 | 0.55 | 0.02 | 335.63 | 0.95 | 0.53 |
| Hex | F9 | 14 | 71 | 0 | 5C | 37 | 2 | 150 | 5F | 35 |
| Octal | 371 | 24 | 161 | 0 | 134 | 67 | 2 | 520 | 137 | 65 |
| Binary | 11111001 | 10100 | 1110001 | 0 | 1011100 | 110111 | 10 | 101010000 | 1011111 | 110101 |
Color Harmonies of #F91471
Complementary color
Monochromatic Colors of #F91471
Black with #F91471
Text Example
Text Example
White with #F91471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91471; }
p { color: rgb(249,20,113); }
H1.HeaderClassName
{
color: #F91471;
}
.AnyTagClassName
{
color: #F91471;
}
</style>
background-color css
<style>
a { background-color: #F91471; }
a { background-color: rgb(249,20,113); }
div.DivClassName
{
background-color: #F91471;
}
.BgClassName
{
background-color: #F91471;
}
</style>
border-color css
<style>
span { border-color: #F91471; }
span { border-color: rgb(249,20,113); }
td.TdClassName
{
border-color: #F91471;
}
.TagClassName
{
border-color: #F91471;
}
</style>