Shades of Ruby #F11871
Tints of Ruby #F11871
RGB
CMYK
RGB Variations
Color information
#F11871 (or 0xF11871) is known color: Ruby. HEX triplet: F1, 18 and 71. RGB value is (241,24,113). Sum of RGB (Red+Green+Blue) = 241+24+113=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F11871 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11871 is #0EE78E. Grayscale: #626262. Windows color (decimal): -976783 or 7411953. OLE color: 7411953.
HSL color Cylindrical-coordinate representation of color #F11871: hue angle of 335.39º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11871 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 113 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.05 |
| HSL | 335.39º | 0.89% | 0.52% | - |
| HSV(B) | 335.39º | 0.9% | 0.95% | - |
| XYZ | 39.58 | 20.55 | 17.5 | - |
| YUV | 99.03 | 135.89 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 113 | 0 | 0.90 | 0.53 | 0.05 | 335.39 | 0.89 | 0.52 |
| Hex | F1 | 18 | 71 | 0 | 5A | 35 | 5 | 14F | 59 | 34 |
| Octal | 361 | 30 | 161 | 0 | 132 | 65 | 5 | 517 | 131 | 64 |
| Binary | 11110001 | 11000 | 1110001 | 0 | 1011010 | 110101 | 101 | 101001111 | 1011001 | 110100 |
Color Harmonies of #F11871
Complementary color
Monochromatic Colors of #F11871
Black with #F11871
Text Example
Text Example
White with #F11871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11871; }
p { color: rgb(241,24,113); }
H1.HeaderClassName
{
color: #F11871;
}
.AnyTagClassName
{
color: #F11871;
}
</style>
background-color css
<style>
a { background-color: #F11871; }
a { background-color: rgb(241,24,113); }
div.DivClassName
{
background-color: #F11871;
}
.BgClassName
{
background-color: #F11871;
}
</style>
border-color css
<style>
span { border-color: #F11871; }
span { border-color: rgb(241,24,113); }
td.TdClassName
{
border-color: #F11871;
}
.TagClassName
{
border-color: #F11871;
}
</style>