Shades of Ruby #F31E5D
Tints of Ruby #F31E5D
RGB
CMYK
RGB Variations
Color information
#F31E5D (or 0xF31E5D) is known color: Ruby. HEX triplet: F3, 1E and 5D. RGB value is (243,30,93). Sum of RGB (Red+Green+Blue) = 243+30+93=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E5D is #0CE1A2. Grayscale: #646464. Windows color (decimal): -844195 or 6102771. OLE color: 6102771.
HSL color Cylindrical-coordinate representation of color #F31E5D: hue angle of 342.25º 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 #F31E5D is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 93 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.05 |
| HSL | 342.25º | 0.9% | 0.54% | - |
| HSV(B) | 342.25º | 0.88% | 0.95% | - |
| XYZ | 39.4 | 20.77 | 12.29 | - |
| YUV | 100.87 | 123.57 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 93 | 0 | 0.88 | 0.62 | 0.05 | 342.25 | 0.9 | 0.54 |
| Hex | F3 | 1E | 5D | 0 | 58 | 3E | 5 | 156 | 5A | 36 |
| Octal | 363 | 36 | 135 | 0 | 130 | 76 | 5 | 526 | 132 | 66 |
| Binary | 11110011 | 11110 | 1011101 | 0 | 1011000 | 111110 | 101 | 101010110 | 1011010 | 110110 |
Color Harmonies of #F31E5D
Complementary color
Monochromatic Colors of #F31E5D
Black with #F31E5D
Text Example
Text Example
White with #F31E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E5D; }
p { color: rgb(243,30,93); }
H1.HeaderClassName
{
color: #F31E5D;
}
.AnyTagClassName
{
color: #F31E5D;
}
</style>
background-color css
<style>
a { background-color: #F31E5D; }
a { background-color: rgb(243,30,93); }
div.DivClassName
{
background-color: #F31E5D;
}
.BgClassName
{
background-color: #F31E5D;
}
</style>
border-color css
<style>
span { border-color: #F31E5D; }
span { border-color: rgb(243,30,93); }
td.TdClassName
{
border-color: #F31E5D;
}
.TagClassName
{
border-color: #F31E5D;
}
</style>