Shades of Ruby #F91568
Tints of Ruby #F91568
RGB
CMYK
RGB Variations
Color information
#F91568 (or 0xF91568) is known color: Ruby. HEX triplet: F9, 15 and 68. RGB value is (249,21,104). Sum of RGB (Red+Green+Blue) = 249+21+104=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F91568 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91568 is #06EA97. Grayscale: #626262. Windows color (decimal): -453272 or 6821369. OLE color: 6821369.
HSL color Cylindrical-coordinate representation of color #F91568: hue angle of 338.16º 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 #F91568 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 104 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.02 |
| HSL | 338.16º | 0.95% | 0.53% | - |
| HSV(B) | 338.16º | 0.92% | 0.98% | - |
| XYZ | 41.83 | 21.68 | 15.08 | - |
| YUV | 98.63 | 131.04 | 235.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 104 | 0 | 0.92 | 0.58 | 0.02 | 338.16 | 0.95 | 0.53 |
| Hex | F9 | 15 | 68 | 0 | 5C | 3A | 2 | 152 | 5F | 35 |
| Octal | 371 | 25 | 150 | 0 | 134 | 72 | 2 | 522 | 137 | 65 |
| Binary | 11111001 | 10101 | 1101000 | 0 | 1011100 | 111010 | 10 | 101010010 | 1011111 | 110101 |
Color Harmonies of #F91568
Complementary color
Monochromatic Colors of #F91568
Black with #F91568
Text Example
Text Example
White with #F91568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91568; }
p { color: rgb(249,21,104); }
H1.HeaderClassName
{
color: #F91568;
}
.AnyTagClassName
{
color: #F91568;
}
</style>
background-color css
<style>
a { background-color: #F91568; }
a { background-color: rgb(249,21,104); }
div.DivClassName
{
background-color: #F91568;
}
.BgClassName
{
background-color: #F91568;
}
</style>
border-color css
<style>
span { border-color: #F91568; }
span { border-color: rgb(249,21,104); }
td.TdClassName
{
border-color: #F91568;
}
.TagClassName
{
border-color: #F91568;
}
</style>