Shades of Ruby #F31077
Tints of Ruby #F31077
RGB
CMYK
RGB Variations
Color information
#F31077 (or 0xF31077) is known color: Ruby. HEX triplet: F3, 10 and 77. RGB value is (243,16,119). Sum of RGB (Red+Green+Blue) = 243+16+119=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F31077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31077 is #0CEF88. Grayscale: #5F5F5F. Windows color (decimal): -847753 or 7803123. OLE color: 7803123.
HSL color Cylindrical-coordinate representation of color #F31077: hue angle of 332.78º 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 #F31077 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 119 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.05 |
| HSL | 332.78º | 0.9% | 0.51% | - |
| HSV(B) | 332.78º | 0.93% | 0.95% | - |
| XYZ | 40.48 | 20.76 | 19.33 | - |
| YUV | 95.62 | 141.21 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 119 | 0 | 0.93 | 0.51 | 0.05 | 332.78 | 0.9 | 0.51 |
| Hex | F3 | 10 | 77 | 0 | 5D | 33 | 5 | 14D | 5A | 33 |
| Octal | 363 | 20 | 167 | 0 | 135 | 63 | 5 | 515 | 132 | 63 |
| Binary | 11110011 | 10000 | 1110111 | 0 | 1011101 | 110011 | 101 | 101001101 | 1011010 | 110011 |
Color Harmonies of #F31077
Complementary color
Monochromatic Colors of #F31077
Black with #F31077
Text Example
Text Example
White with #F31077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31077; }
p { color: rgb(243,16,119); }
H1.HeaderClassName
{
color: #F31077;
}
.AnyTagClassName
{
color: #F31077;
}
</style>
background-color css
<style>
a { background-color: #F31077; }
a { background-color: rgb(243,16,119); }
div.DivClassName
{
background-color: #F31077;
}
.BgClassName
{
background-color: #F31077;
}
</style>
border-color css
<style>
span { border-color: #F31077; }
span { border-color: rgb(243,16,119); }
td.TdClassName
{
border-color: #F31077;
}
.TagClassName
{
border-color: #F31077;
}
</style>