Shades of Ruby #F91C63
Tints of Ruby #F91C63
RGB
CMYK
RGB Variations
Color information
#F91C63 (or 0xF91C63) is known color: Ruby. HEX triplet: F9, 1C and 63. RGB value is (249,28,99). Sum of RGB (Red+Green+Blue) = 249+28+99=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91C63 is #06E39C. Grayscale: #666666. Windows color (decimal): -451485 or 6495481. OLE color: 6495481.
HSL color Cylindrical-coordinate representation of color #F91C63: hue angle of 340.72º 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 #F91C63 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 99 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.02 |
| HSL | 340.72º | 0.95% | 0.54% | - |
| HSV(B) | 340.72º | 0.89% | 0.98% | - |
| XYZ | 41.73 | 21.87 | 13.83 | - |
| YUV | 102.17 | 126.22 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 99 | 0 | 0.89 | 0.60 | 0.02 | 340.72 | 0.95 | 0.54 |
| Hex | F9 | 1C | 63 | 0 | 59 | 3C | 2 | 155 | 5F | 36 |
| Octal | 371 | 34 | 143 | 0 | 131 | 74 | 2 | 525 | 137 | 66 |
| Binary | 11111001 | 11100 | 1100011 | 0 | 1011001 | 111100 | 10 | 101010101 | 1011111 | 110110 |
Color Harmonies of #F91C63
Complementary color
Monochromatic Colors of #F91C63
Black with #F91C63
Text Example
Text Example
White with #F91C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C63; }
p { color: rgb(249,28,99); }
H1.HeaderClassName
{
color: #F91C63;
}
.AnyTagClassName
{
color: #F91C63;
}
</style>
background-color css
<style>
a { background-color: #F91C63; }
a { background-color: rgb(249,28,99); }
div.DivClassName
{
background-color: #F91C63;
}
.BgClassName
{
background-color: #F91C63;
}
</style>
border-color css
<style>
span { border-color: #F91C63; }
span { border-color: rgb(249,28,99); }
td.TdClassName
{
border-color: #F91C63;
}
.TagClassName
{
border-color: #F91C63;
}
</style>