Shades of Ruby #F3176D
Tints of Ruby #F3176D
RGB
CMYK
RGB Variations
Color information
#F3176D (or 0xF3176D) is known color: Ruby. HEX triplet: F3, 17 and 6D. RGB value is (243,23,109). Sum of RGB (Red+Green+Blue) = 243+23+109=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F3176D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3176D is #0CE892. Grayscale: #626262. Windows color (decimal): -845971 or 7149555. OLE color: 7149555.
HSL color Cylindrical-coordinate representation of color #F3176D: hue angle of 336.55º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3176D is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 109 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.05 |
| HSL | 336.55º | 0.9% | 0.52% | - |
| HSV(B) | 336.55º | 0.91% | 0.95% | - |
| XYZ | 40.03 | 20.77 | 16.37 | - |
| YUV | 98.58 | 133.89 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 109 | 0 | 0.91 | 0.55 | 0.05 | 336.55 | 0.9 | 0.52 |
| Hex | F3 | 17 | 6D | 0 | 5B | 37 | 5 | 151 | 5A | 34 |
| Octal | 363 | 27 | 155 | 0 | 133 | 67 | 5 | 521 | 132 | 64 |
| Binary | 11110011 | 10111 | 1101101 | 0 | 1011011 | 110111 | 101 | 101010001 | 1011010 | 110100 |
Color Harmonies of #F3176D
Complementary color
Monochromatic Colors of #F3176D
Black with #F3176D
Text Example
Text Example
White with #F3176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3176D; }
p { color: rgb(243,23,109); }
H1.HeaderClassName
{
color: #F3176D;
}
.AnyTagClassName
{
color: #F3176D;
}
</style>
background-color css
<style>
a { background-color: #F3176D; }
a { background-color: rgb(243,23,109); }
div.DivClassName
{
background-color: #F3176D;
}
.BgClassName
{
background-color: #F3176D;
}
</style>
border-color css
<style>
span { border-color: #F3176D; }
span { border-color: rgb(243,23,109); }
td.TdClassName
{
border-color: #F3176D;
}
.TagClassName
{
border-color: #F3176D;
}
</style>