Shades of Ruby #F12063
Tints of Ruby #F12063
RGB
CMYK
RGB Variations
Color information
#F12063 (or 0xF12063) is known color: Ruby. HEX triplet: F1, 20 and 63. RGB value is (241,32,99). Sum of RGB (Red+Green+Blue) = 241+32+99=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F12063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12063 is #0EDF9C. Grayscale: #666666. Windows color (decimal): -974749 or 6496497. OLE color: 6496497.
HSL color Cylindrical-coordinate representation of color #F12063: hue angle of 340.77º 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 #F12063 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 99 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.05 |
| HSL | 340.77º | 0.88% | 0.54% | - |
| HSV(B) | 340.77º | 0.87% | 0.95% | - |
| XYZ | 39.04 | 20.63 | 13.73 | - |
| YUV | 102.13 | 126.24 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 99 | 0 | 0.87 | 0.59 | 0.05 | 340.77 | 0.88 | 0.54 |
| Hex | F1 | 20 | 63 | 0 | 57 | 3B | 5 | 155 | 58 | 36 |
| Octal | 361 | 40 | 143 | 0 | 127 | 73 | 5 | 525 | 130 | 66 |
| Binary | 11110001 | 100000 | 1100011 | 0 | 1010111 | 111011 | 101 | 101010101 | 1011000 | 110110 |
Color Harmonies of #F12063
Complementary color
Monochromatic Colors of #F12063
Black with #F12063
Text Example
Text Example
White with #F12063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12063; }
p { color: rgb(241,32,99); }
H1.HeaderClassName
{
color: #F12063;
}
.AnyTagClassName
{
color: #F12063;
}
</style>
background-color css
<style>
a { background-color: #F12063; }
a { background-color: rgb(241,32,99); }
div.DivClassName
{
background-color: #F12063;
}
.BgClassName
{
background-color: #F12063;
}
</style>
border-color css
<style>
span { border-color: #F12063; }
span { border-color: rgb(241,32,99); }
td.TdClassName
{
border-color: #F12063;
}
.TagClassName
{
border-color: #F12063;
}
</style>