Shades of Ruby #F91A69
Tints of Ruby #F91A69
RGB
CMYK
RGB Variations
Color information
#F91A69 (or 0xF91A69) is known color: Ruby. HEX triplet: F9, 1A and 69. RGB value is (249,26,105). Sum of RGB (Red+Green+Blue) = 249+26+105=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91A69 is #06E596. Grayscale: #656565. Windows color (decimal): -451991 or 6888185. OLE color: 6888185.
HSL color Cylindrical-coordinate representation of color #F91A69: hue angle of 338.74º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91A69 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 105 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.02 |
| HSL | 338.74º | 0.95% | 0.54% | - |
| HSV(B) | 338.74º | 0.9% | 0.98% | - |
| XYZ | 41.99 | 21.9 | 15.38 | - |
| YUV | 101.68 | 129.88 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 105 | 0 | 0.90 | 0.58 | 0.02 | 338.74 | 0.95 | 0.54 |
| Hex | F9 | 1A | 69 | 0 | 5A | 3A | 2 | 153 | 5F | 36 |
| Octal | 371 | 32 | 151 | 0 | 132 | 72 | 2 | 523 | 137 | 66 |
| Binary | 11111001 | 11010 | 1101001 | 0 | 1011010 | 111010 | 10 | 101010011 | 1011111 | 110110 |
Color Harmonies of #F91A69
Complementary color
Monochromatic Colors of #F91A69
Black with #F91A69
Text Example
Text Example
White with #F91A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A69; }
p { color: rgb(249,26,105); }
H1.HeaderClassName
{
color: #F91A69;
}
.AnyTagClassName
{
color: #F91A69;
}
</style>
background-color css
<style>
a { background-color: #F91A69; }
a { background-color: rgb(249,26,105); }
div.DivClassName
{
background-color: #F91A69;
}
.BgClassName
{
background-color: #F91A69;
}
</style>
border-color css
<style>
span { border-color: #F91A69; }
span { border-color: rgb(249,26,105); }
td.TdClassName
{
border-color: #F91A69;
}
.TagClassName
{
border-color: #F91A69;
}
</style>