Shades of Ruby #F91D6B
Tints of Ruby #F91D6B
RGB
CMYK
RGB Variations
Color information
#F91D6B (or 0xF91D6B) is known color: Ruby. HEX triplet: F9, 1D and 6B. RGB value is (249,29,107). Sum of RGB (Red+Green+Blue) = 249+29+107=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91D6B is #06E294. Grayscale: #676767. Windows color (decimal): -451221 or 7020025. OLE color: 7020025.
HSL color Cylindrical-coordinate representation of color #F91D6B: hue angle of 338.73º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91D6B is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 107 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.02 |
| HSL | 338.73º | 0.95% | 0.55% | - |
| HSV(B) | 338.73º | 0.88% | 0.98% | - |
| XYZ | 42.16 | 22.08 | 15.95 | - |
| YUV | 103.67 | 129.89 | 231.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 107 | 0 | 0.88 | 0.57 | 0.02 | 338.73 | 0.95 | 0.55 |
| Hex | F9 | 1D | 6B | 0 | 58 | 39 | 2 | 153 | 5F | 37 |
| Octal | 371 | 35 | 153 | 0 | 130 | 71 | 2 | 523 | 137 | 67 |
| Binary | 11111001 | 11101 | 1101011 | 0 | 1011000 | 111001 | 10 | 101010011 | 1011111 | 110111 |
Color Harmonies of #F91D6B
Complementary color
Monochromatic Colors of #F91D6B
Black with #F91D6B
Text Example
Text Example
White with #F91D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D6B; }
p { color: rgb(249,29,107); }
H1.HeaderClassName
{
color: #F91D6B;
}
.AnyTagClassName
{
color: #F91D6B;
}
</style>
background-color css
<style>
a { background-color: #F91D6B; }
a { background-color: rgb(249,29,107); }
div.DivClassName
{
background-color: #F91D6B;
}
.BgClassName
{
background-color: #F91D6B;
}
</style>
border-color css
<style>
span { border-color: #F91D6B; }
span { border-color: rgb(249,29,107); }
td.TdClassName
{
border-color: #F91D6B;
}
.TagClassName
{
border-color: #F91D6B;
}
</style>