Shades of Ruby #F31964
Tints of Ruby #F31964
RGB
CMYK
RGB Variations
Color information
#F31964 (or 0xF31964) is known color: Ruby. HEX triplet: F3, 19 and 64. RGB value is (243,25,100). Sum of RGB (Red+Green+Blue) = 243+25+100=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F31964 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31964 is #0CE69B. Grayscale: #626262. Windows color (decimal): -845468 or 6560243. OLE color: 6560243.
HSL color Cylindrical-coordinate representation of color #F31964: hue angle of 339.36º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31964 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 100 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.05 |
| HSL | 339.36º | 0.9% | 0.53% | - |
| HSV(B) | 339.36º | 0.9% | 0.95% | - |
| XYZ | 39.61 | 20.67 | 13.96 | - |
| YUV | 98.73 | 128.72 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 100 | 0 | 0.90 | 0.59 | 0.05 | 339.36 | 0.9 | 0.53 |
| Hex | F3 | 19 | 64 | 0 | 5A | 3B | 5 | 153 | 5A | 35 |
| Octal | 363 | 31 | 144 | 0 | 132 | 73 | 5 | 523 | 132 | 65 |
| Binary | 11110011 | 11001 | 1100100 | 0 | 1011010 | 111011 | 101 | 101010011 | 1011010 | 110101 |
Color Harmonies of #F31964
Complementary color
Monochromatic Colors of #F31964
Black with #F31964
Text Example
Text Example
White with #F31964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31964; }
p { color: rgb(243,25,100); }
H1.HeaderClassName
{
color: #F31964;
}
.AnyTagClassName
{
color: #F31964;
}
</style>
background-color css
<style>
a { background-color: #F31964; }
a { background-color: rgb(243,25,100); }
div.DivClassName
{
background-color: #F31964;
}
.BgClassName
{
background-color: #F31964;
}
</style>
border-color css
<style>
span { border-color: #F31964; }
span { border-color: rgb(243,25,100); }
td.TdClassName
{
border-color: #F31964;
}
.TagClassName
{
border-color: #F31964;
}
</style>