Shades of Ruby #F31475
Tints of Ruby #F31475
RGB
CMYK
RGB Variations
Color information
#F31475 (or 0xF31475) is known color: Ruby. HEX triplet: F3, 14 and 75. RGB value is (243,20,117). Sum of RGB (Red+Green+Blue) = 243+20+117=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F31475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31475 is #0CEB8A. Grayscale: #616161. Windows color (decimal): -846731 or 7673075. OLE color: 7673075.
HSL color Cylindrical-coordinate representation of color #F31475: hue angle of 333.9º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31475 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 117 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.05 |
| HSL | 333.9º | 0.9% | 0.52% | - |
| HSV(B) | 333.9º | 0.92% | 0.95% | - |
| XYZ | 40.42 | 20.84 | 18.72 | - |
| YUV | 97.74 | 138.88 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 117 | 0 | 0.92 | 0.52 | 0.05 | 333.9 | 0.9 | 0.52 |
| Hex | F3 | 14 | 75 | 0 | 5C | 34 | 5 | 14E | 5A | 34 |
| Octal | 363 | 24 | 165 | 0 | 134 | 64 | 5 | 516 | 132 | 64 |
| Binary | 11110011 | 10100 | 1110101 | 0 | 1011100 | 110100 | 101 | 101001110 | 1011010 | 110100 |
Color Harmonies of #F31475
Complementary color
Monochromatic Colors of #F31475
Black with #F31475
Text Example
Text Example
White with #F31475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31475; }
p { color: rgb(243,20,117); }
H1.HeaderClassName
{
color: #F31475;
}
.AnyTagClassName
{
color: #F31475;
}
</style>
background-color css
<style>
a { background-color: #F31475; }
a { background-color: rgb(243,20,117); }
div.DivClassName
{
background-color: #F31475;
}
.BgClassName
{
background-color: #F31475;
}
</style>
border-color css
<style>
span { border-color: #F31475; }
span { border-color: rgb(243,20,117); }
td.TdClassName
{
border-color: #F31475;
}
.TagClassName
{
border-color: #F31475;
}
</style>