Shades of Ruby #F01B64
Tints of Ruby #F01B64
RGB
CMYK
RGB Variations
Color information
#F01B64 (or 0xF01B64) is known color: Ruby. HEX triplet: F0, 1B and 64. RGB value is (240,27,100). Sum of RGB (Red+Green+Blue) = 240+27+100=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01B64 is #0FE49B. Grayscale: #626262. Windows color (decimal): -1041564 or 6560752. OLE color: 6560752.
HSL color Cylindrical-coordinate representation of color #F01B64: hue angle of 339.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01B64 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 100 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.06 |
| HSL | 339.44º | 0.88% | 0.52% | - |
| HSV(B) | 339.44º | 0.89% | 0.94% | - |
| XYZ | 38.63 | 20.23 | 13.93 | - |
| YUV | 99.01 | 128.57 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 100 | 0 | 0.89 | 0.58 | 0.06 | 339.44 | 0.88 | 0.52 |
| Hex | F0 | 1B | 64 | 0 | 59 | 3A | 6 | 153 | 58 | 34 |
| Octal | 360 | 33 | 144 | 0 | 131 | 72 | 6 | 523 | 130 | 64 |
| Binary | 11110000 | 11011 | 1100100 | 0 | 1011001 | 111010 | 110 | 101010011 | 1011000 | 110100 |
Color Harmonies of #F01B64
Complementary color
Monochromatic Colors of #F01B64
Black with #F01B64
Text Example
Text Example
White with #F01B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01B64; }
p { color: rgb(240,27,100); }
H1.HeaderClassName
{
color: #F01B64;
}
.AnyTagClassName
{
color: #F01B64;
}
</style>
background-color css
<style>
a { background-color: #F01B64; }
a { background-color: rgb(240,27,100); }
div.DivClassName
{
background-color: #F01B64;
}
.BgClassName
{
background-color: #F01B64;
}
</style>
border-color css
<style>
span { border-color: #F01B64; }
span { border-color: rgb(240,27,100); }
td.TdClassName
{
border-color: #F01B64;
}
.TagClassName
{
border-color: #F01B64;
}
</style>