Shades of Ruby #F31D5E
Tints of Ruby #F31D5E
RGB
CMYK
RGB Variations
Color information
#F31D5E (or 0xF31D5E) is known color: Ruby. HEX triplet: F3, 1D and 5E. RGB value is (243,29,94). Sum of RGB (Red+Green+Blue) = 243+29+94=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F31D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31D5E is #0CE2A1. Grayscale: #646464. Windows color (decimal): -844450 or 6168051. OLE color: 6168051.
HSL color Cylindrical-coordinate representation of color #F31D5E: hue angle of 341.78º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31D5E is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 94 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.05 |
| HSL | 341.78º | 0.9% | 0.53% | - |
| HSV(B) | 341.78º | 0.88% | 0.95% | - |
| XYZ | 39.42 | 20.74 | 12.52 | - |
| YUV | 100.4 | 124.4 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 94 | 0 | 0.88 | 0.61 | 0.05 | 341.78 | 0.9 | 0.53 |
| Hex | F3 | 1D | 5E | 0 | 58 | 3D | 5 | 156 | 5A | 35 |
| Octal | 363 | 35 | 136 | 0 | 130 | 75 | 5 | 526 | 132 | 65 |
| Binary | 11110011 | 11101 | 1011110 | 0 | 1011000 | 111101 | 101 | 101010110 | 1011010 | 110101 |
Color Harmonies of #F31D5E
Complementary color
Monochromatic Colors of #F31D5E
Black with #F31D5E
Text Example
Text Example
White with #F31D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31D5E; }
p { color: rgb(243,29,94); }
H1.HeaderClassName
{
color: #F31D5E;
}
.AnyTagClassName
{
color: #F31D5E;
}
</style>
background-color css
<style>
a { background-color: #F31D5E; }
a { background-color: rgb(243,29,94); }
div.DivClassName
{
background-color: #F31D5E;
}
.BgClassName
{
background-color: #F31D5E;
}
</style>
border-color css
<style>
span { border-color: #F31D5E; }
span { border-color: rgb(243,29,94); }
td.TdClassName
{
border-color: #F31D5E;
}
.TagClassName
{
border-color: #F31D5E;
}
</style>