Shades of Ruby #F31E75
Tints of Ruby #F31E75
RGB
CMYK
RGB Variations
Color information
#F31E75 (or 0xF31E75) is known color: Ruby. HEX triplet: F3, 1E and 75. RGB value is (243,30,117). Sum of RGB (Red+Green+Blue) = 243+30+117=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E75 is #0CE18A. Grayscale: #676767. Windows color (decimal): -844171 or 7675635. OLE color: 7675635.
HSL color Cylindrical-coordinate representation of color #F31E75: hue angle of 335.49º 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 #F31E75 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 117 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.05 |
| HSL | 335.49º | 0.9% | 0.54% | - |
| HSV(B) | 335.49º | 0.88% | 0.95% | - |
| XYZ | 40.64 | 21.27 | 18.79 | - |
| YUV | 103.61 | 135.57 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 117 | 0 | 0.88 | 0.52 | 0.05 | 335.49 | 0.9 | 0.54 |
| Hex | F3 | 1E | 75 | 0 | 58 | 34 | 5 | 14F | 5A | 36 |
| Octal | 363 | 36 | 165 | 0 | 130 | 64 | 5 | 517 | 132 | 66 |
| Binary | 11110011 | 11110 | 1110101 | 0 | 1011000 | 110100 | 101 | 101001111 | 1011010 | 110110 |
Color Harmonies of #F31E75
Complementary color
Monochromatic Colors of #F31E75
Black with #F31E75
Text Example
Text Example
White with #F31E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31E75; }
p { color: rgb(243,30,117); }
H1.HeaderClassName
{
color: #F31E75;
}
.AnyTagClassName
{
color: #F31E75;
}
</style>
background-color css
<style>
a { background-color: #F31E75; }
a { background-color: rgb(243,30,117); }
div.DivClassName
{
background-color: #F31E75;
}
.BgClassName
{
background-color: #F31E75;
}
</style>
border-color css
<style>
span { border-color: #F31E75; }
span { border-color: rgb(243,30,117); }
td.TdClassName
{
border-color: #F31E75;
}
.TagClassName
{
border-color: #F31E75;
}
</style>