Shades of Ruby #F91774
Tints of Ruby #F91774
RGB
CMYK
RGB Variations
Color information
#F91774 (or 0xF91774) is known color: Ruby. HEX triplet: F9, 17 and 74. RGB value is (249,23,116). Sum of RGB (Red+Green+Blue) = 249+23+116=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F91774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91774 is #06E88B. Grayscale: #656565. Windows color (decimal): -452748 or 7608313. OLE color: 7608313.
HSL color Cylindrical-coordinate representation of color #F91774: hue angle of 335.31º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91774 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 116 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.02 |
| HSL | 335.31º | 0.95% | 0.53% | - |
| HSV(B) | 335.31º | 0.91% | 0.98% | - |
| XYZ | 42.53 | 22.01 | 18.53 | - |
| YUV | 101.18 | 136.37 | 233.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 116 | 0 | 0.91 | 0.53 | 0.02 | 335.31 | 0.95 | 0.53 |
| Hex | F9 | 17 | 74 | 0 | 5B | 35 | 2 | 14F | 5F | 35 |
| Octal | 371 | 27 | 164 | 0 | 133 | 65 | 2 | 517 | 137 | 65 |
| Binary | 11111001 | 10111 | 1110100 | 0 | 1011011 | 110101 | 10 | 101001111 | 1011111 | 110101 |
Color Harmonies of #F91774
Complementary color
Monochromatic Colors of #F91774
Black with #F91774
Text Example
Text Example
White with #F91774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91774; }
p { color: rgb(249,23,116); }
H1.HeaderClassName
{
color: #F91774;
}
.AnyTagClassName
{
color: #F91774;
}
</style>
background-color css
<style>
a { background-color: #F91774; }
a { background-color: rgb(249,23,116); }
div.DivClassName
{
background-color: #F91774;
}
.BgClassName
{
background-color: #F91774;
}
</style>
border-color css
<style>
span { border-color: #F91774; }
span { border-color: rgb(249,23,116); }
td.TdClassName
{
border-color: #F91774;
}
.TagClassName
{
border-color: #F91774;
}
</style>