Shades of Ruby #F31472
Tints of Ruby #F31472
RGB
CMYK
RGB Variations
Color information
#F31472 (or 0xF31472) is known color: Ruby. HEX triplet: F3, 14 and 72. RGB value is (243,20,114). Sum of RGB (Red+Green+Blue) = 243+20+114=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F31472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31472 is #0CEB8D. Grayscale: #616161. Windows color (decimal): -846734 or 7476467. OLE color: 7476467.
HSL color Cylindrical-coordinate representation of color #F31472: hue angle of 334.71º 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 #F31472 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 114 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.05 |
| HSL | 334.71º | 0.9% | 0.52% | - |
| HSV(B) | 334.71º | 0.92% | 0.95% | - |
| XYZ | 40.25 | 20.77 | 17.81 | - |
| YUV | 97.39 | 137.38 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 114 | 0 | 0.92 | 0.53 | 0.05 | 334.71 | 0.9 | 0.52 |
| Hex | F3 | 14 | 72 | 0 | 5C | 35 | 5 | 14F | 5A | 34 |
| Octal | 363 | 24 | 162 | 0 | 134 | 65 | 5 | 517 | 132 | 64 |
| Binary | 11110011 | 10100 | 1110010 | 0 | 1011100 | 110101 | 101 | 101001111 | 1011010 | 110100 |
Color Harmonies of #F31472
Complementary color
Monochromatic Colors of #F31472
Black with #F31472
Text Example
Text Example
White with #F31472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31472; }
p { color: rgb(243,20,114); }
H1.HeaderClassName
{
color: #F31472;
}
.AnyTagClassName
{
color: #F31472;
}
</style>
background-color css
<style>
a { background-color: #F31472; }
a { background-color: rgb(243,20,114); }
div.DivClassName
{
background-color: #F31472;
}
.BgClassName
{
background-color: #F31472;
}
</style>
border-color css
<style>
span { border-color: #F31472; }
span { border-color: rgb(243,20,114); }
td.TdClassName
{
border-color: #F31472;
}
.TagClassName
{
border-color: #F31472;
}
</style>