Shades of Ruby #F11F64
Tints of Ruby #F11F64
RGB
CMYK
RGB Variations
Color information
#F11F64 (or 0xF11F64) is known color: Ruby. HEX triplet: F1, 1F and 64. RGB value is (241,31,100). Sum of RGB (Red+Green+Blue) = 241+31+100=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11F64 is #0EE09B. Grayscale: #656565. Windows color (decimal): -975004 or 6561777. OLE color: 6561777.
HSL color Cylindrical-coordinate representation of color #F11F64: hue angle of 340.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F11F64 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 31 | 100 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.05 |
| HSL | 340.29º | 0.88% | 0.53% | - |
| HSV(B) | 340.29º | 0.87% | 0.95% | - |
| XYZ | 39.07 | 20.6 | 13.97 | - |
| YUV | 101.66 | 127.07 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 31 | 100 | 0 | 0.87 | 0.59 | 0.05 | 340.29 | 0.88 | 0.53 |
| Hex | F1 | 1F | 64 | 0 | 57 | 3B | 5 | 154 | 58 | 35 |
| Octal | 361 | 37 | 144 | 0 | 127 | 73 | 5 | 524 | 130 | 65 |
| Binary | 11110001 | 11111 | 1100100 | 0 | 1010111 | 111011 | 101 | 101010100 | 1011000 | 110101 |
Color Harmonies of #F11F64
Complementary color
Monochromatic Colors of #F11F64
Black with #F11F64
Text Example
Text Example
White with #F11F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11F64; }
p { color: rgb(241,31,100); }
H1.HeaderClassName
{
color: #F11F64;
}
.AnyTagClassName
{
color: #F11F64;
}
</style>
background-color css
<style>
a { background-color: #F11F64; }
a { background-color: rgb(241,31,100); }
div.DivClassName
{
background-color: #F11F64;
}
.BgClassName
{
background-color: #F11F64;
}
</style>
border-color css
<style>
span { border-color: #F11F64; }
span { border-color: rgb(241,31,100); }
td.TdClassName
{
border-color: #F11F64;
}
.TagClassName
{
border-color: #F11F64;
}
</style>