Shades of Ruby #F31C76
Tints of Ruby #F31C76
RGB
CMYK
RGB Variations
Color information
#F31C76 (or 0xF31C76) is known color: Ruby. HEX triplet: F3, 1C and 76. RGB value is (243,28,118). Sum of RGB (Red+Green+Blue) = 243+28+118=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31C76 is #0CE389. Grayscale: #666666. Windows color (decimal): -844682 or 7740659. OLE color: 7740659.
HSL color Cylindrical-coordinate representation of color #F31C76: hue angle of 334.88º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31C76 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 118 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.05 |
| HSL | 334.88º | 0.9% | 0.53% | - |
| HSV(B) | 334.88º | 0.88% | 0.95% | - |
| XYZ | 40.65 | 21.19 | 19.09 | - |
| YUV | 102.55 | 136.73 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 118 | 0 | 0.88 | 0.51 | 0.05 | 334.88 | 0.9 | 0.53 |
| Hex | F3 | 1C | 76 | 0 | 58 | 33 | 5 | 14F | 5A | 35 |
| Octal | 363 | 34 | 166 | 0 | 130 | 63 | 5 | 517 | 132 | 65 |
| Binary | 11110011 | 11100 | 1110110 | 0 | 1011000 | 110011 | 101 | 101001111 | 1011010 | 110101 |
Color Harmonies of #F31C76
Complementary color
Monochromatic Colors of #F31C76
Black with #F31C76
Text Example
Text Example
White with #F31C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C76; }
p { color: rgb(243,28,118); }
H1.HeaderClassName
{
color: #F31C76;
}
.AnyTagClassName
{
color: #F31C76;
}
</style>
background-color css
<style>
a { background-color: #F31C76; }
a { background-color: rgb(243,28,118); }
div.DivClassName
{
background-color: #F31C76;
}
.BgClassName
{
background-color: #F31C76;
}
</style>
border-color css
<style>
span { border-color: #F31C76; }
span { border-color: rgb(243,28,118); }
td.TdClassName
{
border-color: #F31C76;
}
.TagClassName
{
border-color: #F31C76;
}
</style>