Shades of Ruby #F31A69
Tints of Ruby #F31A69
RGB
CMYK
RGB Variations
Color information
#F31A69 (or 0xF31A69) is known color: Ruby. HEX triplet: F3, 1A and 69. RGB value is (243,26,105). Sum of RGB (Red+Green+Blue) = 243+26+105=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31A69 is #0CE596. Grayscale: #636363. Windows color (decimal): -845207 or 6888179. OLE color: 6888179.
HSL color Cylindrical-coordinate representation of color #F31A69: hue angle of 338.16º 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 #F31A69 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 105 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.05 |
| HSL | 338.16º | 0.9% | 0.53% | - |
| HSV(B) | 338.16º | 0.89% | 0.95% | - |
| XYZ | 39.88 | 20.81 | 15.28 | - |
| YUV | 99.89 | 130.89 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 105 | 0 | 0.89 | 0.57 | 0.05 | 338.16 | 0.9 | 0.53 |
| Hex | F3 | 1A | 69 | 0 | 59 | 39 | 5 | 152 | 5A | 35 |
| Octal | 363 | 32 | 151 | 0 | 131 | 71 | 5 | 522 | 132 | 65 |
| Binary | 11110011 | 11010 | 1101001 | 0 | 1011001 | 111001 | 101 | 101010010 | 1011010 | 110101 |
Color Harmonies of #F31A69
Complementary color
Monochromatic Colors of #F31A69
Black with #F31A69
Text Example
Text Example
White with #F31A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31A69; }
p { color: rgb(243,26,105); }
H1.HeaderClassName
{
color: #F31A69;
}
.AnyTagClassName
{
color: #F31A69;
}
</style>
background-color css
<style>
a { background-color: #F31A69; }
a { background-color: rgb(243,26,105); }
div.DivClassName
{
background-color: #F31A69;
}
.BgClassName
{
background-color: #F31A69;
}
</style>
border-color css
<style>
span { border-color: #F31A69; }
span { border-color: rgb(243,26,105); }
td.TdClassName
{
border-color: #F31A69;
}
.TagClassName
{
border-color: #F31A69;
}
</style>