Shades of Ruby #F31671
Tints of Ruby #F31671
RGB
CMYK
RGB Variations
Color information
#F31671 (or 0xF31671) is known color: Ruby. HEX triplet: F3, 16 and 71. RGB value is (243,22,113). Sum of RGB (Red+Green+Blue) = 243+22+113=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F31671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31671 is #0CE98E. Grayscale: #626262. Windows color (decimal): -846223 or 7411443. OLE color: 7411443.
HSL color Cylindrical-coordinate representation of color #F31671: hue angle of 335.29º 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 #F31671 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 113 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.05 |
| HSL | 335.29º | 0.9% | 0.52% | - |
| HSV(B) | 335.29º | 0.91% | 0.95% | - |
| XYZ | 40.23 | 20.82 | 17.52 | - |
| YUV | 98.45 | 136.22 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 113 | 0 | 0.91 | 0.53 | 0.05 | 335.29 | 0.9 | 0.52 |
| Hex | F3 | 16 | 71 | 0 | 5B | 35 | 5 | 14F | 5A | 34 |
| Octal | 363 | 26 | 161 | 0 | 133 | 65 | 5 | 517 | 132 | 64 |
| Binary | 11110011 | 10110 | 1110001 | 0 | 1011011 | 110101 | 101 | 101001111 | 1011010 | 110100 |
Color Harmonies of #F31671
Complementary color
Monochromatic Colors of #F31671
Black with #F31671
Text Example
Text Example
White with #F31671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31671; }
p { color: rgb(243,22,113); }
H1.HeaderClassName
{
color: #F31671;
}
.AnyTagClassName
{
color: #F31671;
}
</style>
background-color css
<style>
a { background-color: #F31671; }
a { background-color: rgb(243,22,113); }
div.DivClassName
{
background-color: #F31671;
}
.BgClassName
{
background-color: #F31671;
}
</style>
border-color css
<style>
span { border-color: #F31671; }
span { border-color: rgb(243,22,113); }
td.TdClassName
{
border-color: #F31671;
}
.TagClassName
{
border-color: #F31671;
}
</style>