Shades of Ruby #F91772
Tints of Ruby #F91772
RGB
CMYK
RGB Variations
Color information
#F91772 (or 0xF91772) is known color: Ruby. HEX triplet: F9, 17 and 72. RGB value is (249,23,114). Sum of RGB (Red+Green+Blue) = 249+23+114=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F91772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91772 is #06E88D. Grayscale: #646464. Windows color (decimal): -452750 or 7477241. OLE color: 7477241.
HSL color Cylindrical-coordinate representation of color #F91772: hue angle of 335.84º 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 #F91772 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 114 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.02 |
| HSL | 335.84º | 0.95% | 0.53% | - |
| HSV(B) | 335.84º | 0.91% | 0.98% | - |
| XYZ | 42.41 | 21.97 | 17.92 | - |
| YUV | 100.95 | 135.37 | 233.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 114 | 0 | 0.91 | 0.54 | 0.02 | 335.84 | 0.95 | 0.53 |
| Hex | F9 | 17 | 72 | 0 | 5B | 36 | 2 | 150 | 5F | 35 |
| Octal | 371 | 27 | 162 | 0 | 133 | 66 | 2 | 520 | 137 | 65 |
| Binary | 11111001 | 10111 | 1110010 | 0 | 1011011 | 110110 | 10 | 101010000 | 1011111 | 110101 |
Color Harmonies of #F91772
Complementary color
Monochromatic Colors of #F91772
Black with #F91772
Text Example
Text Example
White with #F91772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91772; }
p { color: rgb(249,23,114); }
H1.HeaderClassName
{
color: #F91772;
}
.AnyTagClassName
{
color: #F91772;
}
</style>
background-color css
<style>
a { background-color: #F91772; }
a { background-color: rgb(249,23,114); }
div.DivClassName
{
background-color: #F91772;
}
.BgClassName
{
background-color: #F91772;
}
</style>
border-color css
<style>
span { border-color: #F91772; }
span { border-color: rgb(249,23,114); }
td.TdClassName
{
border-color: #F91772;
}
.TagClassName
{
border-color: #F91772;
}
</style>