Shades of Ruby #F32167
Tints of Ruby #F32167
RGB
CMYK
RGB Variations
Color information
#F32167 (or 0xF32167) is known color: Ruby. HEX triplet: F3, 21 and 67. RGB value is (243,33,103). Sum of RGB (Red+Green+Blue) = 243+33+103=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F32167 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32167 is #0CDE98. Grayscale: #676767. Windows color (decimal): -843417 or 6758899. OLE color: 6758899.
HSL color Cylindrical-coordinate representation of color #F32167: hue angle of 340º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32167 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 103 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.05 |
| HSL | 340º | 0.9% | 0.54% | - |
| HSV(B) | 340º | 0.86% | 0.95% | - |
| XYZ | 39.95 | 21.12 | 14.8 | - |
| YUV | 103.77 | 127.57 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 103 | 0 | 0.86 | 0.58 | 0.05 | 340 | 0.9 | 0.54 |
| Hex | F3 | 21 | 67 | 0 | 56 | 3A | 5 | 154 | 5A | 36 |
| Octal | 363 | 41 | 147 | 0 | 126 | 72 | 5 | 524 | 132 | 66 |
| Binary | 11110011 | 100001 | 1100111 | 0 | 1010110 | 111010 | 101 | 101010100 | 1011010 | 110110 |
Color Harmonies of #F32167
Complementary color
Monochromatic Colors of #F32167
Black with #F32167
Text Example
Text Example
White with #F32167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32167; }
p { color: rgb(243,33,103); }
H1.HeaderClassName
{
color: #F32167;
}
.AnyTagClassName
{
color: #F32167;
}
</style>
background-color css
<style>
a { background-color: #F32167; }
a { background-color: rgb(243,33,103); }
div.DivClassName
{
background-color: #F32167;
}
.BgClassName
{
background-color: #F32167;
}
</style>
border-color css
<style>
span { border-color: #F32167; }
span { border-color: rgb(243,33,103); }
td.TdClassName
{
border-color: #F32167;
}
.TagClassName
{
border-color: #F32167;
}
</style>