Shades of Ruby #F11274
Tints of Ruby #F11274
RGB
CMYK
RGB Variations
Color information
#F11274 (or 0xF11274) is known color: Ruby. HEX triplet: F1, 12 and 74. RGB value is (241,18,116). Sum of RGB (Red+Green+Blue) = 241+18+116=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F11274 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11274 is #0EED8B. Grayscale: #5F5F5F. Windows color (decimal): -978316 or 7607025. OLE color: 7607025.
HSL color Cylindrical-coordinate representation of color #F11274: hue angle of 333.63º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11274 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 116 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.05 |
| HSL | 333.63º | 0.89% | 0.51% | - |
| HSV(B) | 333.63º | 0.93% | 0.95% | - |
| XYZ | 39.64 | 20.39 | 18.37 | - |
| YUV | 95.85 | 139.38 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 116 | 0 | 0.93 | 0.52 | 0.05 | 333.63 | 0.89 | 0.51 |
| Hex | F1 | 12 | 74 | 0 | 5D | 34 | 5 | 14E | 59 | 33 |
| Octal | 361 | 22 | 164 | 0 | 135 | 64 | 5 | 516 | 131 | 63 |
| Binary | 11110001 | 10010 | 1110100 | 0 | 1011101 | 110100 | 101 | 101001110 | 1011001 | 110011 |
Color Harmonies of #F11274
Complementary color
Monochromatic Colors of #F11274
Black with #F11274
Text Example
Text Example
White with #F11274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11274; }
p { color: rgb(241,18,116); }
H1.HeaderClassName
{
color: #F11274;
}
.AnyTagClassName
{
color: #F11274;
}
</style>
background-color css
<style>
a { background-color: #F11274; }
a { background-color: rgb(241,18,116); }
div.DivClassName
{
background-color: #F11274;
}
.BgClassName
{
background-color: #F11274;
}
</style>
border-color css
<style>
span { border-color: #F11274; }
span { border-color: rgb(241,18,116); }
td.TdClassName
{
border-color: #F11274;
}
.TagClassName
{
border-color: #F11274;
}
</style>