Shades of Ruby #F32166
Tints of Ruby #F32166
RGB
CMYK
RGB Variations
Color information
#F32166 (or 0xF32166) is known color: Ruby. HEX triplet: F3, 21 and 66. RGB value is (243,33,102). Sum of RGB (Red+Green+Blue) = 243+33+102=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F32166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32166 is #0CDE99. Grayscale: #676767. Windows color (decimal): -843418 or 6693363. OLE color: 6693363.
HSL color Cylindrical-coordinate representation of color #F32166: hue angle of 340.29º 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 #F32166 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 102 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.05 |
| HSL | 340.29º | 0.9% | 0.54% | - |
| HSV(B) | 340.29º | 0.86% | 0.95% | - |
| XYZ | 39.9 | 21.1 | 14.54 | - |
| YUV | 103.66 | 127.07 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 102 | 0 | 0.86 | 0.58 | 0.05 | 340.29 | 0.9 | 0.54 |
| Hex | F3 | 21 | 66 | 0 | 56 | 3A | 5 | 154 | 5A | 36 |
| Octal | 363 | 41 | 146 | 0 | 126 | 72 | 5 | 524 | 132 | 66 |
| Binary | 11110011 | 100001 | 1100110 | 0 | 1010110 | 111010 | 101 | 101010100 | 1011010 | 110110 |
Color Harmonies of #F32166
Complementary color
Monochromatic Colors of #F32166
Black with #F32166
Text Example
Text Example
White with #F32166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32166; }
p { color: rgb(243,33,102); }
H1.HeaderClassName
{
color: #F32166;
}
.AnyTagClassName
{
color: #F32166;
}
</style>
background-color css
<style>
a { background-color: #F32166; }
a { background-color: rgb(243,33,102); }
div.DivClassName
{
background-color: #F32166;
}
.BgClassName
{
background-color: #F32166;
}
</style>
border-color css
<style>
span { border-color: #F32166; }
span { border-color: rgb(243,33,102); }
td.TdClassName
{
border-color: #F32166;
}
.TagClassName
{
border-color: #F32166;
}
</style>