Shades of Ruby #F31672
Tints of Ruby #F31672
RGB
CMYK
RGB Variations
Color information
#F31672 (or 0xF31672) is known color: Ruby. HEX triplet: F3, 16 and 72. RGB value is (243,22,114). Sum of RGB (Red+Green+Blue) = 243+22+114=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F31672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31672 is #0CE98D. Grayscale: #626262. Windows color (decimal): -846222 or 7476979. OLE color: 7476979.
HSL color Cylindrical-coordinate representation of color #F31672: hue angle of 335.02º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31672 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 114 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.05 |
| HSL | 335.02º | 0.9% | 0.52% | - |
| HSV(B) | 335.02º | 0.91% | 0.95% | - |
| XYZ | 40.29 | 20.84 | 17.82 | - |
| YUV | 98.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 114 | 0 | 0.91 | 0.53 | 0.05 | 335.02 | 0.9 | 0.52 |
| Hex | F3 | 16 | 72 | 0 | 5B | 35 | 5 | 14F | 5A | 34 |
| Octal | 363 | 26 | 162 | 0 | 133 | 65 | 5 | 517 | 132 | 64 |
| Binary | 11110011 | 10110 | 1110010 | 0 | 1011011 | 110101 | 101 | 101001111 | 1011010 | 110100 |
Color Harmonies of #F31672
Complementary color
Monochromatic Colors of #F31672
Black with #F31672
Text Example
Text Example
White with #F31672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31672; }
p { color: rgb(243,22,114); }
H1.HeaderClassName
{
color: #F31672;
}
.AnyTagClassName
{
color: #F31672;
}
</style>
background-color css
<style>
a { background-color: #F31672; }
a { background-color: rgb(243,22,114); }
div.DivClassName
{
background-color: #F31672;
}
.BgClassName
{
background-color: #F31672;
}
</style>
border-color css
<style>
span { border-color: #F31672; }
span { border-color: rgb(243,22,114); }
td.TdClassName
{
border-color: #F31672;
}
.TagClassName
{
border-color: #F31672;
}
</style>