Shades of Ruby #F31677
Tints of Ruby #F31677
RGB
CMYK
RGB Variations
Color information
#F31677 (or 0xF31677) is known color: Ruby. HEX triplet: F3, 16 and 77. RGB value is (243,22,119). Sum of RGB (Red+Green+Blue) = 243+22+119=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F31677 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31677 is #0CE988. Grayscale: #626262. Windows color (decimal): -846217 or 7804659. OLE color: 7804659.
HSL color Cylindrical-coordinate representation of color #F31677: hue angle of 333.67º 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 #F31677 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 119 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.05 |
| HSL | 333.67º | 0.9% | 0.52% | - |
| HSV(B) | 333.67º | 0.91% | 0.95% | - |
| XYZ | 40.58 | 20.96 | 19.36 | - |
| YUV | 99.14 | 139.22 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 119 | 0 | 0.91 | 0.51 | 0.05 | 333.67 | 0.9 | 0.52 |
| Hex | F3 | 16 | 77 | 0 | 5B | 33 | 5 | 14E | 5A | 34 |
| Octal | 363 | 26 | 167 | 0 | 133 | 63 | 5 | 516 | 132 | 64 |
| Binary | 11110011 | 10110 | 1110111 | 0 | 1011011 | 110011 | 101 | 101001110 | 1011010 | 110100 |
Color Harmonies of #F31677
Complementary color
Monochromatic Colors of #F31677
Black with #F31677
Text Example
Text Example
White with #F31677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31677; }
p { color: rgb(243,22,119); }
H1.HeaderClassName
{
color: #F31677;
}
.AnyTagClassName
{
color: #F31677;
}
</style>
background-color css
<style>
a { background-color: #F31677; }
a { background-color: rgb(243,22,119); }
div.DivClassName
{
background-color: #F31677;
}
.BgClassName
{
background-color: #F31677;
}
</style>
border-color css
<style>
span { border-color: #F31677; }
span { border-color: rgb(243,22,119); }
td.TdClassName
{
border-color: #F31677;
}
.TagClassName
{
border-color: #F31677;
}
</style>