Shades of Ruby #F3186C
Tints of Ruby #F3186C
RGB
CMYK
RGB Variations
Color information
#F3186C (or 0xF3186C) is known color: Ruby. HEX triplet: F3, 18 and 6C. RGB value is (243,24,108). Sum of RGB (Red+Green+Blue) = 243+24+108=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F3186C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3186C is #0CE793. Grayscale: #626262. Windows color (decimal): -845716 or 7084275. OLE color: 7084275.
HSL color Cylindrical-coordinate representation of color #F3186C: hue angle of 336.99º 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 #F3186C is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 108 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.05 |
| HSL | 336.99º | 0.9% | 0.52% | - |
| HSV(B) | 336.99º | 0.9% | 0.95% | - |
| XYZ | 40 | 20.79 | 16.09 | - |
| YUV | 99.06 | 133.05 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 108 | 0 | 0.90 | 0.56 | 0.05 | 336.99 | 0.9 | 0.52 |
| Hex | F3 | 18 | 6C | 0 | 5A | 38 | 5 | 151 | 5A | 34 |
| Octal | 363 | 30 | 154 | 0 | 132 | 70 | 5 | 521 | 132 | 64 |
| Binary | 11110011 | 11000 | 1101100 | 0 | 1011010 | 111000 | 101 | 101010001 | 1011010 | 110100 |
Color Harmonies of #F3186C
Complementary color
Monochromatic Colors of #F3186C
Black with #F3186C
Text Example
Text Example
White with #F3186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3186C; }
p { color: rgb(243,24,108); }
H1.HeaderClassName
{
color: #F3186C;
}
.AnyTagClassName
{
color: #F3186C;
}
</style>
background-color css
<style>
a { background-color: #F3186C; }
a { background-color: rgb(243,24,108); }
div.DivClassName
{
background-color: #F3186C;
}
.BgClassName
{
background-color: #F3186C;
}
</style>
border-color css
<style>
span { border-color: #F3186C; }
span { border-color: rgb(243,24,108); }
td.TdClassName
{
border-color: #F3186C;
}
.TagClassName
{
border-color: #F3186C;
}
</style>