Shades of Ruby #F31174
Tints of Ruby #F31174
RGB
CMYK
RGB Variations
Color information
#F31174 (or 0xF31174) is known color: Ruby. HEX triplet: F3, 11 and 74. RGB value is (243,17,116). Sum of RGB (Red+Green+Blue) = 243+17+116=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F31174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31174 is #0CEE8B. Grayscale: #5F5F5F. Windows color (decimal): -847500 or 7606771. OLE color: 7606771.
HSL color Cylindrical-coordinate representation of color #F31174: hue angle of 333.72º 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 #F31174 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 116 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.05 |
| HSL | 333.72º | 0.9% | 0.51% | - |
| HSV(B) | 333.72º | 0.93% | 0.95% | - |
| XYZ | 40.31 | 20.72 | 18.4 | - |
| YUV | 95.86 | 139.37 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 116 | 0 | 0.93 | 0.52 | 0.05 | 333.72 | 0.9 | 0.51 |
| Hex | F3 | 11 | 74 | 0 | 5D | 34 | 5 | 14E | 5A | 33 |
| Octal | 363 | 21 | 164 | 0 | 135 | 64 | 5 | 516 | 132 | 63 |
| Binary | 11110011 | 10001 | 1110100 | 0 | 1011101 | 110100 | 101 | 101001110 | 1011010 | 110011 |
Color Harmonies of #F31174
Complementary color
Monochromatic Colors of #F31174
Black with #F31174
Text Example
Text Example
White with #F31174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31174; }
p { color: rgb(243,17,116); }
H1.HeaderClassName
{
color: #F31174;
}
.AnyTagClassName
{
color: #F31174;
}
</style>
background-color css
<style>
a { background-color: #F31174; }
a { background-color: rgb(243,17,116); }
div.DivClassName
{
background-color: #F31174;
}
.BgClassName
{
background-color: #F31174;
}
</style>
border-color css
<style>
span { border-color: #F31174; }
span { border-color: rgb(243,17,116); }
td.TdClassName
{
border-color: #F31174;
}
.TagClassName
{
border-color: #F31174;
}
</style>