Shades of Ruby #F31866
Tints of Ruby #F31866
RGB
CMYK
RGB Variations
Color information
#F31866 (or 0xF31866) is known color: Ruby. HEX triplet: F3, 18 and 66. RGB value is (243,24,102). Sum of RGB (Red+Green+Blue) = 243+24+102=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F31866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31866 is #0CE799. Grayscale: #626262. Windows color (decimal): -845722 or 6691059. OLE color: 6691059.
HSL color Cylindrical-coordinate representation of color #F31866: hue angle of 338.63º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31866 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 102 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.05 |
| HSL | 338.63º | 0.9% | 0.52% | - |
| HSV(B) | 338.63º | 0.9% | 0.95% | - |
| XYZ | 39.69 | 20.67 | 14.47 | - |
| YUV | 98.37 | 130.05 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 102 | 0 | 0.90 | 0.58 | 0.05 | 338.63 | 0.9 | 0.52 |
| Hex | F3 | 18 | 66 | 0 | 5A | 3A | 5 | 153 | 5A | 34 |
| Octal | 363 | 30 | 146 | 0 | 132 | 72 | 5 | 523 | 132 | 64 |
| Binary | 11110011 | 11000 | 1100110 | 0 | 1011010 | 111010 | 101 | 101010011 | 1011010 | 110100 |
Color Harmonies of #F31866
Complementary color
Monochromatic Colors of #F31866
Black with #F31866
Text Example
Text Example
White with #F31866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31866; }
p { color: rgb(243,24,102); }
H1.HeaderClassName
{
color: #F31866;
}
.AnyTagClassName
{
color: #F31866;
}
</style>
background-color css
<style>
a { background-color: #F31866; }
a { background-color: rgb(243,24,102); }
div.DivClassName
{
background-color: #F31866;
}
.BgClassName
{
background-color: #F31866;
}
</style>
border-color css
<style>
span { border-color: #F31866; }
span { border-color: rgb(243,24,102); }
td.TdClassName
{
border-color: #F31866;
}
.TagClassName
{
border-color: #F31866;
}
</style>