Shades of Ruby #F11D72
Tints of Ruby #F11D72
RGB
CMYK
RGB Variations
Color information
#F11D72 (or 0xF11D72) is known color: Ruby. HEX triplet: F1, 1D and 72. RGB value is (241,29,114). Sum of RGB (Red+Green+Blue) = 241+29+114=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11D72 is #0EE28D. Grayscale: #656565. Windows color (decimal): -975502 or 7478769. OLE color: 7478769.
HSL color Cylindrical-coordinate representation of color #F11D72: hue angle of 335.94º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11D72 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 114 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.05 |
| HSL | 335.94º | 0.88% | 0.53% | - |
| HSV(B) | 335.94º | 0.88% | 0.95% | - |
| XYZ | 39.75 | 20.79 | 17.84 | - |
| YUV | 102.08 | 134.74 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 114 | 0 | 0.88 | 0.53 | 0.05 | 335.94 | 0.88 | 0.53 |
| Hex | F1 | 1D | 72 | 0 | 58 | 35 | 5 | 150 | 58 | 35 |
| Octal | 361 | 35 | 162 | 0 | 130 | 65 | 5 | 520 | 130 | 65 |
| Binary | 11110001 | 11101 | 1110010 | 0 | 1011000 | 110101 | 101 | 101010000 | 1011000 | 110101 |
Color Harmonies of #F11D72
Complementary color
Monochromatic Colors of #F11D72
Black with #F11D72
Text Example
Text Example
White with #F11D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D72; }
p { color: rgb(241,29,114); }
H1.HeaderClassName
{
color: #F11D72;
}
.AnyTagClassName
{
color: #F11D72;
}
</style>
background-color css
<style>
a { background-color: #F11D72; }
a { background-color: rgb(241,29,114); }
div.DivClassName
{
background-color: #F11D72;
}
.BgClassName
{
background-color: #F11D72;
}
</style>
border-color css
<style>
span { border-color: #F11D72; }
span { border-color: rgb(241,29,114); }
td.TdClassName
{
border-color: #F11D72;
}
.TagClassName
{
border-color: #F11D72;
}
</style>