Shades of Ruby #F12076
Tints of Ruby #F12076
RGB
CMYK
RGB Variations
Color information
#F12076 (or 0xF12076) is known color: Ruby. HEX triplet: F1, 20 and 76. RGB value is (241,32,118). Sum of RGB (Red+Green+Blue) = 241+32+118=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F12076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12076 is #0EDF89. Grayscale: #686868. Windows color (decimal): -974730 or 7741681. OLE color: 7741681.
HSL color Cylindrical-coordinate representation of color #F12076: hue angle of 335.31º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12076 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 118 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.05 |
| HSL | 335.31º | 0.88% | 0.54% | - |
| HSV(B) | 335.31º | 0.87% | 0.95% | - |
| XYZ | 40.06 | 21.04 | 19.09 | - |
| YUV | 104.3 | 135.74 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 118 | 0 | 0.87 | 0.51 | 0.05 | 335.31 | 0.88 | 0.54 |
| Hex | F1 | 20 | 76 | 0 | 57 | 33 | 5 | 14F | 58 | 36 |
| Octal | 361 | 40 | 166 | 0 | 127 | 63 | 5 | 517 | 130 | 66 |
| Binary | 11110001 | 100000 | 1110110 | 0 | 1010111 | 110011 | 101 | 101001111 | 1011000 | 110110 |
Color Harmonies of #F12076
Complementary color
Monochromatic Colors of #F12076
Black with #F12076
Text Example
Text Example
White with #F12076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12076; }
p { color: rgb(241,32,118); }
H1.HeaderClassName
{
color: #F12076;
}
.AnyTagClassName
{
color: #F12076;
}
</style>
background-color css
<style>
a { background-color: #F12076; }
a { background-color: rgb(241,32,118); }
div.DivClassName
{
background-color: #F12076;
}
.BgClassName
{
background-color: #F12076;
}
</style>
border-color css
<style>
span { border-color: #F12076; }
span { border-color: rgb(241,32,118); }
td.TdClassName
{
border-color: #F12076;
}
.TagClassName
{
border-color: #F12076;
}
</style>