Shades of Ruby #F31469
Tints of Ruby #F31469
RGB
CMYK
RGB Variations
Color information
#F31469 (or 0xF31469) is known color: Ruby. HEX triplet: F3, 14 and 69. RGB value is (243,20,105). Sum of RGB (Red+Green+Blue) = 243+20+105=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F31469 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31469 is #0CEB96. Grayscale: #606060. Windows color (decimal): -846743 or 6886643. OLE color: 6886643.
HSL color Cylindrical-coordinate representation of color #F31469: hue angle of 337.13º 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 #F31469 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 105 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.05 |
| HSL | 337.13º | 0.9% | 0.52% | - |
| HSV(B) | 337.13º | 0.92% | 0.95% | - |
| XYZ | 39.76 | 20.57 | 15.24 | - |
| YUV | 96.37 | 132.88 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 105 | 0 | 0.92 | 0.57 | 0.05 | 337.13 | 0.9 | 0.52 |
| Hex | F3 | 14 | 69 | 0 | 5C | 39 | 5 | 151 | 5A | 34 |
| Octal | 363 | 24 | 151 | 0 | 134 | 71 | 5 | 521 | 132 | 64 |
| Binary | 11110011 | 10100 | 1101001 | 0 | 1011100 | 111001 | 101 | 101010001 | 1011010 | 110100 |
Color Harmonies of #F31469
Complementary color
Monochromatic Colors of #F31469
Black with #F31469
Text Example
Text Example
White with #F31469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31469; }
p { color: rgb(243,20,105); }
H1.HeaderClassName
{
color: #F31469;
}
.AnyTagClassName
{
color: #F31469;
}
</style>
background-color css
<style>
a { background-color: #F31469; }
a { background-color: rgb(243,20,105); }
div.DivClassName
{
background-color: #F31469;
}
.BgClassName
{
background-color: #F31469;
}
</style>
border-color css
<style>
span { border-color: #F31469; }
span { border-color: rgb(243,20,105); }
td.TdClassName
{
border-color: #F31469;
}
.TagClassName
{
border-color: #F31469;
}
</style>