Shades of Ruby #F31C5D
Tints of Ruby #F31C5D
RGB
CMYK
RGB Variations
Color information
#F31C5D (or 0xF31C5D) is known color: Ruby. HEX triplet: F3, 1C and 5D. RGB value is (243,28,93). Sum of RGB (Red+Green+Blue) = 243+28+93=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31C5D is #0CE3A2. Grayscale: #636363. Windows color (decimal): -844707 or 6102259. OLE color: 6102259.
HSL color Cylindrical-coordinate representation of color #F31C5D: hue angle of 341.86º 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 #F31C5D is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 93 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.05 |
| HSL | 341.86º | 0.9% | 0.53% | - |
| HSV(B) | 341.86º | 0.88% | 0.95% | - |
| XYZ | 39.35 | 20.68 | 12.27 | - |
| YUV | 99.7 | 124.23 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 93 | 0 | 0.88 | 0.62 | 0.05 | 341.86 | 0.9 | 0.53 |
| Hex | F3 | 1C | 5D | 0 | 58 | 3E | 5 | 156 | 5A | 35 |
| Octal | 363 | 34 | 135 | 0 | 130 | 76 | 5 | 526 | 132 | 65 |
| Binary | 11110011 | 11100 | 1011101 | 0 | 1011000 | 111110 | 101 | 101010110 | 1011010 | 110101 |
Color Harmonies of #F31C5D
Complementary color
Monochromatic Colors of #F31C5D
Black with #F31C5D
Text Example
Text Example
White with #F31C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C5D; }
p { color: rgb(243,28,93); }
H1.HeaderClassName
{
color: #F31C5D;
}
.AnyTagClassName
{
color: #F31C5D;
}
</style>
background-color css
<style>
a { background-color: #F31C5D; }
a { background-color: rgb(243,28,93); }
div.DivClassName
{
background-color: #F31C5D;
}
.BgClassName
{
background-color: #F31C5D;
}
</style>
border-color css
<style>
span { border-color: #F31C5D; }
span { border-color: rgb(243,28,93); }
td.TdClassName
{
border-color: #F31C5D;
}
.TagClassName
{
border-color: #F31C5D;
}
</style>