Shades of Ruby #F31977
Tints of Ruby #F31977
RGB
CMYK
RGB Variations
Color information
#F31977 (or 0xF31977) is known color: Ruby. HEX triplet: F3, 19 and 77. RGB value is (243,25,119). Sum of RGB (Red+Green+Blue) = 243+25+119=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F31977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31977 is #0CE688. Grayscale: #646464. Windows color (decimal): -845449 or 7805427. OLE color: 7805427.
HSL color Cylindrical-coordinate representation of color #F31977: hue angle of 334.13º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31977 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 119 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.05 |
| HSL | 334.13º | 0.9% | 0.53% | - |
| HSV(B) | 334.13º | 0.9% | 0.95% | - |
| XYZ | 40.64 | 21.08 | 19.38 | - |
| YUV | 100.9 | 138.22 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 119 | 0 | 0.90 | 0.51 | 0.05 | 334.13 | 0.9 | 0.53 |
| Hex | F3 | 19 | 77 | 0 | 5A | 33 | 5 | 14E | 5A | 35 |
| Octal | 363 | 31 | 167 | 0 | 132 | 63 | 5 | 516 | 132 | 65 |
| Binary | 11110011 | 11001 | 1110111 | 0 | 1011010 | 110011 | 101 | 101001110 | 1011010 | 110101 |
Color Harmonies of #F31977
Complementary color
Monochromatic Colors of #F31977
Black with #F31977
Text Example
Text Example
White with #F31977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31977; }
p { color: rgb(243,25,119); }
H1.HeaderClassName
{
color: #F31977;
}
.AnyTagClassName
{
color: #F31977;
}
</style>
background-color css
<style>
a { background-color: #F31977; }
a { background-color: rgb(243,25,119); }
div.DivClassName
{
background-color: #F31977;
}
.BgClassName
{
background-color: #F31977;
}
</style>
border-color css
<style>
span { border-color: #F31977; }
span { border-color: rgb(243,25,119); }
td.TdClassName
{
border-color: #F31977;
}
.TagClassName
{
border-color: #F31977;
}
</style>