Shades of Ruby #F31E6D
Tints of Ruby #F31E6D
RGB
CMYK
RGB Variations
Color information
#F31E6D (or 0xF31E6D) is known color: Ruby. HEX triplet: F3, 1E and 6D. RGB value is (243,30,109). Sum of RGB (Red+Green+Blue) = 243+30+109=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E6D is #0CE192. Grayscale: #666666. Windows color (decimal): -844179 or 7151347. OLE color: 7151347.
HSL color Cylindrical-coordinate representation of color #F31E6D: hue angle of 337.75º 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 #F31E6D is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 109 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.05 |
| HSL | 337.75º | 0.9% | 0.54% | - |
| HSV(B) | 337.75º | 0.88% | 0.95% | - |
| XYZ | 40.19 | 21.09 | 16.42 | - |
| YUV | 102.69 | 131.57 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 109 | 0 | 0.88 | 0.55 | 0.05 | 337.75 | 0.9 | 0.54 |
| Hex | F3 | 1E | 6D | 0 | 58 | 37 | 5 | 152 | 5A | 36 |
| Octal | 363 | 36 | 155 | 0 | 130 | 67 | 5 | 522 | 132 | 66 |
| Binary | 11110011 | 11110 | 1101101 | 0 | 1011000 | 110111 | 101 | 101010010 | 1011010 | 110110 |
Color Harmonies of #F31E6D
Complementary color
Monochromatic Colors of #F31E6D
Black with #F31E6D
Text Example
Text Example
White with #F31E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E6D; }
p { color: rgb(243,30,109); }
H1.HeaderClassName
{
color: #F31E6D;
}
.AnyTagClassName
{
color: #F31E6D;
}
</style>
background-color css
<style>
a { background-color: #F31E6D; }
a { background-color: rgb(243,30,109); }
div.DivClassName
{
background-color: #F31E6D;
}
.BgClassName
{
background-color: #F31E6D;
}
</style>
border-color css
<style>
span { border-color: #F31E6D; }
span { border-color: rgb(243,30,109); }
td.TdClassName
{
border-color: #F31E6D;
}
.TagClassName
{
border-color: #F31E6D;
}
</style>