Shades of Ruby #F31476
Tints of Ruby #F31476
RGB
CMYK
RGB Variations
Color information
#F31476 (or 0xF31476) is known color: Ruby. HEX triplet: F3, 14 and 76. RGB value is (243,20,118). Sum of RGB (Red+Green+Blue) = 243+20+118=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F31476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31476 is #0CEB89. Grayscale: #616161. Windows color (decimal): -846730 or 7738611. OLE color: 7738611.
HSL color Cylindrical-coordinate representation of color #F31476: hue angle of 333.63º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31476 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 118 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.05 |
| HSL | 333.63º | 0.9% | 0.52% | - |
| HSV(B) | 333.63º | 0.92% | 0.95% | - |
| XYZ | 40.48 | 20.86 | 19.03 | - |
| YUV | 97.85 | 139.38 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 118 | 0 | 0.92 | 0.51 | 0.05 | 333.63 | 0.9 | 0.52 |
| Hex | F3 | 14 | 76 | 0 | 5C | 33 | 5 | 14E | 5A | 34 |
| Octal | 363 | 24 | 166 | 0 | 134 | 63 | 5 | 516 | 132 | 64 |
| Binary | 11110011 | 10100 | 1110110 | 0 | 1011100 | 110011 | 101 | 101001110 | 1011010 | 110100 |
Color Harmonies of #F31476
Complementary color
Monochromatic Colors of #F31476
Black with #F31476
Text Example
Text Example
White with #F31476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31476; }
p { color: rgb(243,20,118); }
H1.HeaderClassName
{
color: #F31476;
}
.AnyTagClassName
{
color: #F31476;
}
</style>
background-color css
<style>
a { background-color: #F31476; }
a { background-color: rgb(243,20,118); }
div.DivClassName
{
background-color: #F31476;
}
.BgClassName
{
background-color: #F31476;
}
</style>
border-color css
<style>
span { border-color: #F31476; }
span { border-color: rgb(243,20,118); }
td.TdClassName
{
border-color: #F31476;
}
.TagClassName
{
border-color: #F31476;
}
</style>