Shades of Ruby #F11B5C
Tints of Ruby #F11B5C
RGB
CMYK
RGB Variations
Color information
#F11B5C (or 0xF11B5C) is known color: Ruby. HEX triplet: F1, 1B and 5C. RGB value is (241,27,92). Sum of RGB (Red+Green+Blue) = 241+27+92=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11B5C is #0EE4A3. Grayscale: #626262. Windows color (decimal): -976036 or 6036465. OLE color: 6036465.
HSL color Cylindrical-coordinate representation of color #F11B5C: hue angle of 341.78º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11B5C is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 92 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.05 |
| HSL | 341.78º | 0.88% | 0.53% | - |
| HSV(B) | 341.78º | 0.89% | 0.95% | - |
| XYZ | 38.6 | 20.26 | 12 | - |
| YUV | 98.4 | 124.4 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 92 | 0 | 0.89 | 0.62 | 0.05 | 341.78 | 0.88 | 0.53 |
| Hex | F1 | 1B | 5C | 0 | 59 | 3E | 5 | 156 | 58 | 35 |
| Octal | 361 | 33 | 134 | 0 | 131 | 76 | 5 | 526 | 130 | 65 |
| Binary | 11110001 | 11011 | 1011100 | 0 | 1011001 | 111110 | 101 | 101010110 | 1011000 | 110101 |
Color Harmonies of #F11B5C
Complementary color
Monochromatic Colors of #F11B5C
Black with #F11B5C
Text Example
Text Example
White with #F11B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11B5C; }
p { color: rgb(241,27,92); }
H1.HeaderClassName
{
color: #F11B5C;
}
.AnyTagClassName
{
color: #F11B5C;
}
</style>
background-color css
<style>
a { background-color: #F11B5C; }
a { background-color: rgb(241,27,92); }
div.DivClassName
{
background-color: #F11B5C;
}
.BgClassName
{
background-color: #F11B5C;
}
</style>
border-color css
<style>
span { border-color: #F11B5C; }
span { border-color: rgb(241,27,92); }
td.TdClassName
{
border-color: #F11B5C;
}
.TagClassName
{
border-color: #F11B5C;
}
</style>