Shades of Ruby #F31E5E
Tints of Ruby #F31E5E
RGB
CMYK
RGB Variations
Color information
#F31E5E (or 0xF31E5E) is known color: Ruby. HEX triplet: F3, 1E and 5E. RGB value is (243,30,94). Sum of RGB (Red+Green+Blue) = 243+30+94=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E5E is #0CE1A1. Grayscale: #646464. Windows color (decimal): -844194 or 6168307. OLE color: 6168307.
HSL color Cylindrical-coordinate representation of color #F31E5E: hue angle of 341.97º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31E5E is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 94 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.05 |
| HSL | 341.97º | 0.9% | 0.54% | - |
| HSV(B) | 341.97º | 0.88% | 0.95% | - |
| XYZ | 39.45 | 20.79 | 12.52 | - |
| YUV | 100.98 | 124.07 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 94 | 0 | 0.88 | 0.61 | 0.05 | 341.97 | 0.9 | 0.54 |
| Hex | F3 | 1E | 5E | 0 | 58 | 3D | 5 | 156 | 5A | 36 |
| Octal | 363 | 36 | 136 | 0 | 130 | 75 | 5 | 526 | 132 | 66 |
| Binary | 11110011 | 11110 | 1011110 | 0 | 1011000 | 111101 | 101 | 101010110 | 1011010 | 110110 |
Color Harmonies of #F31E5E
Complementary color
Monochromatic Colors of #F31E5E
Black with #F31E5E
Text Example
Text Example
White with #F31E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E5E; }
p { color: rgb(243,30,94); }
H1.HeaderClassName
{
color: #F31E5E;
}
.AnyTagClassName
{
color: #F31E5E;
}
</style>
background-color css
<style>
a { background-color: #F31E5E; }
a { background-color: rgb(243,30,94); }
div.DivClassName
{
background-color: #F31E5E;
}
.BgClassName
{
background-color: #F31E5E;
}
</style>
border-color css
<style>
span { border-color: #F31E5E; }
span { border-color: rgb(243,30,94); }
td.TdClassName
{
border-color: #F31E5E;
}
.TagClassName
{
border-color: #F31E5E;
}
</style>