Shades of Ruby #F31F76
Tints of Ruby #F31F76
RGB
CMYK
RGB Variations
Color information
#F31F76 (or 0xF31F76) is known color: Ruby. HEX triplet: F3, 1F and 76. RGB value is (243,31,118). Sum of RGB (Red+Green+Blue) = 243+31+118=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31F76 is #0CE089. Grayscale: #686868. Windows color (decimal): -843914 or 7741427. OLE color: 7741427.
HSL color Cylindrical-coordinate representation of color #F31F76: hue angle of 335.38º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F31F76 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 118 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.05 |
| HSL | 335.38º | 0.9% | 0.54% | - |
| HSV(B) | 335.38º | 0.87% | 0.95% | - |
| XYZ | 40.72 | 21.34 | 19.11 | - |
| YUV | 104.31 | 135.74 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 118 | 0 | 0.87 | 0.51 | 0.05 | 335.38 | 0.9 | 0.54 |
| Hex | F3 | 1F | 76 | 0 | 57 | 33 | 5 | 14F | 5A | 36 |
| Octal | 363 | 37 | 166 | 0 | 127 | 63 | 5 | 517 | 132 | 66 |
| Binary | 11110011 | 11111 | 1110110 | 0 | 1010111 | 110011 | 101 | 101001111 | 1011010 | 110110 |
Color Harmonies of #F31F76
Complementary color
Monochromatic Colors of #F31F76
Black with #F31F76
Text Example
Text Example
White with #F31F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F76; }
p { color: rgb(243,31,118); }
H1.HeaderClassName
{
color: #F31F76;
}
.AnyTagClassName
{
color: #F31F76;
}
</style>
background-color css
<style>
a { background-color: #F31F76; }
a { background-color: rgb(243,31,118); }
div.DivClassName
{
background-color: #F31F76;
}
.BgClassName
{
background-color: #F31F76;
}
</style>
border-color css
<style>
span { border-color: #F31F76; }
span { border-color: rgb(243,31,118); }
td.TdClassName
{
border-color: #F31F76;
}
.TagClassName
{
border-color: #F31F76;
}
</style>