Shades of Ruby #F91B6C
Tints of Ruby #F91B6C
RGB
CMYK
RGB Variations
Color information
#F91B6C (or 0xF91B6C) is known color: Ruby. HEX triplet: F9, 1B and 6C. RGB value is (249,27,108). Sum of RGB (Red+Green+Blue) = 249+27+108=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91B6C is #06E493. Grayscale: #666666. Windows color (decimal): -451732 or 7085049. OLE color: 7085049.
HSL color Cylindrical-coordinate representation of color #F91B6C: hue angle of 338.11º 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 #F91B6C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 108 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.02 |
| HSL | 338.11º | 0.95% | 0.54% | - |
| HSV(B) | 338.11º | 0.89% | 0.98% | - |
| XYZ | 42.17 | 22.01 | 16.21 | - |
| YUV | 102.61 | 131.05 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 108 | 0 | 0.89 | 0.57 | 0.02 | 338.11 | 0.95 | 0.54 |
| Hex | F9 | 1B | 6C | 0 | 59 | 39 | 2 | 152 | 5F | 36 |
| Octal | 371 | 33 | 154 | 0 | 131 | 71 | 2 | 522 | 137 | 66 |
| Binary | 11111001 | 11011 | 1101100 | 0 | 1011001 | 111001 | 10 | 101010010 | 1011111 | 110110 |
Color Harmonies of #F91B6C
Complementary color
Monochromatic Colors of #F91B6C
Black with #F91B6C
Text Example
Text Example
White with #F91B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91B6C; }
p { color: rgb(249,27,108); }
H1.HeaderClassName
{
color: #F91B6C;
}
.AnyTagClassName
{
color: #F91B6C;
}
</style>
background-color css
<style>
a { background-color: #F91B6C; }
a { background-color: rgb(249,27,108); }
div.DivClassName
{
background-color: #F91B6C;
}
.BgClassName
{
background-color: #F91B6C;
}
</style>
border-color css
<style>
span { border-color: #F91B6C; }
span { border-color: rgb(249,27,108); }
td.TdClassName
{
border-color: #F91B6C;
}
.TagClassName
{
border-color: #F91B6C;
}
</style>