Shades of Ruby #F31A6B
Tints of Ruby #F31A6B
RGB
CMYK
RGB Variations
Color information
#F31A6B (or 0xF31A6B) is known color: Ruby. HEX triplet: F3, 1A and 6B. RGB value is (243,26,107). Sum of RGB (Red+Green+Blue) = 243+26+107=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31A6B is #0CE594. Grayscale: #646464. Windows color (decimal): -845205 or 7019251. OLE color: 7019251.
HSL color Cylindrical-coordinate representation of color #F31A6B: hue angle of 337.6º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31A6B is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 107 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.05 |
| HSL | 337.6º | 0.9% | 0.53% | - |
| HSV(B) | 337.6º | 0.89% | 0.95% | - |
| XYZ | 39.99 | 20.86 | 15.83 | - |
| YUV | 100.12 | 131.89 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 107 | 0 | 0.89 | 0.56 | 0.05 | 337.6 | 0.9 | 0.53 |
| Hex | F3 | 1A | 6B | 0 | 59 | 38 | 5 | 152 | 5A | 35 |
| Octal | 363 | 32 | 153 | 0 | 131 | 70 | 5 | 522 | 132 | 65 |
| Binary | 11110011 | 11010 | 1101011 | 0 | 1011001 | 111000 | 101 | 101010010 | 1011010 | 110101 |
Color Harmonies of #F31A6B
Complementary color
Monochromatic Colors of #F31A6B
Black with #F31A6B
Text Example
Text Example
White with #F31A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31A6B; }
p { color: rgb(243,26,107); }
H1.HeaderClassName
{
color: #F31A6B;
}
.AnyTagClassName
{
color: #F31A6B;
}
</style>
background-color css
<style>
a { background-color: #F31A6B; }
a { background-color: rgb(243,26,107); }
div.DivClassName
{
background-color: #F31A6B;
}
.BgClassName
{
background-color: #F31A6B;
}
</style>
border-color css
<style>
span { border-color: #F31A6B; }
span { border-color: rgb(243,26,107); }
td.TdClassName
{
border-color: #F31A6B;
}
.TagClassName
{
border-color: #F31A6B;
}
</style>