Shades of Ruby #F12065
Tints of Ruby #F12065
RGB
CMYK
RGB Variations
Color information
#F12065 (or 0xF12065) is known color: Ruby. HEX triplet: F1, 20 and 65. RGB value is (241,32,101). Sum of RGB (Red+Green+Blue) = 241+32+101=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F12065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12065 is #0EDF9A. Grayscale: #666666. Windows color (decimal): -974747 or 6627569. OLE color: 6627569.
HSL color Cylindrical-coordinate representation of color #F12065: hue angle of 340.19º 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 #F12065 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 101 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.05 |
| HSL | 340.19º | 0.88% | 0.54% | - |
| HSV(B) | 340.19º | 0.87% | 0.95% | - |
| XYZ | 39.14 | 20.67 | 14.24 | - |
| YUV | 102.36 | 127.24 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 101 | 0 | 0.87 | 0.58 | 0.05 | 340.19 | 0.88 | 0.54 |
| Hex | F1 | 20 | 65 | 0 | 57 | 3A | 5 | 154 | 58 | 36 |
| Octal | 361 | 40 | 145 | 0 | 127 | 72 | 5 | 524 | 130 | 66 |
| Binary | 11110001 | 100000 | 1100101 | 0 | 1010111 | 111010 | 101 | 101010100 | 1011000 | 110110 |
Color Harmonies of #F12065
Complementary color
Monochromatic Colors of #F12065
Black with #F12065
Text Example
Text Example
White with #F12065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12065; }
p { color: rgb(241,32,101); }
H1.HeaderClassName
{
color: #F12065;
}
.AnyTagClassName
{
color: #F12065;
}
</style>
background-color css
<style>
a { background-color: #F12065; }
a { background-color: rgb(241,32,101); }
div.DivClassName
{
background-color: #F12065;
}
.BgClassName
{
background-color: #F12065;
}
</style>
border-color css
<style>
span { border-color: #F12065; }
span { border-color: rgb(241,32,101); }
td.TdClassName
{
border-color: #F12065;
}
.TagClassName
{
border-color: #F12065;
}
</style>