Shades of Ruby #F31474
Tints of Ruby #F31474
RGB
CMYK
RGB Variations
Color information
#F31474 (or 0xF31474) is known color: Ruby. HEX triplet: F3, 14 and 74. RGB value is (243,20,116). Sum of RGB (Red+Green+Blue) = 243+20+116=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F31474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31474 is #0CEB8B. Grayscale: #616161. Windows color (decimal): -846732 or 7607539. OLE color: 7607539.
HSL color Cylindrical-coordinate representation of color #F31474: hue angle of 334.17º 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 #F31474 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 116 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.05 |
| HSL | 334.17º | 0.9% | 0.52% | - |
| HSV(B) | 334.17º | 0.92% | 0.95% | - |
| XYZ | 40.36 | 20.82 | 18.41 | - |
| YUV | 97.62 | 138.38 | 231.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 116 | 0 | 0.92 | 0.52 | 0.05 | 334.17 | 0.9 | 0.52 |
| Hex | F3 | 14 | 74 | 0 | 5C | 34 | 5 | 14E | 5A | 34 |
| Octal | 363 | 24 | 164 | 0 | 134 | 64 | 5 | 516 | 132 | 64 |
| Binary | 11110011 | 10100 | 1110100 | 0 | 1011100 | 110100 | 101 | 101001110 | 1011010 | 110100 |
Color Harmonies of #F31474
Complementary color
Monochromatic Colors of #F31474
Black with #F31474
Text Example
Text Example
White with #F31474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31474; }
p { color: rgb(243,20,116); }
H1.HeaderClassName
{
color: #F31474;
}
.AnyTagClassName
{
color: #F31474;
}
</style>
background-color css
<style>
a { background-color: #F31474; }
a { background-color: rgb(243,20,116); }
div.DivClassName
{
background-color: #F31474;
}
.BgClassName
{
background-color: #F31474;
}
</style>
border-color css
<style>
span { border-color: #F31474; }
span { border-color: rgb(243,20,116); }
td.TdClassName
{
border-color: #F31474;
}
.TagClassName
{
border-color: #F31474;
}
</style>