Shades of Ruby #F31175
Tints of Ruby #F31175
RGB
CMYK
RGB Variations
Color information
#F31175 (or 0xF31175) is known color: Ruby. HEX triplet: F3, 11 and 75. RGB value is (243,17,117). Sum of RGB (Red+Green+Blue) = 243+17+117=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F31175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31175 is #0CEE8A. Grayscale: #5F5F5F. Windows color (decimal): -847499 or 7672307. OLE color: 7672307.
HSL color Cylindrical-coordinate representation of color #F31175: hue angle of 333.45º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31175 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 117 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.05 |
| HSL | 333.45º | 0.9% | 0.51% | - |
| HSV(B) | 333.45º | 0.93% | 0.95% | - |
| XYZ | 40.37 | 20.74 | 18.7 | - |
| YUV | 95.97 | 139.87 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 117 | 0 | 0.93 | 0.52 | 0.05 | 333.45 | 0.9 | 0.51 |
| Hex | F3 | 11 | 75 | 0 | 5D | 34 | 5 | 14D | 5A | 33 |
| Octal | 363 | 21 | 165 | 0 | 135 | 64 | 5 | 515 | 132 | 63 |
| Binary | 11110011 | 10001 | 1110101 | 0 | 1011101 | 110100 | 101 | 101001101 | 1011010 | 110011 |
Color Harmonies of #F31175
Complementary color
Monochromatic Colors of #F31175
Black with #F31175
Text Example
Text Example
White with #F31175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31175; }
p { color: rgb(243,17,117); }
H1.HeaderClassName
{
color: #F31175;
}
.AnyTagClassName
{
color: #F31175;
}
</style>
background-color css
<style>
a { background-color: #F31175; }
a { background-color: rgb(243,17,117); }
div.DivClassName
{
background-color: #F31175;
}
.BgClassName
{
background-color: #F31175;
}
</style>
border-color css
<style>
span { border-color: #F31175; }
span { border-color: rgb(243,17,117); }
td.TdClassName
{
border-color: #F31175;
}
.TagClassName
{
border-color: #F31175;
}
</style>