Shades of Ruby #F31877
Tints of Ruby #F31877
RGB
CMYK
RGB Variations
Color information
#F31877 (or 0xF31877) is known color: Ruby. HEX triplet: F3, 18 and 77. RGB value is (243,24,119). Sum of RGB (Red+Green+Blue) = 243+24+119=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F31877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31877 is #0CE788. Grayscale: #646464. Windows color (decimal): -845705 or 7805171. OLE color: 7805171.
HSL color Cylindrical-coordinate representation of color #F31877: hue angle of 333.97º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31877 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 119 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.05 |
| HSL | 333.97º | 0.9% | 0.52% | - |
| HSV(B) | 333.97º | 0.9% | 0.95% | - |
| XYZ | 40.62 | 21.04 | 19.37 | - |
| YUV | 100.31 | 138.55 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 119 | 0 | 0.90 | 0.51 | 0.05 | 333.97 | 0.9 | 0.52 |
| Hex | F3 | 18 | 77 | 0 | 5A | 33 | 5 | 14E | 5A | 34 |
| Octal | 363 | 30 | 167 | 0 | 132 | 63 | 5 | 516 | 132 | 64 |
| Binary | 11110011 | 11000 | 1110111 | 0 | 1011010 | 110011 | 101 | 101001110 | 1011010 | 110100 |
Color Harmonies of #F31877
Complementary color
Monochromatic Colors of #F31877
Black with #F31877
Text Example
Text Example
White with #F31877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31877; }
p { color: rgb(243,24,119); }
H1.HeaderClassName
{
color: #F31877;
}
.AnyTagClassName
{
color: #F31877;
}
</style>
background-color css
<style>
a { background-color: #F31877; }
a { background-color: rgb(243,24,119); }
div.DivClassName
{
background-color: #F31877;
}
.BgClassName
{
background-color: #F31877;
}
</style>
border-color css
<style>
span { border-color: #F31877; }
span { border-color: rgb(243,24,119); }
td.TdClassName
{
border-color: #F31877;
}
.TagClassName
{
border-color: #F31877;
}
</style>