Shades of Ruby #F11F67
Tints of Ruby #F11F67
RGB
CMYK
RGB Variations
Color information
#F11F67 (or 0xF11F67) is known color: Ruby. HEX triplet: F1, 1F and 67. RGB value is (241,31,103). Sum of RGB (Red+Green+Blue) = 241+31+103=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11F67 is #0EE098. Grayscale: #656565. Windows color (decimal): -975001 or 6758385. OLE color: 6758385.
HSL color Cylindrical-coordinate representation of color #F11F67: hue angle of 339.43º 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 #F11F67 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 31 | 103 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.05 |
| HSL | 339.43º | 0.88% | 0.53% | - |
| HSV(B) | 339.43º | 0.87% | 0.95% | - |
| XYZ | 39.21 | 20.66 | 14.75 | - |
| YUV | 102 | 128.57 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 31 | 103 | 0 | 0.87 | 0.57 | 0.05 | 339.43 | 0.88 | 0.53 |
| Hex | F1 | 1F | 67 | 0 | 57 | 39 | 5 | 153 | 58 | 35 |
| Octal | 361 | 37 | 147 | 0 | 127 | 71 | 5 | 523 | 130 | 65 |
| Binary | 11110001 | 11111 | 1100111 | 0 | 1010111 | 111001 | 101 | 101010011 | 1011000 | 110101 |
Color Harmonies of #F11F67
Complementary color
Monochromatic Colors of #F11F67
Black with #F11F67
Text Example
Text Example
White with #F11F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11F67; }
p { color: rgb(241,31,103); }
H1.HeaderClassName
{
color: #F11F67;
}
.AnyTagClassName
{
color: #F11F67;
}
</style>
background-color css
<style>
a { background-color: #F11F67; }
a { background-color: rgb(241,31,103); }
div.DivClassName
{
background-color: #F11F67;
}
.BgClassName
{
background-color: #F11F67;
}
</style>
border-color css
<style>
span { border-color: #F11F67; }
span { border-color: rgb(241,31,103); }
td.TdClassName
{
border-color: #F11F67;
}
.TagClassName
{
border-color: #F11F67;
}
</style>